Hi All,
I am using Elastic as a logging system, and one of the optimizations I would like to make is changing the 'analyzer' (https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-analyzers.html) for my 'host' field.
I would basically want the 'keyword' analyzer but to be case insensitive (lowercased, might be ok).
I suspect I'd need to write a 'custom' analyzer but I really have no idea how to go about this - is anyone able to help?
Thanks
(elastic 6.4.2)