Index logstash_stats.pipelines.events.duration_in_millis (elastic/x-pack-elasticsearch#1752)

Original commit: elastic/x-pack-elasticsearch@c731badb20
This commit is contained in:
Shaunak Kashyap 2017-06-19 07:12:12 -07:00 committed by GitHub
parent 6344bff121
commit 160fb8ee53
1 changed files with 3 additions and 0 deletions

View File

@ -262,6 +262,9 @@
}, },
"out": { "out": {
"type": "long" "type": "long"
},
"duration_in_millis":{
"type": "long"
} }
} }
}, },