mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-29 16:07:53 +02:00
Fix typo in ingest pipeline
Test to fix duplicate events in SOC, by removing conflicting field event.created Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
{
|
{
|
||||||
"rename": {
|
"rename": {
|
||||||
"field": "message2.dot11_device.dot11_device_last_beaconed_ssid_record.dot11_advertisedssid_dot11e_channel_utilization_perc",
|
"field": "message2.dot11_device.dot11_device_last_beaconed_ssid_record.dot11_advertisedssid_dot11e_channel_utilization_perc",
|
||||||
"target_field": "network.network.wireless.channel_utilization",
|
"target_field": "network.wireless.channel_utilization",
|
||||||
"if": "ctx?.message2?.dot11_device?.dot11_device_last_beaconed_ssid_record?.dot11_advertisedssid_dot11e_channel_utilization_perc != null"
|
"if": "ctx?.message2?.dot11_device?.dot11_device_last_beaconed_ssid_record?.dot11_advertisedssid_dot11e_channel_utilization_perc != null"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -149,7 +149,8 @@
|
|||||||
"device_type",
|
"device_type",
|
||||||
"wifi",
|
"wifi",
|
||||||
"agent",
|
"agent",
|
||||||
"host"
|
"host",
|
||||||
|
"event.created"
|
||||||
],
|
],
|
||||||
"ignore_failure": true
|
"ignore_failure": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user