<?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 disable processes run frequently by Splunk universal forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290933#M55489</link>
    <description>&lt;P&gt;as a client, you can submit it through the support portal. (P4 case severity)&lt;/P&gt;</description>
    <pubDate>Thu, 23 Mar 2017 16:00:01 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-03-23T16:00:01Z</dc:date>
    <item>
      <title>How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290912#M55468</link>
      <description>&lt;P&gt;I see that these commands are executed every minute:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk-powershell.exe
splunk-winprintmon.exe
splunk-regmon.exe
splunk-netmon.exe
splunk-admon.exe
splunk-MonitorNoHandle.exe
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The first one actually twice per minute.&lt;/P&gt;

&lt;P&gt;Is there a way to disable these? are these some scripted inputs? I cannot locate them in the config.&lt;/P&gt;

&lt;P&gt;I tried adding this for example to my config, but did not seem to change the anything:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinNetMon]
disabled = 1
[WinPrintMon]
disabled = 1
[WinRegMon]
disabled = 1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 20:13:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290912#M55468</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-21T20:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290913#M55469</link>
      <description>&lt;P&gt;what version of the forwarder are you on? The newer versions don't install windows monitors by default more, IIRC. Checking...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2017 23:08:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290913#M55469</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-21T23:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290914#M55470</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\bin&amp;gt;.\splunk version
Splunk Universal Forwarder 6.5.1 (build f74036626f0c)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Mar 2017 23:42:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290914#M55470</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-21T23:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290915#M55471</link>
      <description>&lt;P&gt;I did add Splunk_TA_windows app, but then realized that even if I remove it and restart the service, these programs continue to run just as frequently....&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290915#M55471</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2020-09-29T13:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290916#M55472</link>
      <description>&lt;P&gt;yeah it looks as if the process spins up just to realize it doesn't have to run. &lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 00:09:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290916#M55472</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-22T00:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290917#M55473</link>
      <description>&lt;P&gt;That would makes sense indeed.  Thanks. &lt;BR /&gt;
I hope someone figured out how to disable this behavior... &lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 00:12:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290917#M55473</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T00:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290918#M55474</link>
      <description>&lt;P&gt;Have you tried (in a command window open as administrator):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool inputs list  --debug
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That should tell you which file is enabling the inputs, perhaps there is another inputs.conf file enabling these inputs that you are not noticing...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 01:05:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290918#M55474</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-22T01:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290919#M55475</link>
      <description>&lt;P&gt;I did, not sure I can identify the ones responsible for these programs.. &lt;BR /&gt;
