<?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 verify message was received at port using log in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269936#M190017</link>
    <description>&lt;P&gt;Is there a way to view log files or entries for a specific port where messages should be coming into? The reason I ask is that currently in a dispute with a programmer who insists his program sent messages for a specific thread, yet splunk is unable to find this within the search queries set up for that data source. We have 1500 different threads sending heartbeats to the port but for some reason a couple are not appearing. I have expanded the search over 7 days even and still no results. If there is a log file that I can find that will display all entries for the last 24 hours, then I can verify that this is not an issue with splunk.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 12 Oct 2015 15:27:07 GMT</pubDate>
    <dc:creator>jdepp</dc:creator>
    <dc:date>2015-10-12T15:27:07Z</dc:date>
    <item>
      <title>verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269936#M190017</link>
      <description>&lt;P&gt;Is there a way to view log files or entries for a specific port where messages should be coming into? The reason I ask is that currently in a dispute with a programmer who insists his program sent messages for a specific thread, yet splunk is unable to find this within the search queries set up for that data source. We have 1500 different threads sending heartbeats to the port but for some reason a couple are not appearing. I have expanded the search over 7 days even and still no results. If there is a log file that I can find that will display all entries for the last 24 hours, then I can verify that this is not an issue with splunk.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 15:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269936#M190017</guid>
      <dc:creator>jdepp</dc:creator>
      <dc:date>2015-10-12T15:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269937#M190018</link>
      <description>&lt;P&gt;For the data being monitored, what does the input monitor stanza look like in inputs.conf&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 16:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269937#M190018</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2015-10-12T16:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269938#M190019</link>
      <description>&lt;P&gt;You can rule out timestamping issues by searching like this over all time:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=foo source=bar _index_earliest=-7d _index_latest=now
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;As for log files - if you're sending directly to Splunk ports then there will be no log file. You can search &lt;CODE&gt;index=_internal&lt;/CODE&gt; for errors caused by this source, or for metrics from this source if it is reasonably high volume though.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 17:12:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269938#M190019</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-10-12T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269939#M190020</link>
      <description>&lt;P&gt;Thanks for the response. Newbie with regards to splunk so not sure where to look for inputs.conf. This is the search query I tried now:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;source="/fb.activity/tcp/10018" "stream ID"=855  _index_earliest=-7d _index_latest=now&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;What or where would I find the index name, is that the same as the source?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:33:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269939#M190020</guid>
      <dc:creator>jdepp</dc:creator>
      <dc:date>2020-09-29T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269940#M190021</link>
      <description>&lt;P&gt;If you're using all Splunk default settings then the index will be &lt;CODE&gt;main&lt;/CODE&gt;, and can be left off searches using the default user roles.&lt;/P&gt;

&lt;P&gt;If that query returns nothing then nothing was indexed with that source and stream ID in the past seven days, assuming the stream ID is extracted correctly. Try searching for the term 855 without any field name to rule that out - I'm guessing 855 will be a rare term outside of this stream ID.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 19:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269940#M190021</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-10-12T19:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269941#M190022</link>
      <description>&lt;P&gt;sorry could you give me an example of how to search without the field name and just the value?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;source="/fb.activity/tcp/10018"  *=855 _index_earliest=-7d _index_latest=now
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;is this correct? doesn't seem to work.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 20:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269941#M190022</guid>
      <dc:creator>jdepp</dc:creator>
      <dc:date>2015-10-12T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269942#M190023</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; source="/fb.activity/tcp/10018"  855 _index_earliest=-7d _index_latest=now
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 12 Oct 2015 20:19:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269942#M190023</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2015-10-12T20:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269943#M190024</link>
      <description>&lt;P&gt;If you can get to root on the Splunk server, you can  use &lt;STRONG&gt;tcpdump&lt;/STRONG&gt; or something to see if the packets are at least making it to the server.   Most of the time, when someone says they send logs, and no logs are received, this will help.   Often there is a firewall or something in the way.   Sometimes the IP is being NAT, so it appears to be from a different server.&lt;/P&gt;

&lt;P&gt;For example, to see if you are receiving packets on port 9997:&lt;BR /&gt;
   &lt;CODE&gt;sudo tcpdump port 9997&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Or to see all packets from the server 199.99.1.1&lt;BR /&gt;
     &lt;CODE&gt;sudo tcpdump host 199.99.1.1&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Of course you can combine those options to try to minimize the data.   Another option is to use the *&lt;EM&gt;-w *&lt;/EM&gt; to create a binary file and then you can pull that off the server and view / analyze the data with wireshark.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2015 20:23:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269943#M190024</guid>
      <dc:creator>DeronJensen</dc:creator>
      <dc:date>2015-10-12T20:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: verify message was received at port using log</title>
      <link>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269944#M190025</link>
      <description>&lt;P&gt;Thanks for your detailed response. It is not that any packets are getting to the port as the data for other stream IDs that are being sent to that port are being indexed in splunk. If the programmer is sending the packet just as he does the others there should be no reason certain packets to the port fail, right? But I will use this to take a look and it may just clarify.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 13:26:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/verify-message-was-received-at-port-using-log/m-p/269944#M190025</guid>
      <dc:creator>jdepp</dc:creator>
      <dc:date>2015-10-13T13:26:08Z</dc:date>
    </item>
  </channel>
</rss>

