Files
securityonion/salt/elasticsearch/files/ingest/kismet.wds
2024-03-29 13:56:01 -04:00

10 lines
156 B
Plaintext

{
"processors": [
{
"rename": {
"field": "message2.kismet_device_base_macaddr",
"target_field": "client.mac"
}
}
]
}