Hello!
After first run graylog2 I have defaut template in Elasticsearch
curl -X GET 'http://loclahost:9200/_template?pretty'
http://pastebin.com/e5LPiGzC

How to change mapping in "dynamic_templates" and "store_generic" from
"index" : "not_analyzed" to

"analyzer" : "standard",
"index" : "analyzed",
"type" : "string"
?

I want that any new field, created in web interface, must have "index" : 
"analyzed". By default they have 
"index" : "not_analyzed",
"type" : "string"

Any advice is greatly appreciated.


-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/5d304168-1cdf-4324-ae28-b93602f55e52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to