Monitoring Splunk

UF queues when Indexer down.

hectorvp
Communicator

Incase indexer is down or has slow speed for writing events in a disk,

I guess in these cases UFs parsing queue and output queue would be full enough and considering

dropEventsOnQueueFull = -1

 Suppose indexer was up again upon next day,

From where would UF start events, from where he had left off reading files or would drop events???

Can I consider that in metrics.log  if group=queue  and blocked=true, the IF is blocked and may drop events

Or will it send all logs when queue has space or indexer is up and running, where he had left off.

I don't have option of persistent queue bcoz I may monitor some logs files using monitor stanza

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

UF starts reading where it has left before output queue is full. It's own situation has stored on fishbucket index. But if you don't use persistent queues and UF will go down before it can send events to IDX then you will lost those events which are in output queue as those are just memory queues with normal configuration.

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