Update ingest pipelines to match updated mappings

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2024-04-10 16:13:06 -04:00
parent 2ab9cbba61
commit 7124f04138
6 changed files with 15 additions and 15 deletions

View File

@@ -73,14 +73,14 @@
{
"rename": {
"field": "message2.kismet_device_base_channel",
"target_field": "wireless.channel",
"target_field": "network.wireless.channel",
"if": "ctx?.message2?.kismet_device_base_channel != ''"
}
},
{
"rename": {
"field": "message2.kismet_device_base_frequency",
"target_field": "wireless.frequency",
"target_field": "network.wireless.frequency",
"if": "ctx?.message2?.kismet_device_base_frequency != 0"
}
},