Added cluster object to monitoring template

This commit is contained in:
Jesús Ángel González 2018-04-17 09:21:20 +02:00 committed by Javier Castro
parent ac0183786d
commit 89fbdb6163

View File

@ -25,6 +25,13 @@ module.exports = {
},
"id": {
"type": "keyword"
},
"cluster": {
"properties": {
"name": {
"type": "keyword"
}
}
}
}
}