<?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 to edit inputs.conf to prevent WinNetMon from using up all my license? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230680#M44901</link>
    <description>&lt;P&gt;I dont want to filter on just process and user, i want all of the data just not as frequently&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2016 21:06:34 GMT</pubDate>
    <dc:creator>brent_weaver</dc:creator>
    <dc:date>2016-11-16T21:06:34Z</dc:date>
    <item>
      <title>How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230677#M44898</link>
      <description>&lt;P&gt;I enabled WinNetMon and need to throttle it back. Here is my inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;###### Network monitoring ######
[WinNetMon://inbound]
direction = inbound
disabled = 1
interval = 60
readInterval = 500
index = os

[WinNetMon://outbound]
direction = outbound
disabled = 1
interval = 60
readInterval = 500
index = os
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;What can I tweak to make this less chatty? I do realize that there is a cost to doing this but my license is exhausted. As you can see I already changed readInterval from the default 100 to 500&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230677#M44898</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2016-11-16T16:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230678#M44899</link>
      <description>&lt;P&gt;As described in &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Admin/Inputsconf"&gt;Splunk Docs - inputs.conf&lt;/A&gt; you could Filter to remote Adresses, processes and users.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;remoteAddress = &amp;lt;regular expression&amp;gt;
* A regular expression that represents the remote IP address of a
  host that is involved in network communication.
* This setting accepts a regular expression that matches against
  IP addresses only, not host names. For example: 192\.163\..*
* The input includes events for remote IP addresses that match
  the regular expression that you specify here.
* The input filters out events for remote IP addresses that do not
  match the regular expression.
* Defaults to unset (including all remote address events).

process = &amp;lt;regular expression&amp;gt;
* A regular expression that represents the process or application that
  performed a network access.
* The input includes events for processes that match the
  regular expression that you specify here.
* The input filters out events for processes that do not match the
  regular expression.
* Defaults to unset (including all processes and application events).

user = &amp;lt;regular expression&amp;gt;
* A regular expression that represents the Windows user name that
  performed a network access.
* The input includes events for user names that match the
  regular expression that you specify here.
* The input filters out events for user names that do not match the
  regular expression.
* Defaults to unset (including all user name events).
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2016 16:56:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230678#M44899</guid>
      <dc:creator>PPape</dc:creator>
      <dc:date>2016-11-16T16:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230679#M44900</link>
      <description>&lt;P&gt;In addition, setting the mode to multikv will help a lot as well.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230679#M44900</guid>
      <dc:creator>jconger</dc:creator>
      <dc:date>2016-11-16T21:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230680#M44901</link>
      <description>&lt;P&gt;I dont want to filter on just process and user, i want all of the data just not as frequently&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:06:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230680#M44901</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2016-11-16T21:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230681#M44902</link>
      <description>&lt;P&gt;Thank you for the reply but i want all events just less of them...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2016 21:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230681#M44902</guid>
      <dc:creator>brent_weaver</dc:creator>
      <dc:date>2016-11-16T21:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230682#M44903</link>
      <description>&lt;P&gt;It doesn't matter how frequently you choose to receive the events within the 24-hour window, the license will still get consumed for that day.&lt;/P&gt;

&lt;P&gt;The only way to keep data ingestion within license limits is, to filter unimportant events from coming in.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 06:05:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230682#M44903</guid>
      <dc:creator>miteshp250283</dc:creator>
      <dc:date>2016-12-01T06:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230683#M44904</link>
      <description>&lt;P&gt;I am trying to figure this out too. Can someone provide some examples from the inputs.conf file?&lt;/P&gt;

&lt;P&gt;Using multikv mode seems to break the Splunk Microsoft Windows App. for network monitoring. &lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2016 18:38:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230683#M44904</guid>
      <dc:creator>SAF_IT</dc:creator>
      <dc:date>2016-12-30T18:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230684#M44905</link>
      <description>&lt;P&gt;I'm wrestling with this as well. The WinNetMon traffic generates the largest number of events. Is there a way to write a RegEx to exclude processes, like ICMP which generates a lot of traffic?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 18:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230684#M44905</guid>
      <dc:creator>SAF_IT</dc:creator>
      <dc:date>2017-01-04T18:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230685#M44906</link>
      <description>&lt;P&gt;I found that I could add&lt;/P&gt;

&lt;P&gt;protocol = tcp;udp &lt;/P&gt;

&lt;P&gt;to the inbound and outbound WinNetMon stanzas in inputs.conf file on the UF. That stopped the ICMP traffic, which helps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:05:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230685#M44906</guid>
      <dc:creator>SAF_IT</dc:creator>
      <dc:date>2017-01-04T19:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230686#M44907</link>
      <description>&lt;P&gt;I found that I could add&lt;/P&gt;

&lt;P&gt;protocol = tcp;udp &lt;/P&gt;

&lt;P&gt;to the inbound and outbound WinNetMon stanzas in inputs.conf file on the UF. That stopped the ICMP traffic, which helps.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jan 2017 19:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230686#M44907</guid>
      <dc:creator>SAF_IT</dc:creator>
      <dc:date>2017-01-04T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230687#M44908</link>
      <description>&lt;P&gt;It seems that the default conf captures not just connection requests and accepts, but each packet (i.e. transport). Also, the events are duplicated in both the inbound and outbound sources. &lt;/P&gt;

&lt;P&gt;I mitigated this by replacing the existing WinNetMon stanza with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinNetMon://winnetmon]
direction = inbound;outbound
disabled = 0
index = windows
packetType = accept;connect
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 03 Feb 2017 21:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230687#M44908</guid>
      <dc:creator>templets</dc:creator>
      <dc:date>2017-02-03T21:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230688#M44909</link>
      <description>&lt;P&gt;Genius! was seeing cpu utilisation of 20-40% on our DC's from the splunk-netmon process and this knocked it down to 2%.  &lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2018 15:09:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/230688#M44909</guid>
      <dc:creator>samhodgson</dc:creator>
      <dc:date>2018-01-31T15:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit inputs.conf to prevent WinNetMon from using up all my license?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/661247#M111780</link>
      <description>&lt;P&gt;This is an old post so a known issue. I think folks using ES app or using Splunk as a SIEM and almost any US Govt supplier will need most of that 'extra' info for any IT sec forensic analysis. Most all US Govt suppliers are subject to NIST now and CMMC coming in 2024. I would imagine HIPPA, SOX, GDPR, GLBA, and CCPA companies systems will need that as well.&lt;/P&gt;&lt;P&gt;It is noisy but attacks are very often using non-standard ports to transfer information/data to/from an outside host like ICMP, SSH, and RDP as most application level IDS/IPS are looking at 80/443 inspection.&lt;/P&gt;&lt;P&gt;For general SMB and Small Enterprise this is probably viable in some respects though.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 17:00:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-inputs-conf-to-prevent-WinNetMon-from-using-up-all/m-p/661247#M111780</guid>
      <dc:creator>emikulic</dc:creator>
      <dc:date>2023-10-18T17:00:37Z</dc:date>
    </item>
  </channel>
</rss>

