Switch from .security to match_only_text

This commit is contained in:
Wes Lambert
2022-02-22 20:33:49 +00:00
parent 5b46d19b13
commit f7862af934
62 changed files with 19298 additions and 3289 deletions
@@ -13,14 +13,24 @@
},
"facility_label": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
}
}
},
"priority": {
"type": "long"
},
"severity_label": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
}
}
}
}
}