mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-22 15:05:27 +01:00
25 lines
427 B
JSON
25 lines
427 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|