Splunk Enterprise

forwarder put data into wrong index

lihongyan_84
Explorer

'sourcetype=udp:514' data should put into one same index, but it put part of data to main and another part of data to index "lnv_net"

Tags (1)

jbsplunk
Splunk Employee
Splunk Employee

You should set inputs.conf with index=<indexname> so that the data coming from this input will end up destined for the specified index. If the data is ending up in two different places, perhaps the data is older and from a point where you hadn't defined the index where you wanted to see the data? If that is the case, you can't selectively move data from one index to another, so your data will remain in the original index. If you set up this input and you see current data ending up in two indexes, you've probably got a transform to route the data into another index someplace in your configuration.

You can look at your btool output to determine if any of these things is occurring. Run the following command from $SPLUNK_HOME/bin/ on the indexer if you're using a UF/LWF, or on the heavy forwarder, if that is what your using.

'splunk cmd btool inputs list --debug > ~/inputs.out'
'splunk cmd btool props list --debug > ~/props.out'
'splunk cmd btool transforms list --debug > ~/transforms.out'

lguinn2
Legend

What does your inputs.conf look like? What about props.conf?
Do you have more than one inputs.conf or props.conf? (You probably do and you may need to look at several of them...)

0 Karma

treinke
Builder

Does it show up correctly on the host machine or are you using a light forwarder? What OS and what version Splunk?

There are no answer without questions
0 Karma

Ayn
Legend

You need to provide much more information if you want help.

Get Updates on the Splunk Community!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...