I am new to ELK stack. My requirement is to read several .log files and analyze the data in Kibana.
In the log file, I have several occurrences of certain keyword, let's say "xyz".
Is there any way, I can create a field for this keyword ("xyz") in the logstash conf file ?
I have googled/youtube/read the materials but grok is using "WORD" pattern which is not going to help as all the String letters will come under "WORD" category.
Please help.