Splunk Search

SPlunk search not returning all events

varun85negi
Engager

Hi,

We have a query with below format:

(index=A sourcetype=A1) OR (index=A sourcetype=A2) OR (index=B sourcetype=B1)

Sometimes when this query runs it doesn't return events from one of the Index. But the events are present in Splunk.

Checked the scheduler logs and found that search was delegated and also there were some concurrency limit messages.

Have somebody faced the issue where search runs, but some events are missed.

Splunk 7.1.2

Thanks,
Varun Negi

Tags (1)

woodcock
Esteemed Legend

Show us the actual search and the TimePicker value. Something important has been reduced away in your oversimplified explanation.

0 Karma

DalJeanis
Legend

When you say "doesn't return events from one of the index" did you mean index or indexer? Those might be different problems.

0 Karma

JDukeSplunk
Builder

Maybe try

(index=A AND sourcetype=A1 OR sourcetype=A2) OR (index=B sourcetype=B1)

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...