Files
securityonion/salt/elasticsearch/files/ingest/zeek.tds
2022-11-22 13:35:19 +00:00

10 lines
540 B
Plaintext

{
"description" : "zeek.tds",
"processors" : [
{ "remove": { "field": ["host"], "ignore_failure": true } },
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
{ "rename": { "field": "message2.command", "target_field": "tds.command", "ignore_missing": true } },
{ "pipeline": { "name": "zeek.common" } }
]
}