Do not analyze programname field for log indices

Some program names are tokenized because they contain non alpha characters,
for example: ocf-ns_IPaddr2, ocf-mysql-wss, keystone-wsgi-admin, cinder-api, ..

Change-Id: I3852ba65d21368faa965cafd3dcefa277a15507a
This commit is contained in:
Swann Croiset 2016-01-27 14:33:58 +01:00
parent 32eccc6d1f
commit af9f7651a4
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"index": "not_analyzed",
"type": "string"
},
"programname": {
"index": "not_analyzed",
"type": "string"
},
"python_module": {
"index": "not_analyzed",
"type": "string"