I'm trying to change the analyzer from "standard" to "whitespace".  I've 
set the following property in my Graylog server configuration:

elasticsearch_analyzer = whitespace

It states that my change will be applied to new indices so I manually 
cycled the deflector so that it is now pointing to graylog2_1 (previously 
graylog2_0).  However, the new index still uses the "standard" analyzer 
based on the mapping in Elasticsearch:

"message" : {
            "type" : "string",
            "analyzer" : "standard"
          },


How do I change the analyzer?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/8dc3babd-949d-4ecc-b74f-ccb73510abf3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to