My Splunk log some thing like [user name] [traceid] ldap authentication { “status” : “success” , “username”: “123”} MULTIEXCEPTION some text….
I am trying out for Splunk query that gives result in tabular format.. any query suggestions?
Status username
Success 123
Fail 234
As @PM77-1 wrote, use the
rex
command to extract fields from events. Then use the (surprise!)table
command to put the results in tabular format.