<?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: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162297#M32949</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/142467"&gt;@linu1988&lt;/a&gt; thanks for the reply.  Will using SOURCE_KEY = MetaData:Host make the REGEX = test123 match on the host sending the log, or will it match on characters within the log itself.  I should have clarified that I have used the DEST_KEY = queue and FORMAT = indexQueue successfully in the past.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 17:12:59 GMT</pubDate>
    <dc:creator>jodros</dc:creator>
    <dc:date>2020-09-28T17:12:59Z</dc:date>
    <item>
      <title>No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162291#M32943</link>
      <description>&lt;P&gt;I recently installed the newest UF on a server to test before rolling out to the rest of the environment.  I am able to monitor log files on the filesystem, but not wineventlogs.  I verified the configuration is correct.  Is there a bug with this UF?&lt;/P&gt;

&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 19:02:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162291#M32943</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2014-07-29T19:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162292#M32944</link>
      <description>&lt;P&gt;it works on server 2008 i have tested, could you post your configuration?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 19:23:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162292#M32944</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-07-29T19:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162293#M32945</link>
      <description>&lt;P&gt;inputs.conf:&lt;BR /&gt;
[WinEventLog:Application]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 0&lt;BR /&gt;
checkpointInterval = 5&lt;BR /&gt;
index = techsvcs&lt;/P&gt;

&lt;P&gt;As far as I can tell, this is the same wineventlog configuration that I have working on other versions of UF.&lt;/P&gt;

&lt;P&gt;There is also an outputs app that is working for 40+ other servers that is applied to this server to indicate how to send data to the indexers.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162293#M32945</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2020-09-28T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162294#M32946</link>
      <description>&lt;P&gt;I figured it out.  There is a statement in the props.conf on the indexers that deletes wineventlog:application data that does not match some regex value.  I will need to modify this statement.&lt;BR /&gt;
Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2014 20:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162294#M32946</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2014-07-29T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162295#M32947</link>
      <description>&lt;P&gt;I do have another question pertaining to the transforms.conf file.  Would the below config route all logs to the normal queue for host test123?&lt;/P&gt;

&lt;P&gt;[keep_test123_data]&lt;BR /&gt;
SOURCE_KEY = MetaData:Host&lt;BR /&gt;
REGEX = test123&lt;BR /&gt;
DEST_KEY = queue&lt;BR /&gt;
FORMAT = indexQueue&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:12:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162295#M32947</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2020-09-28T17:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162296#M32948</link>
      <description>&lt;P&gt;indexQueue is mentioned, so it will be indexed. Refer the document &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Datapipeline" target="test_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Datapipeline&lt;/A&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2014 09:50:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162296#M32948</guid>
      <dc:creator>linu1988</dc:creator>
      <dc:date>2014-07-30T09:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: No Wineventlogs With Universal Forwarder 6.1.2 on Windows Server 2008 R2</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162297#M32949</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/142467"&gt;@linu1988&lt;/a&gt; thanks for the reply.  Will using SOURCE_KEY = MetaData:Host make the REGEX = test123 match on the host sending the log, or will it match on characters within the log itself.  I should have clarified that I have used the DEST_KEY = queue and FORMAT = indexQueue successfully in the past.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 17:12:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/No-Wineventlogs-With-Universal-Forwarder-6-1-2-on-Windows-Server/m-p/162297#M32949</guid>
      <dc:creator>jodros</dc:creator>
      <dc:date>2020-09-28T17:12:59Z</dc:date>
    </item>
  </channel>
</rss>

