<?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: TCP:9514 logs doesn't show in Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244041#M47231</link>
    <description>&lt;P&gt;If you run tcpdump do you see data coming into TCP/9514? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/usr/sbin/tcpdump -i &amp;lt;interface&amp;gt; port 9514
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 22 Nov 2016 00:51:38 GMT</pubDate>
    <dc:creator>masonmorales</dc:creator>
    <dc:date>2016-11-22T00:51:38Z</dc:date>
    <item>
      <title>TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244039#M47229</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I have configured a Cisco router to send syslogs to Splunk over TCP port 9514. But that doesn't show up in the Splunk server.&lt;/P&gt;

&lt;P&gt;Any log sent over UDP 514 is showing up in the Splunk. Yes, Splunk has a TCP 9514 listener.&lt;/P&gt;

&lt;P&gt;I can telnet to splunk:9514 from router.&lt;/P&gt;

&lt;P&gt;I don't know what else to check. Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Krishna&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:21:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244039#M47229</guid>
      <dc:creator>krishnaar</dc:creator>
      <dc:date>2016-11-22T00:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244040#M47230</link>
      <description>&lt;P&gt;Hi, krishnaar.  I answered something similar just a bit ago, with a long, drawn out series of steps to find out where it's going wrong.  That &lt;A href="https://answers.splunk.com/answers/474839/how-to-best-configure-splunk-syslog-and-cisco-sour.html#answer-475529"&gt;answer is here&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;But you probably don't have to read all that, I expect it's going into a different index than you are expecting or the timestamps are off and you are just missing them in your search.  So try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run over All Time.&lt;/P&gt;

&lt;P&gt;Once you start seeing them, you can stop the search and figure out a) what index they are in (probably one you can't search by default) or b) if the timestamps are all wrong and they all show up "last year."&lt;/P&gt;

&lt;P&gt;Let us know, and Happy Splunking!&lt;BR /&gt;
-Rich&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244040#M47230</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-11-22T00:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244041#M47231</link>
      <description>&lt;P&gt;If you run tcpdump do you see data coming into TCP/9514? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/usr/sbin/tcpdump -i &amp;lt;interface&amp;gt; port 9514
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Nov 2016 00:51:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244041#M47231</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-11-22T00:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244042#M47232</link>
      <description>&lt;P&gt;This makes me more confused.&lt;/P&gt;

&lt;P&gt;I ran a real-time monitoring for "10.10.26.* AND index=&lt;EM&gt;" where 10.10.26.&lt;/EM&gt; is the IP subnet of client which send the logs to Splunk. And I ran a tcpdump at the Splunk to capture the return packet.&lt;/P&gt;

&lt;P&gt;[root@Server-Name bin]# tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes&lt;BR /&gt;
19:29:47.475270 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.62640: . ack 2480355949 win 20416&lt;BR /&gt;
19:29:48.475548 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.62640: . ack 226 win 20880&lt;BR /&gt;
19:30:21.517224 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.46146: . ack 2104469992 win 5840&lt;BR /&gt;
19:30:23.043887 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.62640: . ack 458 win 21344&lt;BR /&gt;
19:31:07.721030 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.62640: . ack 690 win 21808&lt;BR /&gt;
19:31:21.095833 IP 10.10.24.14.9514 &amp;gt; 10.10.26.9.46146: F 0:0(0) ack 2 win 5840&lt;/P&gt;

&lt;P&gt;I see that the Splunk server(10.10.24.14) is replying back to the original client from TCP 9514.&lt;/P&gt;

&lt;P&gt;But no logs show up in the Splunk portal.&lt;/P&gt;

&lt;H2&gt;Output from splunk list inputstatus&lt;/H2&gt;

&lt;P&gt;Raw:tcp :&lt;BR /&gt;
        514:Router Name&lt;BR /&gt;
                time opened = 2016-11-21T13:54:56-0800&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    9514:10.10.26.9                                ----&amp;gt; This is the actual client.
            time opened = 2016-11-21T19:16:50-0800
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;tcp_raw:listenerports :&lt;BR /&gt;
        514&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    9514

    9515
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Krishna&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 03:55:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244042#M47232</guid>
      <dc:creator>krishnaar</dc:creator>
      <dc:date>2016-11-22T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244043#M47233</link>
      <description>&lt;P&gt;Looks like the Splunk is getting data on TCP 9514 but its not processing that data.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2016 03:57:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244043#M47233</guid>
      <dc:creator>krishnaar</dc:creator>
      <dc:date>2016-11-22T03:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244044#M47234</link>
      <description>&lt;P&gt;Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 05:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244044#M47234</guid>
      <dc:creator>krishnaar</dc:creator>
      <dc:date>2016-11-23T05:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244045#M47235</link>
      <description>&lt;P&gt;What does your inputs.conf look like for those stanzas?&lt;/P&gt;

&lt;P&gt;Also run the search &lt;CODE&gt;index=* 10.10.26.9&lt;/CODE&gt; over all time (not all time real time, but just simply all time).  If for some reason the timestamps are coming in as of a month ago, you won't see them in a current RT search because they'll show up in October.&lt;/P&gt;

&lt;P&gt;Please be sure to use the "code" button in the formatting tool bar - it really helps posts to maintain special characters like asterisks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 12:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244045#M47235</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-11-23T12:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: TCP:9514 logs doesn't show in Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244046#M47236</link>
      <description>&lt;P&gt;There are buffers for TCP &amp;amp; UDP inputs in Splunk.  You'll need to send 0.75 to 1.5 megabytes of data over the port before Splunk will flush from buffer to the index.  My guess is you havent sent enough data over the port yet.&lt;/P&gt;

&lt;P&gt;Or you can put this on your TCP/UDP input stanza:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;_rcvbuf = 0 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp://&amp;lt;remote server&amp;gt;:9514]
...
_rcvbuf = 0 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.0/Data/Monitornetworkports"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.0/Data/Monitornetworkports&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I wouldnt recommend running without a buffer once you have more data coming in.  It's there for a reason, and helps tremendously with high volume network inputs.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2016 13:36:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/TCP-9514-logs-doesn-t-show-in-Splunk/m-p/244046#M47236</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2016-11-23T13:36:03Z</dc:date>
    </item>
  </channel>
</rss>

