All Apps and Add-ons

Splunk DB Connect: How to ingest logs that were recovered from a forwarder?

vrmandadi
Builder

I am currently trying to recover logs that were not indexed over the Christmas break due to a forwarder going down. Now that we have the forwarder up, we are trying to recover the logs but the ingestion rate is slow. We are currently ingesting around 1 million logs per hour instead of around 10 million. I have tried the troubleshooting in the document in Splunk by reducing the fetch size, interval and other but I don't see any change.

Is there any other way or any other troubleshooting techniques things to use? Thanks in advance for help

0 Karma

aaraneta_splunk
Splunk Employee
Splunk Employee

@vrmandadi - Were you able to test out hunters' solution? Did it work? If yes, please don't forget to resolve this post by clicking on "Accept". If you still need more help, please provide a comment with some feedback. Thanks!

0 Karma

hunters_splunk
Splunk Employee
Splunk Employee

Hi vrmandadi,

I think you should first determine where the bottleneck in data ingestion.

In Monitoring Console, go to indexing performance - instance/deployment, and the panels there can give you a good understanding of the indexing performance across all the components in the indexing pipeline set. Median Fill Ratio of Data Processing Queues will be very helpful in determining the bottleneck.

You can also take a closer look at metrics.log, which periodically samples Splunk activity every 30 seconds and reports top 10 items in each category to reveal the whole picture across the toplogy, including forwarding thruput and indexing thruput.
index=_internal source=*metrics.log host=xyz
The log has a variety of inspection information:
* group – indicates the data type: pipeline, queue, thruput, tcpout_connections, udpin_connections, and mpool
* group=pipeline – plots the frequency and the duration of the pipeline process machinery
* group=queue – displays the data to be processed
* current_size can identify which are the bottlenecks

09-07-2016 17:07:21.416 +0000 INFO Metrics - group=pipeline, name=parsing, processor=utf8,
cpu_seconds=0.000000, executes=23, cumulative_hits=691835
09-07-2016 17:07:21.416 +0000 INFO Metrics - group=queue, name=parsingqueue, blocked!!=true,
max_size=1000, filled_count=0, empty_count=8, current_size=0, largest_size=2, smallest_size=0

Hope this helps. Thanks!
Hunter

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...