Getting Data In

Impact of indexer going down for sometime.

Satyams14
Loves-to-Learn Lots

Hello All,

We have a server on which indexer and search head deployed. furthermore we are getting logs from UF and HF's. due to some requirement we might require some downtime for the server on which Indexer and search head has been deployed.

Will there be any log loss due to this server downtime? If yes how long logs will be lost there?

If UF cache logs locally then for how log UF cache the logs, if there any dependency on cache memory available on UF server?

 

Labels (3)
0 Karma

Satyams14
Loves-to-Learn Lots

Hello ,

Thanks for your response, i would like to understand how would stopping UF and HF will prevent log loss?

Waiting for your response.

 

Regards,

Satyam

0 Karma

glc_slash_it
Path Finder

Obviously it depends on the types of logs you are monitoring:

- if its static files, UF/HF will save a checkpoint of where they stop reading, and will continue whenever you start them again

- if is tcp/udp or syslog-like, you need to adopt other strategies like setting up a distributed Splunk environment with a cluster of Indexers or a Syslog server to receive the tcp/udp logs and write them to files.

0 Karma

glc_slash_it
Path Finder

Hi,

The best way to avoid logs being lost would be to stop the UFs and HFs  before taking down the Indexers.

Another way woulbe be to disable the inputs.conf, by creating/updating a configuration like this:

[perfmon:*]
disabled = true

[WinEventLog:]
disabled = true

[monitor://<path>]
disabled = true

 

------------
If this was helpful, some 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 ...