Hi, I am using GROK to split out my log messages into fields.
Some message fields have multiple words as a result e.g. login authentication succeeded or login authentication failed.
When I go to Kibana, Discover, find the log and then on the left hand side pane expand the relivant field I can see them both one above the other l but when I click on visualise it creates 4 bar charts "authentication", "login", "succeeded" and "failed".
Have noticed I also have a warning message next to Visualize - 1 warning - This is an analyzed string field. Analyzed strings are highly unique and can use a lot of memory to visualize.....
Is there any way to fix up the GROK to keep the messages together.
In GROK I'm capturing this part as %{CISCO_REASON:login_authentication_response}.