How to Segregate logs using delimeter

My log sample as follws

[22/11/2017#09:06:37:126] 1511341597077#O##servername#3322132#SCREEN#Controller#getURL#STEP#W1W8#RN19191199999111#231672998#Success#48

How can i segregate this message with delimeter '#' and visualize it in kibana?

Please help

Hey @muthu_kumar1 how are you ingesting your data into Kibana? Are you using Logstash or perhaps the Elasticsearch Ingest Node? On ingest, you'll want to split your data into multiple fields so that Kibana can query/graph them appropriately.

Hi Brandon_Kobel I am using logstash to input data..How can i achieve the same in logstash?
Can you tel me any sample?

I'd start with the Grok filter plugin for Elasticsearch. The Grok Debugger in Kibana can be used to debug your specific grok expression.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.