From 25a9fb9b5c94a81af1820e01cde00b963ede83d9 Mon Sep 17 00:00:00 2001 From: Wes Date: Mon, 9 Sep 2024 20:16:23 +0000 Subject: [PATCH] Add destination IP for so-system --- .../templates/component/so/so-system-mappings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/salt/elasticsearch/templates/component/so/so-system-mappings.json b/salt/elasticsearch/templates/component/so/so-system-mappings.json index f86c427a6e..17319ab9fa 100644 --- a/salt/elasticsearch/templates/component/so/so-system-mappings.json +++ b/salt/elasticsearch/templates/component/so/so-system-mappings.json @@ -16,6 +16,13 @@ } } }, + "destination": { + "properties":{ + "ip": { + "type": "ip" + } + } + }, "source": { "properties":{ "ip": {