Splunk Search

Skipped search

VijaySrrie
Builder

Hi All,

I am able to see only 4 status, why am I not able to see status=skipped and status = continued

VijaySrrie_0-1725276046695.png

 

0 Karma

vigneshnarendra
Explorer
  1. Have you included search head captain in your search? I believe only the scheduler node will get the failed logs. If you have included them, follow my next steps.

  2. Do you find them in your logs and they aren't extracted? Append the below SPL to extract them.

| rex field=_raw "status=(?<status>\w+)"

Do you get them when you do stats count on status? 

If not then you have 100% success rate on the searches. 

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...