Merge pull request #12760 from Security-Onion-Solutions/cogburn/detection-author-remap

Detection Author as a Keyword instead of Text
This commit is contained in:
coreyogburn
2024-04-05 11:39:53 -06:00
committed by GitHub

View File

@@ -30,7 +30,8 @@
"type": "keyword" "type": "keyword"
}, },
"author": { "author": {
"type": "text" "ignore_above": 1024,
"type": "keyword"
}, },
"description": { "description": {
"type": "text" "type": "text"