[Monitoring] Add missing mapping for interval_ms (elastic/x-pack-elasticsearch#3339)
# 2650 added the mapping for the interval_ms field in the Elasticsearch template but not for Kibana,Logstash and Beats templates. Original commit: elastic/x-pack-elasticsearch@44fb501bb3
This commit is contained in:
parent
8ba08ccea9
commit
3efd35cadf
|
@ -19,6 +19,9 @@
|
|||
"type": "date",
|
||||
"format": "date_time"
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"type": "date",
|
||||
"format": "date_time"
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
"type": "date",
|
||||
"format": "date_time"
|
||||
},
|
||||
"interval_ms": {
|
||||
"type": "long"
|
||||
},
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue