From 266207cc18b1d649c34ac209e96f298d5be09483 Mon Sep 17 00:00:00 2001 From: weslambert Date: Tue, 29 Nov 2022 14:12:52 -0500 Subject: [PATCH] Add space per request --- .../files/ingest/zeek.opcua_binary_get_endpoints_description | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elasticsearch/files/ingest/zeek.opcua_binary_get_endpoints_description b/salt/elasticsearch/files/ingest/zeek.opcua_binary_get_endpoints_description index 742293cba..b467196de 100644 --- a/salt/elasticsearch/files/ingest/zeek.opcua_binary_get_endpoints_description +++ b/salt/elasticsearch/files/ingest/zeek.opcua_binary_get_endpoints_description @@ -9,7 +9,7 @@ { "rename": { "field": "message2.product_uri", "target_field": "opcua.product_uri", "ignore_missing": true } }, { "rename": { "field": "message2.encoding_mask", "target_field": "opcua.encoding_mask", "ignore_missing": true } }, { "convert": { "field": "opcua.encoding_mask", "type": "string", - "ignore_missing": true }}, + "ignore_missing": true } }, { "rename": { "field": "message2.locale", "target_field": "opcua.locale", "ignore_missing": true } }, { "rename": { "field": "message2.text", "target_field": "opcua.text", "ignore_missing": true } }, { "rename": { "field": "message2.application_type", "target_field": "opcua.application_type", "ignore_missing": true } },