<?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 resend the specific event log from Windows Universal Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244331#M47263</link>
    <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;We are collecting the Security Event Log from Windows 2012 Server which has Universal Forwarder installed, and I found that some of the logs were not sent to Indexer even though UseAck=true.&lt;BR /&gt;
Is there a anyway to send only the specific logs to Indexer?&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2016 01:54:07 GMT</pubDate>
    <dc:creator>kuga_mbsd</dc:creator>
    <dc:date>2016-07-06T01:54:07Z</dc:date>
    <item>
      <title>How to resend the specific event log from Windows Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244331#M47263</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;We are collecting the Security Event Log from Windows 2012 Server which has Universal Forwarder installed, and I found that some of the logs were not sent to Indexer even though UseAck=true.&lt;BR /&gt;
Is there a anyway to send only the specific logs to Indexer?&lt;/P&gt;

&lt;P&gt;Thanks in advance,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 01:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244331#M47263</guid>
      <dc:creator>kuga_mbsd</dc:creator>
      <dc:date>2016-07-06T01:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to resend the specific event log from Windows Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244332#M47264</link>
      <description>&lt;P&gt;Hi kuga_mbsd, You could perhaps build a WMI query to get specific eventcodes, reviewing the documentation here might help : &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWMIdata#Examples_of_wmi.conf" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Data/MonitorWMIdata#Examples_of_wmi.conf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;My next guess would be a script based oneshot gathering the events together as text (xml probably) and indexing the results.&lt;/P&gt;

&lt;P&gt;Please let me know if this answers your question! &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:08:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244332#M47264</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2020-09-29T10:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to resend the specific event log from Windows Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244333#M47265</link>
      <description>&lt;P&gt;Hi muebel,&lt;/P&gt;

&lt;P&gt;Thank you for your answers.&lt;BR /&gt;
Regarding the URL you gave me is pulling the logs on the remote Windows host, is that right?&lt;BR /&gt;
Unfortunately Indexer doesn't have access to the server since Firewall is blocking.&lt;/P&gt;

&lt;P&gt;Do you think if Universal Forwarder will send the only specific logs by executing some commands?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 02:40:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244333#M47265</guid>
      <dc:creator>kuga_mbsd</dc:creator>
      <dc:date>2016-07-06T02:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resend the specific event log from Windows Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244334#M47266</link>
      <description>&lt;P&gt;Yup, you can use powershell to retrieve specific eventlogs described in more detail here : &lt;A href="https://technet.microsoft.com/en-us/library/hh849834.aspx"&gt;https://technet.microsoft.com/en-us/library/hh849834.aspx&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i.e., &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Get-EventLog -LogName "*Security*" -Message "*the message you are looking for*"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 06 Jul 2016 12:47:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244334#M47266</guid>
      <dc:creator>muebel</dc:creator>
      <dc:date>2016-07-06T12:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to resend the specific event log from Windows Universal Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244335#M47267</link>
      <description>&lt;P&gt;The &lt;CODE&gt;UseAck=true&lt;/CODE&gt; should help you prove where the breakdown did/not happen but there is no reason that the forwarding should not normally be reliable.  I have some skepticism that "some" events did not make it in, if everything is configured correctly.  We need to see your inputs.conf to be sure.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 16:24:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-resend-the-specific-event-log-from-Windows-Universal/m-p/244335#M47267</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-06T16:24:53Z</dc:date>
    </item>
  </channel>
</rss>

