Add index sorting to so-common-template.json

Add index sorting to so-common-template.json
This commit is contained in:
Rob Waight
2021-09-04 09:45:03 -04:00
committed by GitHub
parent 51439cd1ab
commit b7591093cf

View File

@@ -8,6 +8,8 @@
"index.refresh_interval":"30s",
"index.routing.allocation.require.box_type":"hot",
"index.mapping.total_fields.limit": "1500",
"index.sort.field": "@timestamp",
"index.sort.order": "desc",
"analysis": {
"analyzer": {
"es_security_analyzer": {