Getting Data In

how do i segregate data from one splunk forwarder in a seperate index?

Alan_Bradley
Path Finder

I have one splunk forwarder I need to segregate from other indexes. I have created its own index and I need to know how to get the data from the splunk forwarder into it. I only have one port open for lightweight forwarding.

Is this possible through props.conf and transforms.conf or do I need to do something different

1 Solution

gkanapathy
Splunk Employee
Splunk Employee

Just set

 index = specialindex

either under each input on that forwarder in inputs.conf, or set it at the top of the inputs.conf file and it will be defaulted for all inputs unless otherwise specified (though note that some UI-configured inputs will set index = default)

View solution in original post

gkanapathy
Splunk Employee
Splunk Employee

Just set

 index = specialindex

either under each input on that forwarder in inputs.conf, or set it at the top of the inputs.conf file and it will be defaulted for all inputs unless otherwise specified (though note that some UI-configured inputs will set index = default)

jrodman
Splunk Employee
Splunk Employee

It's possible to do with a transform, but the input method gkanapthy is suggesting is easier and simpler.

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...