<?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: WinEventLog question in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370026#M92879</link>
    <description>&lt;P&gt;Hi santiagn,&lt;BR /&gt;
if you want to ingest Windows Event Logs the easiest way is to install on Forwarder Splunk_TA_Windows, enabling only stanzas that you want.&lt;/P&gt;

&lt;P&gt;Anyway, in your inputs.conf there isn't any index so try inserting in your search &lt;CODE&gt;index=main&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If there still aren't any logs, verify if your indexer receives logs from the forwarder using this search &lt;CODE&gt;index=_internal host=your_host&lt;/CODE&gt;&lt;BR /&gt;
In this way you verify if your forwarder is correctly connected to Indexer.&lt;/P&gt;

&lt;P&gt;If not, verify firewalls ans outputs.conf in your forwarder.&lt;BR /&gt;
If you have _internal logs, verify that forwarder and indexer are time aligned and that Windows on forwarder create logs (verify policies).&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 14:38:46 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-29T14:38:46Z</dc:date>
    <item>
      <title>WinEventLog question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370025#M92878</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;i added the below to my inputs.conf and restarted the forwarder service but when i search my host it still does not return any wineventlogs. am i missing something or doing something wrong?&lt;/P&gt;

&lt;P&gt;[WinEventLog://Application]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;[WinEventLog://System]&lt;BR /&gt;
disabled = 0&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:13:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370025#M92878</guid>
      <dc:creator>santiagn</dc:creator>
      <dc:date>2017-06-23T15:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370026#M92879</link>
      <description>&lt;P&gt;Hi santiagn,&lt;BR /&gt;
if you want to ingest Windows Event Logs the easiest way is to install on Forwarder Splunk_TA_Windows, enabling only stanzas that you want.&lt;/P&gt;

&lt;P&gt;Anyway, in your inputs.conf there isn't any index so try inserting in your search &lt;CODE&gt;index=main&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;If there still aren't any logs, verify if your indexer receives logs from the forwarder using this search &lt;CODE&gt;index=_internal host=your_host&lt;/CODE&gt;&lt;BR /&gt;
In this way you verify if your forwarder is correctly connected to Indexer.&lt;/P&gt;

&lt;P&gt;If not, verify firewalls ans outputs.conf in your forwarder.&lt;BR /&gt;
If you have _internal logs, verify that forwarder and indexer are time aligned and that Windows on forwarder create logs (verify policies).&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:38:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370026#M92879</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-29T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370027#M92880</link>
      <description>&lt;P&gt;I have been facing the same issue. Check to make sure your ports are allowed to send data. &lt;/P&gt;

&lt;P&gt;go to the Windows Firewall with Advanced Security and check the inbound rules. look for the port your host is on. if it isn't there, add a rule for it, and see if that fixes any issues.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370027#M92880</guid>
      <dc:creator>cmerriman</dc:creator>
      <dc:date>2017-06-23T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370028#M92881</link>
      <description>&lt;P&gt;adding index=main made it work. &lt;/P&gt;

&lt;P&gt;thanks so much!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370028#M92881</guid>
      <dc:creator>santiagn</dc:creator>
      <dc:date>2017-06-23T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog question</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370029#M92882</link>
      <description>&lt;P&gt;thanks! but  i should've mentioned that i have cpu load and avail memory already working just the wineventlog stanza wasn't. &lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 15:29:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-question/m-p/370029#M92882</guid>
      <dc:creator>santiagn</dc:creator>
      <dc:date>2017-06-23T15:29:40Z</dc:date>
    </item>
  </channel>
</rss>

