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
@@ -10,11 +10,21 @@
"properties": {
"code": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
}
}
},
"id": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
}
}
},
"message": {
"type": "match_only_text"
@@ -29,11 +39,16 @@
},
"type": {
"ignore_above": 1024,
"type": "keyword"
"type": "keyword",
"fields": {
"text": {
"type": "match_only_text"
}
}
}
}
}
}
}
}
}
}