Monitoring Splunk

The Format of Logs changed and the Alerts are not working

n3wbi3
Loves-to-Learn Lots

So the logs changed from typical jason to this ...

 

"message":"type=\"CLIENT_LOGIN\", realmId=\"xxx\", clientId=\"xxx\", userId=\"xxx"

so splunk extracts for type this "\"

 

Now the searches do not work anymore

Labels (2)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @n3wbi3,

you have to create a new search using a regex to extract fields:

| rex "type\=\\\"(?<type>[^\\]+)"

the problem is that the log contains backslash and this is a provlem because in the search you have to use the above command or the following:

| rex "type\=\\\\\"(?<type>[^\\]+)"

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...