<?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: Why am I unable to route syslog data to an index other than main? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233017#M45444</link>
    <description>&lt;P&gt;Last guess is file permissions in the app dir or inputs.conf file.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2016 18:27:10 GMT</pubDate>
    <dc:creator>sjohnson_splunk</dc:creator>
    <dc:date>2016-06-28T18:27:10Z</dc:date>
    <item>
      <title>Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233003#M45430</link>
      <description>&lt;P&gt;I almost hesitate to ask this because I know the answer must be simple.&lt;/P&gt;

&lt;P&gt;I have a small indexer clustering environment with a cluster master and two indexers. I am successfully receiving UDP:514 data, but it is being placed into the main index.&lt;/P&gt;

&lt;P&gt;I have created an app, $splunkhome/etc/master_apps/syslogapp&lt;/P&gt;

&lt;P&gt;Inside that, in the local directory, I have created the following inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://514]
connection_host = ip
sourcetype = syslog
disabled = 0
index = poc
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I pushed the configuration bundle successfully, however, syslog data is still being sent to the main index, not poc.&lt;/P&gt;

&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 15:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233003#M45430</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T15:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233004#M45431</link>
      <description>&lt;P&gt;First I would try to ensure that the configuration is recognized on the indexer correctly. On the indexer. Run:&lt;BR /&gt;
&lt;EM&gt;$SPLUNK_HOME/bin/splunk cmd btool inputs list.&lt;/EM&gt; &lt;/P&gt;

&lt;P&gt;In the resulting printout, do all of those configurations parameters show up in the result &lt;/P&gt;

&lt;P&gt;If you have a ton of configuration you may want to run:&lt;BR /&gt;
&lt;EM&gt;$SPLUNK_HOME/bin/splunk cmd btool --app=[your-app-name] inputs list.&lt;/EM&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 15:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233004#M45431</guid>
      <dc:creator>craigv_splunk</dc:creator>
      <dc:date>2016-06-28T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233005#M45432</link>
      <description>&lt;P&gt;Does the data in the main index have the sourcetype = syslog?&lt;/P&gt;

