Getting Data In

How to send data to multiple indexes?

KCM
Engager

Hello Experts..

Configuring the inupts.conf file I am trying to send data from the same windows log to multiple index's for separate dashboards. I think some sort precedence is blocking some of the data.

Here is what I was trying to accomplish. Is there a better way to get where I'm trying to go?

 

[WinEventLog://Application]
disabled = 0
index = WINDOWS
start_from = oldest

[WinEventLog://System]
disabled = 0
index = WINDOWS
start_from = oldest

[WinEventLog://Security]
disabled = 0
index = WINDOWS
start_from = oldest

######## Separate to send USB bus traffic ##########

[WinEventLog://Security]
disabled = 0
index = USB
start_from = oldest
whitelist = 1234,4321,5467, etc

[WinEventLog:/Microsoft-Windows-DriverFrameworks-UserMode/Operational]
disabled = 0
index = USB
start_from = oldest
interval = 1000,1001,1002,1003

 

0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The current approach won't work because Splunk combines the settings for each stanza name.  In the example, all WinEventLog:Security data will go to the USB index because it is specified last.

The better method is to not even try to separate the data by index.  Like data should be in the same index and separated at search time.

---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The current approach won't work because Splunk combines the settings for each stanza name.  In the example, all WinEventLog:Security data will go to the USB index because it is specified last.

The better method is to not even try to separate the data by index.  Like data should be in the same index and separated at search time.

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

Index This | I’m short for "configuration file.” What am I?

May 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with a Special ...

New Articles from Academic Learning Partners, Help Expand Lantern’s Use Case Library, ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Your Guide to SPL2 at .conf24!

So, you’re headed to .conf24? You’re in for a good time. Las Vegas weather is just *chef’s kiss* beautiful in ...