mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Merge pull request #9569 from Security-Onion-Solutions/fix/elasticsearch_ingest_pipeline_kratos
Kratos Index Changes
This commit is contained in:
@@ -2667,7 +2667,7 @@ elasticsearch:
|
||||
index_sorting: False
|
||||
index_template:
|
||||
index_patterns:
|
||||
- so-kratos-*
|
||||
- logs-*-kratos_so
|
||||
template:
|
||||
mappings:
|
||||
dynamic_templates:
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"description" : "kratos",
|
||||
"processors" : [
|
||||
{
|
||||
"set": {
|
||||
"field": "_index",
|
||||
"value": "so-kratos",
|
||||
"override": true
|
||||
}
|
||||
},
|
||||
{ "pipeline": { "name": "common" } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user