mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
36 lines
616 B
Plaintext
36 lines
616 B
Plaintext
{
|
|
"processors": [
|
|
{
|
|
"set": {
|
|
"field": "event.dataset",
|
|
"value": "gridmetrics.agents",
|
|
"ignore_failure": true
|
|
}
|
|
},
|
|
{
|
|
"set": {
|
|
"field": "event.module",
|
|
"value": "gridmetrics",
|
|
"ignore_failure": true
|
|
}
|
|
},
|
|
{
|
|
"remove": {
|
|
"field": [
|
|
"host",
|
|
"elastic_agent",
|
|
"agent"
|
|
],
|
|
"ignore_missing": true,
|
|
"ignore_failure": true
|
|
}
|
|
},
|
|
{
|
|
"json": {
|
|
"field": "message",
|
|
"add_to_root": true,
|
|
"ignore_failure": true
|
|
}
|
|
}
|
|
]
|
|
} |