Splunk Enterprise

splunk indexer

verifi81
Path Finder

What is a way I can confirm that a splunk server is doing INDEXING?

Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

One way is to check splunkd.log to see if the server reports itself as an indexer.

grep "Declared role" /opt/splunk/var/log/splunk/splunkd.log

 Another way is to see if the server is writing any hot buckets.  The _internal index is the best way to check.

ls -l $SPLUNK_DB/_internaldb/db/hot*
---
If this reply helps you, Karma would be appreciated.
0 Karma

verifi81
Path Finder

Is there a way to confirm within the UI? 

I did grep the splunkd.log for "declared role" but nothing came up.   

0 Karma

isoutamo
SplunkTrust
SplunkTrust

Both can queried from internal index.

index=_internal host=<your host> source=*splunkd.log sourcetype=splunkd “declare role” and time frame enough long to find that entry. And same for buckets. 

r. Ismo

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...