Update Strelka LS config

This commit is contained in:
Wes Lambert
2020-02-17 21:12:25 +00:00
parent 074ebe6008
commit 8d9ff4428b
6 changed files with 87 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"index_patterns": ["logstash-strelka-*"],
"version":50001,
"order" : 0,
"settings":{
"number_of_replicas":0,
"number_of_shards":1,
"index.refresh_interval":"30s"
},
"mappings":{
"doc":{
"dynamic": false,
"date_detection": false,
"properties":{
"@timestamp":{
"type":"date"
},
"@version":{
"type":"keyword"
}
}
}
}
}