Merge pull request #9569 from Security-Onion-Solutions/fix/elasticsearch_ingest_pipeline_kratos

Kratos Index Changes
This commit is contained in:
weslambert
2023-01-12 15:33:51 -05:00
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -2667,7 +2667,7 @@ elasticsearch:
index_sorting: False
index_template:
index_patterns:
- so-kratos-*
- logs-*-kratos_so
template:
mappings:
dynamic_templates:

View File

@@ -1,13 +1,6 @@
{
"description" : "kratos",
"processors" : [
{
"set": {
"field": "_index",
"value": "so-kratos",
"override": true
}
},
{ "pipeline": { "name": "common" } }
]
}