Splunk Search

How to see search bundle or knowledge bundle activity on Splunk Search Head?

rbal_splunk
Splunk Employee
Splunk Employee

I am trying to figure out if the Splunk is sending Search Bundles very often and if these are full or delta?

rbal_splunk
Splunk Employee
Splunk Employee

Here are two easy ways to check it.

1)On the search head run the DEBUG command for DistributedBundleReplicationManager
./bin/splunk set log-level DistributedBundleReplicationManager -level DEBUG

once DEBUG is enabled you will see that splunkd.log has useful DEBUG information for component.

2) The other less invasive method to look the bundle activity will be to DistributedBundleReplicationManager

In some cases, it should be possible to confirm full bundle replication without enabling DEBUG, perhaps by:
 looking for POST to /services/receivers/bundle in splunkd_access.log from the indexers
 looking for metrics.log entries from the search head with group=bundles_uploads and baseline_count>0
 looking for metrics.log entries from the indexers with group=bundles_downloads and baseline_count>0

Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...