<?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: what is this typos in outputs.conf  ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73168#M14968</link>
    <description>&lt;P&gt;I confirm this seems to be a bug in 4.3.*, the ref is SPL-55915&lt;/P&gt;</description>
    <pubDate>Fri, 28 Sep 2012 00:40:18 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2012-09-28T00:40:18Z</dc:date>
    <item>
      <title>what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73163#M14963</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;I got a strange error as:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Checking conf files for typos...
Possible typo in stanza [indexAndForward] in /opt/splunk/etc/apps/linuxForwarder_output/default/outputs.conf, line 8: selectiveIndexing = true
There might be typos in your conf files. For more information, run 'splunk btool check --debug'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and my outputs.conf is &lt;BR /&gt;
&lt;PRE&gt;&lt;BR /&gt;
[tcpout]&lt;BR /&gt;
defaultGroup = noforward&lt;BR /&gt;
disabled=false&lt;BR /&gt;
[indexAndForward]&lt;BR /&gt;
index=true&lt;BR /&gt;
selectiveIndexing=true&lt;BR /&gt;
[tcpout:indexer01]&lt;BR /&gt;
server=178.17.0.46:9997&lt;BR /&gt;
[tcpout:indexer02]&lt;BR /&gt;
server=178.17.0.47:9997&lt;BR /&gt;
&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;Can you show me why ? i just only copied the word and it seems not to have any erro&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2012 15:35:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73163#M14963</guid>
      <dc:creator>sieutruc</dc:creator>
      <dc:date>2012-09-27T15:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73164#M14964</link>
      <description>&lt;P&gt;The configurations typo check is compared to the spec files stored in system/README, example for outputs.conf&lt;BR /&gt;
$SPLUNK_HOME/etc/system/README/outputs.conf.spec&lt;/P&gt;

&lt;P&gt;I checked the spec and the parameter "selectiveIndexing" is not listed. While it is mentioned on the documentation there : &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.4/Deploy/Routeandfilterdatad"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.4/Deploy/Routeandfilterdatad&lt;/A&gt;&lt;BR /&gt;
It may be an obscure missing parameter in the spec, or a mistake in the docs, let me open a bug to find out.&lt;/P&gt;

&lt;P&gt;Except the typo warning, is your configuration working ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2012 16:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73164#M14964</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-09-27T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73165#M14965</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/27848"&gt;@sieutruc&lt;/a&gt;, I don't see anything outright.  You could have a char outside the standard unicode table causing Splunk to choke. Also have you edited your  inputs.conf to have explicity target groups, but I am guessing you are not getting that far.&lt;/P&gt;

&lt;P&gt;I would try using:&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
./splunk cmd btool check -dir=/opt/splunk/etc/apps/linuxForwarder_output/default outputs --debug&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;
&lt;CODE&gt;&lt;/CODE&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;BR /&gt;
./splunk cmd btool dir=/opt/splunk/etc/apps/linuxForwarder_output/default outputs list --debug&lt;BR /&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/P&gt;

&lt;P&gt;This might help display where exactly.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://Usebtooltotroubleshootconfigurations" target="_blank"&gt;Usebtooltotroubleshootconfigurations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note: btool is not tested by Splunk and is not officially supported or guaranteed. That said, it's what our Support team uses when trying to troubleshoot your issues.&lt;/P&gt;

&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:31:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73165#M14965</guid>
      <dc:creator>bmacias84</dc:creator>
      <dc:date>2020-09-28T12:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73166#M14966</link>
      <description>&lt;P&gt;Yes, i did. I configured the inputs.conf to have explicit target groups. I let all configuration file in my office. In fact, i don't understand why it caused an error. I see it run in splunkd log, but without sending externally or locally indexing. &lt;BR /&gt;
I used winscp edit tool that runs fine until now, just only this time got a problem.&lt;BR /&gt;
Maybe i'll contact Splunk support if it doesn't work&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2012 17:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73166#M14966</guid>
      <dc:creator>sieutruc</dc:creator>
      <dc:date>2012-09-27T17:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73167#M14967</link>
      <description>&lt;P&gt;all the configuration worked, the data go from another Universal Forwarder to that machine is transfered to indexer01 and indexer02. But the local input data that i used in inputs.conf:&lt;BR /&gt;
[inputdata]&lt;BR /&gt;
_TCP_ROUTING = indexer01&lt;BR /&gt;
it doesn't be sent to indexer01&lt;BR /&gt;
that all what i want to say&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:31:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73167#M14967</guid>
      <dc:creator>sieutruc</dc:creator>
      <dc:date>2020-09-28T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73168#M14968</link>
      <description>&lt;P&gt;I confirm this seems to be a bug in 4.3.*, the ref is SPL-55915&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2012 00:40:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73168#M14968</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2012-09-28T00:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: what is this typos in outputs.conf  ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73169#M14969</link>
      <description>&lt;P&gt;So what should i do now ? do i need to update Splunk instance ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2012 11:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/what-is-this-typos-in-outputs-conf/m-p/73169#M14969</guid>
      <dc:creator>sieutruc</dc:creator>
      <dc:date>2012-10-01T11:21:02Z</dc:date>
    </item>
  </channel>
</rss>

