mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-25 14:07:49 +02:00
7124f04138
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
{
|
|
"processors": [
|
|
{
|
|
"rename": {
|
|
"field": "message2.kismet_device_base_macaddr",
|
|
"target_field": "client.mac"
|
|
}
|
|
},
|
|
{
|
|
"rename": {
|
|
"field": "message2.dot11_device.dot11_device_last_bssid",
|
|
"target_field": "network.wireless.bssid"
|
|
}
|
|
}
|
|
]
|
|
} |