<?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 do I monitor Forwarded Events logs on Windows? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208935#M41146</link>
    <description>&lt;P&gt;Then you have a problem on any other place.&lt;/P&gt;

&lt;P&gt;Example from the official inputs.conf documentation of Splunk.&lt;/P&gt;

&lt;P&gt;Monitor Windows event logs ForwardedEvents, this time only gathering the&lt;BR /&gt;
events happening after first starting to monitor, going forward in time.&lt;/P&gt;

&lt;P&gt;[WinEventLog://ForwardedEvents]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
batch_size = 10&lt;BR /&gt;
checkpointInterval = 5&lt;/P&gt;

&lt;P&gt;ignoring the extra parameter this is the right stanza for the inputs.conf.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:07:35 GMT</pubDate>
    <dc:creator>TStrauch</dc:creator>
    <dc:date>2020-09-29T11:07:35Z</dc:date>
    <item>
      <title>How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208930#M41141</link>
      <description>&lt;P&gt;I'm trying to monitor Forwarded Events logs on Windows (not application, system, etc.)?&lt;/P&gt;

&lt;P&gt;My inputs.conf stanza looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://Forwarded Events]
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Doesn't seem to work.  Anyone had success monitoring this type of event log?&lt;/P&gt;

&lt;P&gt;Any help would be much appreciated.&lt;BR /&gt;
Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208930#M41141</guid>
      <dc:creator>ericlarsen</dc:creator>
      <dc:date>2016-09-21T16:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208931#M41142</link>
      <description>&lt;P&gt;Try adding the sourcetype and index in the stanza so it looks like this..  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinEventLog://System]
index = YOUR_INDEX
sourcetype = winEventLogs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also, do you have the &lt;CODE&gt;outputs.conf&lt;/CODE&gt; pointing to your indexer? &lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208931#M41142</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2016-09-21T17:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208932#M41143</link>
      <description>&lt;P&gt;I don't want to monitor System event logs, I want to monitor Forwarded Events event logs.&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1892iD0B529EFE244D9DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I know the UF is working because I can search other data from the same server.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:22:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208932#M41143</guid>
      <dc:creator>ericlarsen</dc:creator>
      <dc:date>2016-09-21T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208933#M41144</link>
      <description>&lt;P&gt;Hi ericlarsen,&lt;/P&gt;

&lt;P&gt;just try this. Ignore the Space between "Forwarded Events".&lt;/P&gt;

&lt;P&gt;[WinEventLog://ForwardedEvents]&lt;BR /&gt;
 index= YOUR_INDEX&lt;BR /&gt;
 disabled = 0&lt;/P&gt;

&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:49:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208933#M41144</guid>
      <dc:creator>TStrauch</dc:creator>
      <dc:date>2016-09-21T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208934#M41145</link>
      <description>&lt;P&gt;Unfortunately that did not fix the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 10:58:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208934#M41145</guid>
      <dc:creator>ericlarsen</dc:creator>
      <dc:date>2016-09-22T10:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208935#M41146</link>
      <description>&lt;P&gt;Then you have a problem on any other place.&lt;/P&gt;

&lt;P&gt;Example from the official inputs.conf documentation of Splunk.&lt;/P&gt;

&lt;P&gt;Monitor Windows event logs ForwardedEvents, this time only gathering the&lt;BR /&gt;
events happening after first starting to monitor, going forward in time.&lt;/P&gt;

&lt;P&gt;[WinEventLog://ForwardedEvents]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
start_from = oldest&lt;BR /&gt;
current_only = 1&lt;BR /&gt;
batch_size = 10&lt;BR /&gt;
checkpointInterval = 5&lt;/P&gt;

&lt;P&gt;ignoring the extra parameter this is the right stanza for the inputs.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208935#M41146</guid>
      <dc:creator>TStrauch</dc:creator>
      <dc:date>2020-09-29T11:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208936#M41147</link>
      <description>&lt;P&gt;Not sure why, but it works now.  Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 19:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208936#M41147</guid>
      <dc:creator>ericlarsen</dc:creator>
      <dc:date>2016-09-22T19:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I monitor Forwarded Events logs on Windows?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208937#M41148</link>
      <description>&lt;P&gt;For those curious, I figured out why it just started suddenly working.  I didn't have 'Restart Splunk' selected for the app on the Deployment Manager.&lt;/P&gt;

&lt;P&gt;Again, TStrauch, thanks for the help with the monitor stanza.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 16:22:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-monitor-Forwarded-Events-logs-on-Windows/m-p/208937#M41148</guid>
      <dc:creator>ericlarsen</dc:creator>
      <dc:date>2016-09-23T16:22:53Z</dc:date>
    </item>
  </channel>
</rss>

