python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Logstash grok pattern for nginx error dosen't work for all lines
I have a grok pattern for nginx error log:
(?<timestamp>%{YEAR}[./]%{MONTHNUM}[./]%{MONTHDAY} %{TIME}) \[%{LOGLEVEL:severity}\] %{POSINT:pid}#%{NUMBER:threadid}\: \*%{NUMBER:connectionid} %{GREE...

Alex R.
Votes: 0
Answers: 1
Grok patterN for timestamp with timezone
I am receiving syslog messages in Logstash with a timestamp like this:
Jan 11 17:02:09+01:00
I'd like to know which Grok pattern should I use to parse it.
I have tried with %{SYSLOGTIMESTAMP:syslog_...

anderZubi
Votes: 0
Answers: 1
Dynamic Lookup using Kibana
I'm trying to Visualize some data in kabana.
Let's take an example:
I've few entries for selling some Products with their transaction IDs as one event and its cost in another event.
Line 1 {"...
Rahul Raj
Votes: 0
Answers: 2
Logstash grok pattern to catch the first line with the string Exception
This is the an example log:
2022-01-07 11:05:01,185 [http-nio-8080-exec-526] WARN de.web.Main| = - Error while execute Request
javax.servlet.ServletException: com.cg.blart.web.HttpInvocationException...

Frankenstein
Votes: 0
Answers: 1