retry_on_conflict
setting for this operation. Defaults to 0
when version
is provided, 3
otherwise. |
| [upsert?](./kibana-plugin-core-server.savedobjectsupdateoptions.upsert.md) | Attributes | (Optional) If specified, will be used to perform an upsert if the document doesn't exist |
| [version?](./kibana-plugin-core-server.savedobjectsupdateoptions.version.md) | string | (Optional) An opaque version number which changes on each successful write operation. Can be used for implementing optimistic concurrency control. |
diff --git a/docs/management/cases/images/cases.png b/docs/management/cases/images/cases.png
index 7b0c551cb6903..b244b3df16a20 100644
Binary files a/docs/management/cases/images/cases.png and b/docs/management/cases/images/cases.png differ
diff --git a/docs/maps/asset-tracking-tutorial.asciidoc b/docs/maps/asset-tracking-tutorial.asciidoc
index 46248c5280b20..85629e0e611f6 100644
--- a/docs/maps/asset-tracking-tutorial.asciidoc
+++ b/docs/maps/asset-tracking-tutorial.asciidoc
@@ -136,10 +136,10 @@ PUT _index_template/tri_met_tracks
"type": "text"
},
"lastLocID": {
- "type": "integer"
+ "type": "keyword"
},
"nextLocID": {
- "type": "integer"
+ "type": "keyword"
},
"locationInScheduleDay": {
"type": "integer"
@@ -163,13 +163,13 @@ PUT _index_template/tri_met_tracks
"type": "keyword"
},
"tripID": {
- "type": "integer"
+ "type": "keyword"
},
"delay": {
"type": "integer"
},
"extraBlockID": {
- "type": "integer"
+ "type": "keyword"
},
"messageCode": {
"type": "integer"
@@ -188,7 +188,7 @@ PUT _index_template/tri_met_tracks
"doc_values": true
},
"vehicleID": {
- "type": "integer"
+ "type": "keyword"
},
"offRoute": {
"type": "boolean"
diff --git a/docs/settings/security-settings.asciidoc b/docs/settings/security-settings.asciidoc
index 787efa64f0775..6f7ada651ad3a 100644
--- a/docs/settings/security-settings.asciidoc
+++ b/docs/settings/security-settings.asciidoc
@@ -112,34 +112,20 @@ In addition to <