<?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: can I safely turn off modular inputs on a forwarder? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259474#M49810</link>
    <description>&lt;P&gt;mostly they would come with default sourcetype. &lt;BR /&gt;
ya, as you said, If there are no inputs.conf settings involving WinPrintMon, we can say that printer monitoring is not configured. &lt;/P&gt;

&lt;P&gt;Examples of Windows host monitoring configurations&lt;BR /&gt;
Following are some examples of how to use the Windows host monitoring configuration attributes in inputs.conf.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Monitor printers on system.
[WinPrintMon://printer]
type = printer
baseline = 0

 #Monitor print jobs.
[WinPrintMon://job]
type = job
baseline = 1

# Monitor printer driver installation and removal.
[WinPrintMon://driver]
type = driver
baseline = 1

# Monitor printer ports.
[WinPrintMon://port]
type = port
baseline = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Data/MonitorWindowsprinterinformation"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Data/MonitorWindowsprinterinformation&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2016 12:41:14 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2016-10-19T12:41:14Z</dc:date>
    <item>
      <title>can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259471#M49807</link>
      <description>&lt;P&gt;I'd like to turn off a couple modular inputs on a universal forwarder, such as WinPrintMon. Two questions:&lt;BR /&gt;
1) If there are no inputs.conf settings involving WinPrintMon other than the stanza definition in etc/system/default, does that mean it's not in use? Or is the input doing secret hidden things behind the scenes that might break if I turned it off?&lt;BR /&gt;
2) If I didn't have access to the forwarder conf files, would there be a way to tell from the search interface whether a particular piece of data was sent via one of these inputs?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259471#M49807</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2016-10-19T12:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259472#M49808</link>
      <description>&lt;P&gt;do you get results from these search queries - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=WinPrintMon type=PrintJob operation=add
or simply
sourcetype=WinPrintMon
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:27:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259472#M49808</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-10-19T12:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259473#M49809</link>
      <description>&lt;P&gt;No results. So they'd all come in with the sourcetype of the monitor? And there's nothing else it would be doing?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:30:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259473#M49809</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2016-10-19T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259474#M49810</link>
      <description>&lt;P&gt;mostly they would come with default sourcetype. &lt;BR /&gt;
ya, as you said, If there are no inputs.conf settings involving WinPrintMon, we can say that printer monitoring is not configured. &lt;/P&gt;

&lt;P&gt;Examples of Windows host monitoring configurations&lt;BR /&gt;
Following are some examples of how to use the Windows host monitoring configuration attributes in inputs.conf.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;# Monitor printers on system.
[WinPrintMon://printer]
type = printer
baseline = 0

 #Monitor print jobs.
[WinPrintMon://job]
type = job
baseline = 1

# Monitor printer driver installation and removal.
[WinPrintMon://driver]
type = driver
baseline = 1

# Monitor printer ports.
[WinPrintMon://port]
type = port
baseline = 1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Data/MonitorWindowsprinterinformation"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Data/MonitorWindowsprinterinformation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259474#M49810</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-10-19T12:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259475#M49811</link>
      <description>&lt;P&gt;The best way to proceed, without access the target system is using a Deployment Server if you have, so I suggest to configure it just to manage these situations.&lt;/P&gt;

&lt;P&gt;Every way, if the problem is to exclude these logs from your results you can insert in your searches &lt;CODE&gt;sourcetype!=WinPrintMon&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;If the problem is to filer them to not overload your license, the best way is to filter them at the source in inputs.conf, or into the Indexer before index time:&lt;/P&gt;

&lt;P&gt;in your app's props.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinPrintMon]
TRANSFORMS-WinPrintMon=set_nullqueue,set_WinPrintMon
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and in your app's transforms.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[set_WinPrintMon]
REGEX=WinPrintMon
DEST_KEY=_MetaData:Index
FORMAT=your_index

[set_nullqueue]
REGEX=.
DEST_KEY=queue
FORMAT=nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I haven't a system to test WinPrintMon regex, so check it before.&lt;BR /&gt;
Beware to the order in props.conf, if you change it, it doesn't work (in transforms.conf it isn't relevant).&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:45:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259475#M49811</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2016-10-19T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: can I safely turn off modular inputs on a forwarder?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259476#M49812</link>
      <description>&lt;P&gt;Thanks for confirming.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:35:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/can-I-safely-turn-off-modular-inputs-on-a-forwarder/m-p/259476#M49812</guid>
      <dc:creator>cphair</dc:creator>
      <dc:date>2016-10-19T13:35:18Z</dc:date>
    </item>
  </channel>
</rss>

