[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:
Tanguy Leroux 2017-12-19 09:14:10 +01:00 committed by GitHub
parent 8ba08ccea9
commit 3efd35cadf
3 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,9 @@
"type": "date",
"format": "date_time"
},
"interval_ms": {
"type": "long"
},
"type": {
"type": "keyword"
},

View File

@ -19,6 +19,9 @@
"type": "date",
"format": "date_time"
},
"interval_ms": {
"type": "long"
},
"type": {
"type": "keyword"
},

View File

@ -19,6 +19,9 @@
"type": "date",
"format": "date_time"
},
"interval_ms": {
"type": "long"
},
"type": {
"type": "keyword"
},