Splunk Enterprise

Data from forwarder going to wrong index

mbernardo
New Member

I am monitoring three scripts using the Universal forwarder and my inputs.conf looks like this:

[script:///opt/splunkforwarder/etc/apps/stax/bin/splunk-ram-cust1.sh]

disabled = false

interval = 60

sourcetype = ram_cust1

index = cust1

[script:///opt/splunkforwarder/etc/apps/stax/bin/splunk-disk-cust1.sh]

disabled = false

interval = 60

sourcetype = disk_cust1

index = cust1

[script:///opt/splunkforwarder/etc/apps/stax/bin/splunk-cpu-cust1.sh]

disabled = false

interval = 60

sourcetype = cpu_cust1

index = cust1

On the Indexer I am creating an index called 'cust1' to match what the Forwarder will be sending before I add the Monitor for the scripts. After I add the Monitor the data is received on my Indexer, but the Index of the first entry of the Ram Script and all entries from the cpu script will have an index of main. Why would this be happening?

Tags (4)
0 Karma

Michael
Contributor

don't know if this was ever answered, but I think it might lie in putting an index.conf file in /opt/splunk/etc/system/local/ that reads:

[ram_cust1]
homePath = $SPLUNK_DB/cust1/db
coldPath = $SPLUNK_DB/cust1/colddb
thawedPath = $SPLUNK_DB/cust1/thaweddb

[disk_cust1]
homePath = $SPLUNK_DB/cust1/db
coldPath = $SPLUNK_DB/cust1/colddb
thawedPath = $SPLUNK_DB/cust1/thaweddb

[cpu_cust1]
homePath = $SPLUNK_DB/cust1/db
coldPath = $SPLUNK_DB/cust1/colddb
thawedPath = $SPLUNK_DB/cust1/thaweddb

Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...