Add ingest node pipeline for Kratos

This commit is contained in:
Wes Lambert
2022-07-08 15:53:00 +00:00
parent 42cfab4544
commit b06c16f750

View File

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