<?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 Re: How to forward Windows event log &amp;quot;application&amp;quot; to 2 different indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174024#M35029</link>
    <description>&lt;P&gt;I have install UF on our central syslog server. that syslog server is getting logs from different network devices. &lt;BR /&gt;
logs files are getting saved at  /central/$devicename$&lt;BR /&gt;
I wan to save logs under index = syslog_route index.&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 12:16:52 GMT</pubDate>
    <dc:creator>riqbal</dc:creator>
    <dc:date>2018-05-21T12:16:52Z</dc:date>
    <item>
      <title>How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174017#M35022</link>
      <description>&lt;P&gt;Our Splunk 6.1.5 environment is on Linux. We have universal forwarders installed on our windows machines. They are already forwarding data to index "os_windows". I have another index "test_application_index" that some of my servers are forwarding other types of logs. Now, I also need to forward the Windows event log "application" to this "test_application_index". &lt;BR /&gt;
I know that I can add the following lines to "inputs.conf" file for the second app(index), but I am not sure if it is the correct way as we already have this information in "os_windows" and by doing this, we are indexing that data twice.&lt;/P&gt;

&lt;P&gt;Any suggestions?&lt;/P&gt;

&lt;P&gt;[WinEventLog:Application]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index=test_application_index&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174017#M35022</guid>
      <dc:creator>KooroshFooladba</dc:creator>
      <dc:date>2020-09-28T18:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174018#M35023</link>
      <description>&lt;P&gt;You probably want an eventtype here. Then you can specify where your data lives a little more granular. Do this on the Searchheads and Indexers.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtypes.conf
[wineventlog_application]
search = sourcetype=WinEventLog:Application index=os_windows OR index=test_application_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then in your search bar, do this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;eventtype=wineventlog_application | do_other_things_here
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Jan 2015 19:28:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174018#M35023</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-01-06T19:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174019#M35024</link>
      <description>&lt;P&gt;Thanks for the reply, please correct me if I am wrong,&lt;BR /&gt;
by what you have mentioned I believe you are assuming that the wineventlog_application is already in both indexes which is not my case, my wineventlog_application is just in os_windows and I need to send it to test_application_index&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174019#M35024</guid>
      <dc:creator>KooroshFooladba</dc:creator>
      <dc:date>2020-09-28T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174020#M35025</link>
      <description>&lt;P&gt;So then whereever that input "WinEventLog:Application" is being collected from, create a local/inputs.conf with this in it:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog:Application]
index = test_application_index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will override the input and put it into the new index. You can't (and shouldn't) send it to both, so anything using os_windows will stop working.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 19:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174020#M35025</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-01-06T19:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174021#M35026</link>
      <description>&lt;P&gt;Yes, I assumed that I should add this lines to the inputs.conf of those machine (windows machines) forwarding the logs, but my concern or question is by doing that aren't we indexing same data twice? indexing in os_windows by default and indexing in test_application_index which will cost us the license usage.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:34:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174021#M35026</guid>
      <dc:creator>KooroshFooladba</dc:creator>
      <dc:date>2020-09-28T18:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174022#M35027</link>
      <description>&lt;P&gt;Nope, the config is overwritten - you won't see the same data in two different indexes unless you do some really fancy configurations. If you goto C:\Program Files\SplunkUniversalForwarder\bin, and run: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk.exe cmd btool --debug inputs list WinEventLog:Application
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will see what values are set, and what file they come from.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 20:19:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174022#M35027</guid>
      <dc:creator>alacercogitatus</dc:creator>
      <dc:date>2015-01-06T20:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174023#M35028</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;I will try it today and will confirm tomorrow.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2015 20:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174023#M35028</guid>
      <dc:creator>KooroshFooladba</dc:creator>
      <dc:date>2015-01-06T20:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward Windows event log "application" to 2 different indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174024#M35029</link>
      <description>&lt;P&gt;I have install UF on our central syslog server. that syslog server is getting logs from different network devices. &lt;BR /&gt;
logs files are getting saved at  /central/$devicename$&lt;BR /&gt;
I wan to save logs under index = syslog_route index.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 12:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-Windows-event-log-quot-application-quot-to-2/m-p/174024#M35029</guid>
      <dc:creator>riqbal</dc:creator>
      <dc:date>2018-05-21T12:16:52Z</dc:date>
    </item>
  </channel>
</rss>

