diff --git a/High Fidelity Alerts_Context for your context/parsing.conf b/High Fidelity Alerts_Context for your context/parsing.conf index e97252d..1080b21 100644 --- a/High Fidelity Alerts_Context for your context/parsing.conf +++ b/High Fidelity Alerts_Context for your context/parsing.conf @@ -232,13 +232,13 @@ filter { if [destination_asset]{ kv { source => "destination_asset" - destination => "destination_asset" + target => "destination_asset" } } if [source_asset]{ kv { source => "source_asset" - destination => "source_asset" + target => "source_asset" } } }