<?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: Excessive Windows Event Logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517401#M87550</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225681"&gt;@michaeler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Windows is very much verbose and only for a single accett to a machine you have 10-13 events 4624 (login) and 4634 (logout)!&lt;/P&gt;&lt;P&gt;You can easily check if the filter is running with a simple search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=wineventlog EventCode=4648&lt;/LI-CODE&gt;&lt;P&gt;if you have events the filter isn't OK, if you haven't results it's OK.&lt;/P&gt;&lt;P&gt;The only hint I can give is to analyze your logs and filter one by one all the events you don't need.&lt;/P&gt;&lt;P&gt;Another hint: have you enabled perfmons? if yes, they probably they are the reason of your license consuption.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 06:58:44 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2020-09-02T06:58:44Z</dc:date>
    <item>
      <title>Excessive Windows Event Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517248#M87534</link>
      <description>&lt;P&gt;I don't have much experience with Splunk but am starting to use it in a new role and have done a lot of research before asking this question. There are two parts and I cannot provide screenshots.&lt;/P&gt;&lt;P&gt;I'm running Splunk Enterprise with 3 workstations and 1 DC forwarding to the backup DC which holds the Splunk Server. We recently did a hardware update and began exceeding our license by 3-4x per day. The configuration didn't change and I cannot find what is causing this. I blacklisted the 10 event codes that were generating 80% of the logs and while they are no longer showing in my search, the server appears to continue to index them and by 8am today my index capacity was at 17500MB/5000MB for the day.&lt;/P&gt;&lt;P&gt;I've also noticed anywhere from 50-1500 event logs for a single "Record Number." It's my understanding that a record number is unique to a single event and this means one event is getting logged several times. The time stamp is the same down to the millisecond. This I would argue is the bigger issue.&lt;/P&gt;&lt;PRE&gt;WinEventLog://Security&lt;BR /&gt;disabled = 0&lt;BR /&gt;start_from = newest&lt;BR /&gt;blacklist = 4648,4701,....    &amp;lt;-- ... is not literal, just have 8 more&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Sep 2020 14:41:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517248#M87534</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2020-09-01T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Excessive Windows Event Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517401#M87550</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225681"&gt;@michaeler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Windows is very much verbose and only for a single accett to a machine you have 10-13 events 4624 (login) and 4634 (logout)!&lt;/P&gt;&lt;P&gt;You can easily check if the filter is running with a simple search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=wineventlog EventCode=4648&lt;/LI-CODE&gt;&lt;P&gt;if you have events the filter isn't OK, if you haven't results it's OK.&lt;/P&gt;&lt;P&gt;The only hint I can give is to analyze your logs and filter one by one all the events you don't need.&lt;/P&gt;&lt;P&gt;Another hint: have you enabled perfmons? if yes, they probably they are the reason of your license consuption.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 06:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517401#M87550</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-02T06:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Excessive Windows Event Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517480#M87566</link>
      <description>&lt;P&gt;The blacklist filters are working. I attempted to use crcSalt = &amp;lt;SOURCE&amp;gt; on inputs.conf to block the duplicate events but it did not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also checked the indexes page this morning and the searchable events. By 0900 this morning I indexed 60,000,000 events but could only find about 200,000 events in the search.&lt;/P&gt;&lt;P&gt;I'm not sure about perfmons but will check when I get back on that network.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:47:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517480#M87566</guid>
      <dc:creator>michaeler</dc:creator>
      <dc:date>2020-09-02T13:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Excessive Windows Event Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517482#M87568</link>
      <description>&lt;P&gt;Here is posting about windows event log with splunk if you haven’t found it yet?&amp;nbsp;&lt;A href="https://www.hurricanelabs.com/splunk-tutorials/windows-event-log-filtering-design-in-splunk" target="_blank"&gt;https://www.hurricanelabs.com/splunk-tutorials/windows-event-log-filtering-design-in-splunk&lt;/A&gt;&lt;BR /&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:53:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517482#M87568</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-09-02T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excessive Windows Event Logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517484#M87569</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225681"&gt;@michaeler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;about perfmon, usually the are in an index called perfmon.&lt;/P&gt;&lt;P&gt;As I sai,&lt;/P&gt;&lt;P&gt;if your blacklists are running,&amp;nbsp;you have to analyze your logs and identify the ones you really need and the ones you don't need: obviously, remember that if you filer a log you cannoy use it!&lt;/P&gt;&lt;P&gt;Then you could see the inputs.conf of the TA you're using (probably Splunk_TA_Windows), because maybe there's a too high frequence of the scipted inputs.&lt;/P&gt;&lt;P&gt;Anyway, it's always an analysis problem not a Splunk problem.&lt;/P&gt;&lt;P&gt;crcSalt is an option to use to reindex already indexed logs and it isn't useful for your need.&lt;/P&gt;&lt;P&gt;As I said, analyze your logs and identify the most relevant, then see if you can filter them (blacklists) or reduce frequency (scripted inputs).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Excessive-Windows-Event-Logs/m-p/517484#M87569</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-02T14:07:46Z</dc:date>
    </item>
  </channel>
</rss>

