rename kratos file to file.path

This commit is contained in:
reyesj2
2026-02-24 14:21:28 -06:00
parent 32a26559dd
commit 742649a337
2 changed files with 9 additions and 0 deletions

View File

@@ -858,6 +858,7 @@ elasticsearch:
composed_of:
- agent-mappings
- dtc-agent-mappings
- file-mappings
- host-mappings
- dtc-host-mappings
- http-mappings

View File

@@ -81,6 +81,14 @@
"ignore_missing": true
}
},
{
"rename": {
"field": "file",
"target_field": "file.path",
"ignore_failure": true,
"ignore_missing": true
}
},
{
"pipeline": {
"name": "common"