From 1aa9d87c5db266bb89d79e2256d621047195e7d9 Mon Sep 17 00:00:00 2001 From: Corey Ogburn Date: Tue, 8 Oct 2024 09:57:52 -0600 Subject: [PATCH] Corrected Put the note on the right model this time. --- .../templates/component/so/detection-mappings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/elasticsearch/templates/component/so/detection-mappings.json b/salt/elasticsearch/templates/component/so/detection-mappings.json index 51e13c829..9f992f971 100644 --- a/salt/elasticsearch/templates/component/so/detection-mappings.json +++ b/salt/elasticsearch/templates/component/so/detection-mappings.json @@ -97,6 +97,9 @@ "updatedAt": { "type": "date" }, + "note": { + "type": "text" + }, "regex": { "type": "text" }, @@ -143,9 +146,6 @@ "ignore_above": 1024, "type": "keyword" }, - "note": { - "type": "text" - } } } }