mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +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_sorting: False
|
||||||
index_template:
|
index_template:
|
||||||
index_patterns:
|
index_patterns:
|
||||||
- so-kratos-*
|
- logs-*-kratos_so
|
||||||
template:
|
template:
|
||||||
mappings:
|
mappings:
|
||||||
dynamic_templates:
|
dynamic_templates:
|
||||||
|
|||||||
@@ -1,13 +1,6 @@
|
|||||||
{
|
{
|
||||||
"description" : "kratos",
|
"description" : "kratos",
|
||||||
"processors" : [
|
"processors" : [
|
||||||
{
|
|
||||||
"set": {
|
|
||||||
"field": "_index",
|
|
||||||
"value": "so-kratos",
|
|
||||||
"override": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{ "pipeline": { "name": "common" } }
|
{ "pipeline": { "name": "common" } }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user