GROK filter for my log file JBoss

I'm new to the ELK stack and I'm trying to setup a GROK filter but I'm not having any luck.

Any help is greatly appreciated.

Thanks,

this is a line from my log file :

2019-03-11 11:46:50,202 [1552304809856]|192.168.0.51|am.markov;451251F2337*731*.prodnodeapp;27328|/My.Web/homeLFSelection.action|am.markov-1552304809856-27328|INFO|null | 0 | null | com.mywebsite.interfaces.ICommonActeurDepenseBusinessService | searchActors | null | >> entry >> | null

What have you tried?

For both logs and configurations you should select the text in the edit pane and click on </> in the toolbar above the pane. This will prevent markdown being interpreted.

i tried this but no chance

%{TIMESTAMP_ISO8601:timestamp} %{NUMBER:nbr }%{DATA:host} %{DATA:user} %{DATA:m} %{DATA:ms} %{LOGLEVEL:loglevel} %{GREEDYDATA:msg}

%{TIMESTAMP_ISO8601:timestamp}%{NUMBER:nbr }%{IP:host}%{WORS:user};%{NUMBER:m}.%{WORD:ms}%{NUMBER:m} /%{URL:ms}%{WORD:ms}%{LOGLEVEL:loglevel} %{GREEDYDATA:msg}

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