Dashboards & Visualizations

Why am I experiencing inconsistent ingestion?

Slimbanty1
Engager

Hello pls I have a problem with a search.

if I run this search, it has inconsistent ingestion. Here is the search I ran:

index=compare_items 

if I put a time range of 60mins even 7days, I do not see results. But if I put 30days, I have like million events populated.

Here is the error message I got from Splunk.:

configuration for xyz/123/xxx/ took longer time than expected. This usually indicate problem with underlying storage performance. 

can someone help me if you had similar experience. Thanks 

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

probably you have some issues to get data in? 
If you have MC, you could check there if there are missing forwarders etc.

Another way is check if that index contains data like

| tstats prestats=t count where index=compare_items by _time, host span=1d
| timechart span=1d count by host

Then select different time frame for it. That should show when events has stopped to come into splunk. Then just look from UF (host on previous query) side have there happened anything. 

r. Ismo

0 Karma
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 ...