&lt;P&gt;Did you create the index = poc on all your indexers?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 15:58:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233005#M45432</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-06-28T15:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233006#M45433</link>
      <description>&lt;P&gt;The index does exist on all indexers and is receiving data from UF's.  Syslog data in main index does have the sourcetype of syslog.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 16:10:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233006#M45433</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T16:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233007#M45434</link>
      <description>&lt;P&gt;Looks good to me...  [udp://514]&lt;BR /&gt;
_rcvbuf = 1572864&lt;BR /&gt;
allowSslCompression = true&lt;BR /&gt;
allowSslRenegotiation = true&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
dedicatedIoThreads = 2&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
enableSSL = 1&lt;BR /&gt;
host = ln-mcl-vm-000-02&lt;BR /&gt;
index = poc&lt;BR /&gt;
maxSockets = 0&lt;BR /&gt;
maxThreads = 0&lt;BR /&gt;
port = 8088&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
sslVersions = *,-ssl2&lt;BR /&gt;
useDeploymentServer = 0&lt;/P&gt;

&lt;P&gt;Do you see anything wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233007#M45434</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2020-09-29T10:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233008#M45435</link>
      <description>&lt;P&gt;Looks good to me...&lt;/P&gt;

&lt;P&gt;[udp://514]&lt;BR /&gt;
_rcvbuf = 1572864&lt;BR /&gt;
allowSslCompression = true&lt;BR /&gt;
allowSslRenegotiation = true&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
dedicatedIoThreads = 2&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
enableSSL = 1&lt;BR /&gt;
host = ln-mcl-vm-000-02&lt;BR /&gt;
index = poc&lt;BR /&gt;
maxSockets = 0&lt;BR /&gt;
maxThreads = 0&lt;BR /&gt;
port = 8088&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
sslVersions = *,-ssl2&lt;BR /&gt;
useDeploymentServer = 0&lt;/P&gt;

&lt;P&gt;See anything I'm missing?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:04:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233008#M45435</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2020-09-29T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233009#M45436</link>
      <description>&lt;P&gt;[udp://514]&lt;BR /&gt;
_rcvbuf = 1572864&lt;BR /&gt;
allowSslCompression = true&lt;BR /&gt;
allowSslRenegotiation = true&lt;BR /&gt;
connection_host = dns&lt;BR /&gt;
dedicatedIoThreads = 2&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
enableSSL = 1&lt;BR /&gt;
host = ln-mcl-vm-000-02&lt;BR /&gt;
index = poc&lt;BR /&gt;
maxSockets = 0&lt;BR /&gt;
maxThreads = 0&lt;BR /&gt;
port = 8088&lt;BR /&gt;
sourcetype = syslog&lt;BR /&gt;
sslVersions = *,-ssl2&lt;BR /&gt;
useDeploymentServer = 0&lt;/P&gt;

&lt;P&gt;Looks ok to me, see anything wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:04:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233009#M45436</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2020-09-29T10:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233010#M45437</link>
      <description>&lt;P&gt;Hmm. There is one thing I'm not sure about. It might be benign but it definitely strikes me as strange port and dedicatedIothread are both confiugrations associated with the http input not, to my knowledge, the udp port listener. This doesn't explain why its not indexing properly but it might lead to something. &lt;BR /&gt;
Try running: &lt;BR /&gt;
$SPLUNK_HOME/bin/splunk cmd btool inputs list --debug &lt;/P&gt;

&lt;P&gt;This will show which file is creating that configuration entry. It might be helpful to see where that config is coming from &lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233010#M45437</guid>
      <dc:creator>craigv_splunk</dc:creator>
      <dc:date>2016-06-28T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233011#M45438</link>
      <description>&lt;P&gt;Your inputs looks fine.  &lt;/P&gt;

&lt;P&gt;The other possibility is that there is a transform somewhere that is over-riding the index setting for either the source (udp://514) or the sourcetype (syslog).  You should run the btool command on the props and look for a TRANSFORMS- statement associated with either source or sourcetype.&lt;/P&gt;

&lt;P&gt;If you one, you will need to locate the app and edit the transforms.conf to fix&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 17:59:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233011#M45438</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-06-28T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233012#M45439</link>
      <description>&lt;P&gt;I just discovered something.  Now, since I added this app and inputs, the UDP 514 data is not getting indexed into any index.  Neither main nor poc.&lt;/P&gt;

&lt;P&gt;Didn't find anything else with an associated transforms.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:10:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233012#M45439</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T18:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233013#M45440</link>
      <description>&lt;P&gt;If this is running on Linux, check your iptables.  You could be blocking incoming traffic on that port.&lt;/P&gt;

&lt;P&gt;On windows it could be windows firewall or your endpoint protection blocking.&lt;/P&gt;

&lt;P&gt;Finally could also be some kind of network firewall rule.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:15:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233013#M45440</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-06-28T18:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233014#M45441</link>
      <description>&lt;P&gt;I see nothing in the btool for those entries besides splunk_httpinput&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:16:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233014#M45441</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T18:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233015#M45442</link>
      <description>&lt;P&gt;Firewalls have all been disabled&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:17:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233015#M45442</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233016#M45443</link>
      <description>&lt;P&gt;Firewalls are off&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:22:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233016#M45443</guid>
      <dc:creator>timmy13</dc:creator>
      <dc:date>2016-06-28T18:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233017#M45444</link>
      <description>&lt;P&gt;Last guess is file permissions in the app dir or inputs.conf file.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 18:27:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233017#M45444</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-06-28T18:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to route syslog data to an index other than main?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233018#M45445</link>
      <description>&lt;P&gt;Your directory path is wrong.&lt;/P&gt;

&lt;P&gt;This is wrong:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$splunkhome/etc/master_apps/syslogapp
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;It should be this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/etc/syslogapp/default/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The put your inputs.conf, etc. there.&lt;BR /&gt;
There is probably another problem, too.  There is likely some other input already listening on that port.  You need to find that first and disable that input.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 20:39:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-am-I-unable-to-route-syslog-data-to-an-index-other-than-main/m-p/233018#M45445</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-06-28T20:39:10Z</dc:date>
    </item>
  </channel>
</rss>

