All Apps and Add-ons

log is going to _internal index

shashidharh
Explorer

Hi,

Logs are going to _internal index instead of customized index.

host = xxxx
index = _internal
source = C:\Program Files\SplunkUniversalForwarder\var\log\splunk\splunkd.log
sourcetype = splunkd

inputs.conf and props.conf are set properly in deployment server.Also verified in the SplunkForwarder "Windows"  server.  Still getting above one , not going to customized index.

What could be the reason ?

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The reason is simple: that is where Splunk is told to put the data.  It's also the default setting so no real surprise.  To find out which config file is specifying the settings, run btool on the forwarder.

\Program Files\Splunk\bin\splunk.exe btool --debug inputs list 

Then you'll know which file to modify to have the data go to the desired index.

Be aware that sending data to a custom index rather than _internal may have license implications and may break some dashboards.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

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 ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...