Getting Data In

Can you help me with Log Event Queueing on a Splunk Forwarder?

renelindner
Engager

Hi Splunkies,

is there a way to set up log event event queuing and the chunking of queued events on the forwarder side?

Our problem is that our forwarders flood our indexer with events when it is back online after an outage due to maintenance or other reasons and some of those events are not indexed and get lost.

The fowarders are configured to use acknowledgement and SSL to encrypt the traffic between forwarders and indexers. The use of SSL and acknowledgement is required by the orgranizations data management and securicy policies.

Utilization on the indexer is quite low. CPU ist always <10% even after bringing them up online after maintainance.

Any suggestions or ideas, like a configuration to send queued events in chunks of like 10 Mb and how to do that?

René

richgalloway
SplunkTrust
SplunkTrust

Forwarders automatically queue data when they can't reach an indexer. Usually, that queue is enough to hold events until an indexer is available, but it may not be enough if all are indexers are down for a prolonged period or if a lot of events are generated during the outage.

The maxQueueSize setting in outputs.conf may help. Increasing the value from the default of 500KB should help.

If you have enough resources, consider standing up a second indexer so you're more likely to have one available at all times. It'll help with search performance, too.

---
If this reply helps you, Karma would be appreciated.
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 ...