The ones I suspected are the ones I tried to disable, see my original post, but to no avail.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$ cat   /cygdrive/d/LogServer/foo.txt | grep '\['
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [MonitorNoHandle]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [SSL]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinEventLog]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf   [WinEventLog://Application]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf   [WinEventLog://Security]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf   [WinEventLog://System]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinNetMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinPrintMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinRegMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [admon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [batch://C:\Program Files\SplunkUniversalForwarder\var\spool\splunk]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [batch://C:\Program Files\SplunkUniversalForwarder\var\spool\splunk\...stash_new]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [blacklist:C:\Program Files\SplunkUniversalForwarder\etc\auth]
C:\Program Files\SplunkUniversalForwarder\etc\system\local\inputs.conf                          [default]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [fschange:C:\Program Files\SplunkUniversalForwarder\etc]
C:\Program Files\SplunkUniversalForwarder\etc\apps\splunk_httpinput\default\inputs.conf         [http]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [monitor://C:\Program Files\SplunkUniversalForwarder\etc\splunk.version]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [monitor://C:\Program Files\SplunkUniversalForwarder\var\log\splunk]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [monitor://C:\Program Files\SplunkUniversalForwarder\var\log\splunk\license_usage_summary.log]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\default\inputs.conf [monitor://C:\Program Files\SplunkUniversalForwarder\var\log\splunk\metrics.log]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\default\inputs.conf [monitor://C:\Program Files\SplunkUniversalForwarder\var\log\splunk\splunkd.log]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [perfmon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [powershell]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [powershell2]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [script]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [script://C:\Program Files\SplunkUniversalForwarder\bin\scripts\splunk-wmi.path]
C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\default\inputs.conf [splunktcp]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [tcp]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [udp]
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:32:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290919#M55475</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T02:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290920#M55476</link>
      <description>&lt;P&gt;Under:&lt;BR /&gt;
[WinNetMon]&lt;BR /&gt;
[WinPrintMon]&lt;BR /&gt;
[WinRegMon]&lt;/P&gt;

&lt;P&gt;Do you see the disabled = 1 ?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:36:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290920#M55476</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-22T02:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290921#M55477</link>
      <description>&lt;P&gt;You're right, I don't see that! it ignored my input stanzas in :&lt;/P&gt;

&lt;P&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps\SplunkUniversalForwarder\local\inputs.conf&lt;/P&gt;

&lt;P&gt;for example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinNetMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = idmsrv01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinPrintMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = idmsrv01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:46:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290921#M55477</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T02:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290922#M55478</link>
      <description>&lt;P&gt;Oh ok so something has put that into the system\default entries, the system\local entries could override it. I'm guessing this was an older forwarder installation that included the windows TA?&lt;/P&gt;

&lt;P&gt;Perhaps you could uninstall/re-install the forwarder and just re-deploy the Windows TA (or automatically if your already sending it down from a deployment server).&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290922#M55478</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-22T02:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290923#M55479</link>
      <description>&lt;P&gt;Thanks. I will try the fresh reinstall idea. without adding any app at all.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 02:59:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290923#M55479</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T02:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290924#M55480</link>
      <description>&lt;P&gt;An uninstall/reinstall seems to fix the issue!&lt;BR /&gt;
Now, I added that TA app back and the issue still did not re-appear!!!&lt;BR /&gt;
Very odd... Thank you all anyways &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 03:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290924#M55480</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T03:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290925#M55481</link>
      <description>&lt;P&gt;What's odd is that performing an uninstall then fresh install, and problem is gone.&lt;/P&gt;

&lt;P&gt;Add Splunk_TA_windows app, restart agent, and problem appears (commands execute every minute)&lt;/P&gt;

&lt;P&gt;Remove Splunk_TA_windows app, restart Splunk agent, and issue still continues!! (commands continue to execute every minute)!!!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290925#M55481</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2020-09-29T13:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290926#M55482</link>
      <description>&lt;P&gt;How are you installing Splunk TA windows? If your just dropping in the file from the deployment server removing the app and restarting should emove all related schedules/scripts.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 23:47:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290926#M55482</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-22T23:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290927#M55483</link>
      <description>&lt;P&gt;I simply drop the TA folder into the /etc/apps folder. To uninstall I just remove that folder.&lt;/P&gt;

&lt;P&gt;To remove the TA app, do I need to remove other things from other places? besides the app's subfolder?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Mohamed.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2017 23:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290927#M55483</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-22T23:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290928#M55484</link>
      <description>&lt;P&gt;No, that should work! As long as you restart the forwarder afterward.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 00:04:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290928#M55484</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-03-23T00:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290929#M55485</link>
      <description>&lt;P&gt;in my latest experience the forwarder needed a lobotomy to get it to stop. going to test with 6.5.2 which ships with the traditional inputs disabled, but they are present despite the windows TA...&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2017 03:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290929#M55485</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-23T03:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290930#M55486</link>
      <description>&lt;P&gt;6.5.2 fresh 32 bit win10 install, no inputs enabled during install, no windows TA,  default stanzas enable the inputs, and process explorer says they spin up and die. you literally have to carve out it's guts to get them to never run. local disable, doesn't seem to work. will test again on disabling on local for 6.5.2, if it doesn't work, I'll submit an ER. &lt;/P&gt;

&lt;P&gt;One workaround ive seen is setting interval to -1 so it they only run once..kind of meh as a solution, but I'm more comfortable with that, then telling you to lobotomize your forwarder. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinNetMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = n00b-noah-01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinPrintMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = n00b-noah-01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [WinRegMon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = n00b-noah-01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        [admon]
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        _rcvbuf = 1572864
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        baseline = 0
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dc_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_dns_name =
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        evt_resolve_ad_obj = 0
host = n00b-noah-01
index = default
C:\Program Files\SplunkUniversalForwarder\etc\system\default\inputs.conf                        interval = 60
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Mar 2017 04:26:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290930#M55486</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-03-23T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable processes run frequently by Splunk universal forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290931#M55487</link>
      <description>&lt;P&gt;Thank you mmodestino. This seems to work:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[perfmon]
interval = -1
[powershell]
interval = -1
[powershell2]
interval = -1
[admon]
interval = -1
[WinRegMon]
interval = -1
[WinNetMon]
interval = -1
[MonitorNoHandle]
interval = -1
[WinPrintMon]
interval = -1
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 23 Mar 2017 12:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-disable-processes-run-frequently-by-Splunk-universal/m-p/290931#M55487</guid>
      <dc:creator>lrhazi</dc:creator>
      <dc:date>2017-03-23T12:24:40Z</dc:date>
    </item>
  </channel>
</rss>

