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

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...