2019-06-10 21:24:35 +00:00
|
|
|
{
|
2020-08-10 05:30:40 +00:00
|
|
|
"index_patterns": "events-*",
|
2019-06-10 21:24:35 +00:00
|
|
|
"settings": {
|
2019-12-14 21:50:26 +00:00
|
|
|
"number_of_shards": 1
|
2019-06-10 21:24:35 +00:00
|
|
|
},
|
|
|
|
"mappings": {
|
2020-08-10 05:30:40 +00:00
|
|
|
"_source": {
|
|
|
|
"enabled": true
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"@timestamp": {
|
|
|
|
"type": "date"
|
|
|
|
},
|
|
|
|
"task": {
|
|
|
|
"type": "keyword"
|
|
|
|
},
|
|
|
|
"type": {
|
|
|
|
"type": "keyword"
|
|
|
|
},
|
|
|
|
"worker": {
|
|
|
|
"type": "keyword"
|
|
|
|
},
|
|
|
|
"timestamp": {
|
|
|
|
"type": "date"
|
|
|
|
},
|
|
|
|
"iter": {
|
|
|
|
"type": "long"
|
|
|
|
},
|
|
|
|
"metric": {
|
|
|
|
"type": "keyword"
|
|
|
|
},
|
|
|
|
"variant": {
|
|
|
|
"type": "keyword"
|
|
|
|
},
|
|
|
|
"value": {
|
|
|
|
"type": "float"
|
2019-06-10 21:24:35 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|