Merge remote-tracking branch 'dakrone/disable-all-by-default'
Original commit: elastic/x-pack-elasticsearch@835b1b8ac7
This commit is contained in:
commit
ff15132832
|
@ -8,9 +8,6 @@
|
|||
},
|
||||
"mappings": {
|
||||
"_default_": {
|
||||
"_all": {
|
||||
"enabled": false
|
||||
},
|
||||
"date_detection": false,
|
||||
"properties": {
|
||||
"cluster_uuid": {
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
},
|
||||
"mappings": {
|
||||
"_default_": {
|
||||
"_all": {
|
||||
"enabled": false
|
||||
},
|
||||
"properties": {
|
||||
"cluster_uuid": {
|
||||
"type": "keyword"
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
},
|
||||
"mappings": {
|
||||
"_default_": {
|
||||
"_all": {
|
||||
"enabled": false
|
||||
},
|
||||
"properties": {
|
||||
"cluster_uuid": {
|
||||
"type": "keyword"
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
"mappings": {
|
||||
"event": {
|
||||
"dynamic" : "strict",
|
||||
"_all" : {
|
||||
"enabled" : false
|
||||
},
|
||||
"properties": {
|
||||
"@timestamp": {
|
||||
"type": "date",
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
"mappings": {
|
||||
"triggered_watch": {
|
||||
"dynamic" : "strict",
|
||||
"_all" : {
|
||||
"enabled" : false
|
||||
},
|
||||
"properties": {
|
||||
"trigger_event": {
|
||||
"type": "object",
|
||||
|
|
|
@ -40,9 +40,6 @@
|
|||
}
|
||||
],
|
||||
"dynamic": false,
|
||||
"_all": {
|
||||
"enabled": false
|
||||
},
|
||||
"properties": {
|
||||
"watch_id": {
|
||||
"type": "keyword"
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
"mappings": {
|
||||
"watch": {
|
||||
"dynamic" : "strict",
|
||||
"_all" : {
|
||||
"enabled" : false
|
||||
},
|
||||
"properties": {
|
||||
"_status": {
|
||||
"type": "object",
|
||||
|
|
|
@ -185,9 +185,6 @@ public class LocalExporterTemplateTests extends MonitoringIntegTestCase {
|
|||
.endObject()
|
||||
.startObject("mappings")
|
||||
.startObject("_default_")
|
||||
.startObject("_all")
|
||||
.field("enabled", false)
|
||||
.endObject()
|
||||
.field("date_detection", false)
|
||||
.startObject("properties")
|
||||
.startObject("cluster_uuid")
|
||||
|
|
Loading…
Reference in New Issue