<?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: Splunk  multiple monitering stanza issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109471#M23024</link>
    <description>&lt;P&gt;I tried to configure this in props.conf but some how its not working. That why I have only option to set in inputs.conf file. Please suggest how we can solve this problem i inputs.conf itself.&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jan 2014 16:21:42 GMT</pubDate>
    <dc:creator>rameshlpatel</dc:creator>
    <dc:date>2014-01-11T16:21:42Z</dc:date>
    <item>
      <title>Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109468#M23021</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I am adding here multiple monitoring stanza to filter out different log files and give them source type.&lt;/P&gt;

&lt;P&gt;But I am seeing in indexer's search that source SystemErr.log with two different source type i.e. &lt;BR /&gt;
SystemErrs and SystemErr-Small.&lt;/P&gt;

&lt;P&gt;Please suggest me what should i do to not do filter in two diffrent stanzas. &lt;/P&gt;

&lt;P&gt;[monitor://E:/fflogs/SystemOut.log]&lt;BR /&gt;
sourcetype=SystemOuts&lt;/P&gt;

&lt;P&gt;[monitor://E:/fflogs/SystemErr.log]&lt;BR /&gt;
sourcetype=SystemErrs&lt;/P&gt;

&lt;P&gt;[monitor://E:/fflogs/]&lt;BR /&gt;
whitelist=.log$&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:57:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109468#M23021</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-01-10T16:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109469#M23022</link>
      <description>&lt;P&gt;What is the purpose of last stanza? Are you monitoring the whole folder as well?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 17:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109469#M23022</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-01-10T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109470#M23023</link>
      <description>&lt;P&gt;You really should have only one monitor stanza for a directory. The following would be more efficient and work better:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://E:\\fflogs\\]
whitelist=SystemErr.log$|SystemOut.log$ 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[source::E:\\fflogs\\...\\SystemErr.log]
sourcetype=SystemErrs

[source::E:\\fflogs\\...\\SystemOut.log]
sourcetype=SystemOuts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You might need to set the whitelist differently, depending on what you want.&lt;/P&gt;

&lt;P&gt;Note that setting the sourcetype, either in &lt;CODE&gt;inputs.conf&lt;/CODE&gt; or in &lt;CODE&gt;props.conf&lt;/CODE&gt; will not change any data that has already been indexed. My guess is that the SystemErr-Small (or SystemErr-TooSmall) was created because when you initially tried to index the data, Splunk could not automatically identify the sourcetype because the input file was too short.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 21:54:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109470#M23023</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-01-10T21:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109471#M23024</link>
      <description>&lt;P&gt;I tried to configure this in props.conf but some how its not working. That why I have only option to set in inputs.conf file. Please suggest how we can solve this problem i inputs.conf itself.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 16:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109471#M23024</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-01-11T16:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109472#M23025</link>
      <description>&lt;P&gt;This props.conf file belongs in the same directory as the inputs.conf file&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2014 22:07:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109472#M23025</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-01-11T22:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109473#M23026</link>
      <description>&lt;P&gt;Yes, For first two stanza I want  to filter out systemout and systemerr logs with specific sourcetype and for all others I have to send as it is.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:20:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109473#M23026</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-01-13T06:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109474#M23027</link>
      <description>&lt;P&gt;Your meaning is I have to put props.conf in forwarder local file with inputs.conf ? Spunk Support suggest me to add props.conf in indexer local file . I am confused.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:22:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109474#M23027</guid>
      <dc:creator>rameshlpatel</dc:creator>
      <dc:date>2014-01-13T06:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk  multiple monitering stanza issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109475#M23028</link>
      <description>&lt;P&gt;props.conf is used in a number of places in Splunk, depending on the attributes that you are setting. Setting the sourcetype is done at input time - so this props.conf belongs on the forwarder.&lt;/P&gt;

&lt;P&gt;You can (and probably will) have multiple copies of props.conf. Attibutes that are related to parsing go on the indexer...&lt;/P&gt;

&lt;P&gt;&lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:38:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-multiple-monitering-stanza-issue/m-p/109475#M23028</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-01-13T06:38:30Z</dc:date>
    </item>
  </channel>
</rss>

