<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to send data to multiple indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-data-to-multiple-indexes/m-p/628195#M107817</link>
    <description>&lt;P&gt;Hello Experts..&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Here is what I was trying to accomplish. Is there a better way to get where I'm trying to go?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[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&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 18:35:41 GMT</pubDate>
    <dc:creator>KCM</dc:creator>
    <dc:date>2023-01-25T18:35:41Z</dc:date>
    <item>
      <title>How to send data to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-data-to-multiple-indexes/m-p/628195#M107817</link>
      <description>&lt;P&gt;Hello Experts..&lt;/P&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Here is what I was trying to accomplish. Is there a better way to get where I'm trying to go?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[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&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 18:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-data-to-multiple-indexes/m-p/628195#M107817</guid>
      <dc:creator>KCM</dc:creator>
      <dc:date>2023-01-25T18:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: UF Inputs.conf - send data to multiple indexes</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-send-data-to-multiple-indexes/m-p/628203#M107818</link>
      <description>&lt;P&gt;The current approach won't work because Splunk combines the settings for each stanza name.&amp;nbsp; In the example, all WinEventLog:Security data will go to the USB index because it is specified last.&lt;/P&gt;&lt;P&gt;The better method is to not even try to separate the data by index.&amp;nbsp; Like data should be in the same index and separated at search time.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 20:19:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-send-data-to-multiple-indexes/m-p/628203#M107818</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-01-24T20:19:18Z</dc:date>
    </item>
  </channel>
</rss>

