make scan_name easily searchable

This commit is contained in:
pemontto
2019-05-08 17:52:12 +01:00
parent a8ca4153fc
commit 6b8e699eb6

View File

@ -171,7 +171,14 @@
"type": "keyword"
},
"scan_name": {
"type": "keyword"
"fields": {
"keyword": {
"ignore_above": 256,
"type": "keyword"
}
},
"norms": false,
"type": "text"
},
"scan_source": {
"type": "keyword"