From 9ee96f2280492bff545f79e13cad7151ea442b98 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Wed, 23 Nov 2022 11:32:09 -0500 Subject: [PATCH] fix description --- .../files/ingest/zeek.opcua_binary_create_session_endpoints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/files/ingest/zeek.opcua_binary_create_session_endpoints b/salt/elasticsearch/files/ingest/zeek.opcua_binary_create_session_endpoints index d62d92ea3..719733706 100644 --- a/salt/elasticsearch/files/ingest/zeek.opcua_binary_create_session_endpoints +++ b/salt/elasticsearch/files/ingest/zeek.opcua_binary_create_session_endpoints @@ -1,5 +1,5 @@ { - "description" : "zeek.opcua_binary", + "description" : "zeek.opcua_binary_create_session_endpoints", "processors" : [ { "remove": { "field": ["host"], "ignore_failure": true } }, { "json": { "field": "message", "target_field": "message2", "ignore_failure": true} },