<!--- Provide a general summary of the issue in the Title above --> I use elasticsearch_analyzer = standard in my graylog,and I have a message like this ```` 2017-01-09 20:02:50,197 [x/x] - [(x,aa.bb,Y,645810f41483963370181610719839,1ms)] ````
## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> expcected all terms like ```` Field terms: xxx Y 645810f41483963370181610719839 1ms ```` the last comma should spit the last words. ## Current Behavior <!--- If describing a bug, tell us what happens instead of the expected behavior --> <!--- If suggesting a change/improvement, explain the difference from current behavior --> ```` Field terms: xxx Y 645810f41483963370181610719839,1ms ```` but last words `645810f41483963370181610719839,1ms` was not splited. ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> <!--- or ideas how to implement the addition or change --> maybe I can set stopwords to solve this problem. ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Graylog Version:2.1.2 * Elasticsearch Version:2.3.0 * MongoDB Version: * Operating System: * Browser version: -- 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/701cfede-e100-4830-9ca1-f3100bcb9d9f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
