<?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 isnt't our firewall showing events? We're sending syslogs to a UDP port in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302447#M57108</link>
    <description>&lt;P&gt;Also check within your servers metrics.log to see if that source is ever mentioned, the &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Aboutmetricslog"&gt;metrics log&lt;/A&gt; will mention the 10 busiest sources processed by this particular server...&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 19:55:41 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2017-10-10T19:55:41Z</dc:date>
    <item>
      <title>Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302445#M57106</link>
      <description>&lt;P&gt;Good afternoon,&lt;BR /&gt;
We have 3 firewalls that are sending their syslogs to a udp port.  2 are showing events, one is not.  It's like the events aren't being indexed.  I tried sending the 1 firewall we aren't seeing data for to a different port mapped to the same source type to no avail.  I do see splunkd listening on that port, and tcpdump shows data from that ip coming in on that port.  What further steps may I take to diagnose this?&lt;/P&gt;

&lt;P&gt;Thank you in advance!!!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 16:14:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302445#M57106</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302446#M57107</link>
      <description>&lt;P&gt;Check splunkd.log on your indexers for any messages related to Timestamp parsing (Look for DateParserVerbose component). Is it possible that timestamps from the suspect firewall come in with a time in the future?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302446#M57107</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-10T19:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302447#M57108</link>
      <description>&lt;P&gt;Also check within your servers metrics.log to see if that source is ever mentioned, the &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Troubleshooting/Aboutmetricslog"&gt;metrics log&lt;/A&gt; will mention the 10 busiest sources processed by this particular server...&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 19:55:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302447#M57108</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-10-10T19:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302448#M57109</link>
      <description>&lt;P&gt;Thank you both for your input! The source is mentioned in metrics.log.  ssievert, I see no mention of timestamp parsing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:01:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302448#M57109</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T20:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302449#M57110</link>
      <description>&lt;P&gt;Could you run:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats count, max(_indextime) AS mostrecentindex, max(_time) AS mostrecent where index=&amp;lt;yourindex&amp;gt;, source=&amp;lt;yoursource&amp;gt;
| eval mostrecentindex=strftime(mostrecentindex, "%+"), mostrecent = strftime(mostrecent, "%+")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The where clause can have sourcetype/source/index or similar, just narrow it down as appropriate and run that over a very wide time range or all time to determine if your events are going in with invalid timestamps or not....&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:06:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302449#M57110</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-10-10T20:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302450#M57111</link>
      <description>&lt;P&gt;Can you run &lt;CODE&gt;| tstats count where index=yourindexname by host&lt;/CODE&gt; and see if your source host is listed?&lt;BR /&gt;
Also, check &lt;CODE&gt;| metadata type=hosts&lt;/CODE&gt; to see if your firewall host is listed at all.&lt;BR /&gt;
Finally, do you get any results if you run a 30-second windowed real-time search using &lt;CODE&gt;index=yourindex host=yourmissingfirewall&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:08:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302450#M57111</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-10T20:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302451#M57112</link>
      <description>&lt;P&gt;Returns a count of zero, other two fields are blank, so I am guessing that it is not even being indexed?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:10:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302451#M57112</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T20:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302452#M57113</link>
      <description>&lt;P&gt;I see it in the first two, but not the last. There seems to be a disparity though between last time and recent time..... Much more so than anything else. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:17:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302452#M57113</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T20:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302453#M57114</link>
      <description>&lt;P&gt;OK, so the &lt;STRONG&gt;tstats&lt;/STRONG&gt; is showing events from that host in the given index, but when you are searching for data from that host, you are not coming up with anything? &lt;BR /&gt;
I still suspect something is going on with the timestamps/timezone from that host. Can you compare the system settings for the 3 firewall devices and rule out that they differ in timezone settings?  &lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302453#M57114</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-10T20:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302454#M57115</link>
      <description>&lt;P&gt;Already did, timezone is the same across all 3.  Time is the same as they are all synced using NTP.  Funny, I found my events! Splunk is dating them as being 2 years prior!  But I am positive the date on the firewalls are all the same.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302454#M57115</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T20:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302455#M57116</link>
      <description>&lt;P&gt;To add to that, the log entries themselves show the correct date and time. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:28:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302455#M57116</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-10T20:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302456#M57117</link>
      <description>&lt;P&gt;That sounds like either automatic timestamp recognition is failing or your props.conf settings for the sourcetype are using a TIME_FORMAT that is not quite what you need. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 20:33:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302456#M57117</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-10-10T20:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302457#M57118</link>
      <description>&lt;P&gt;Still stuck on this.  Didn't see anything in props.conf that jumped out at me as being wrong.  The 3 firewalls are the same make and model, running similar firmware.  I do not know why the third would be timestamped incorrectly...&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302457#M57118</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-12T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302458#M57119</link>
      <description>&lt;P&gt;Can you post example log entries from the 3 firewalls ?&lt;/P&gt;

&lt;P&gt;If they are using identical log format's and the same sourcetype you should not have an issue.&lt;BR /&gt;
Also if you have customised the TIME_FORMAT OR TIME_PREFIX settings can you post them as well?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:14:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302458#M57119</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2020-09-29T16:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302459#M57120</link>
      <description>&lt;P&gt;I am going to shy away from posting the actual log entries, but I can say they are from 3 different palo alto firewalls running the same exact version of PAN OS, time is synced with NTP, (checked time anyways) checked all syslog settings and they are identical.  &lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302459#M57120</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-12T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302460#M57121</link>
      <description>&lt;P&gt;Can you post what the time format looks like ? Also is there only 1 timestamp in the line?&lt;BR /&gt;
Does the timestamp appear exactly the same between the 3 ?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 13:32:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302460#M57121</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2017-10-12T13:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302461#M57122</link>
      <description>&lt;P&gt;The time appears in the log entries in several places&lt;BR /&gt;
Oct 12 10:16:46&lt;BR /&gt;
2017/10/12 10:16:46&lt;BR /&gt;
Oct 12 10:16:46&lt;BR /&gt;
2017/10/12 10:16:46&lt;/P&gt;

&lt;P&gt;They format of the logs across the 3 firewalls are identical&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:22:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302461#M57122</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-12T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302462#M57123</link>
      <description>&lt;P&gt;The time format that splunk is stamping on it or the time from the actual events in the logs?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 14:24:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302462#M57123</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2017-10-12T14:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302463#M57124</link>
      <description>&lt;P&gt;Is the missing firewall sender coming from a different network, with spoofing of ip ?&lt;BR /&gt;
It so, check this article : &lt;A href="http://answers.splunk.com/answers/12876/splunk-running-on-my-linux-server-is-only-showing-me-events-from-my-local-subnet-what-is-going-on"&gt;http://answers.splunk.com/answers/12876/splunk-running-on-my-linux-server-is-only-showing-me-events-from-my-local-subnet-what-is-going-on&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2017 21:11:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302463#M57124</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2017-10-12T21:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why isnt't our firewall showing events? We're sending syslogs to a UDP port</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302464#M57125</link>
      <description>&lt;P&gt;Finally fixed! Went into inputs.conf and added no_appending_timestamp = true and viola. &lt;BR /&gt;
Thank you again everyone for your help and input!&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-isnt-t-our-firewall-showing-events-We-re-sending-syslogs-to/m-p/302464#M57125</guid>
      <dc:creator>jb1982</dc:creator>
      <dc:date>2020-09-29T16:27:37Z</dc:date>
    </item>
  </channel>
</rss>

