<?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: Cisco ISE Timestamp Issue in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189335#M19262</link>
    <description>&lt;P&gt;Hi! It appears that I'm facing the same issue as you. Well almost. My problem is that I want the event to break when it hits a new line containing the timestamp for the creation time, and not for each line containing the receive time (which is the default). Also I want the events to get the timestamp of the creation time. Is that what you managed with your props.conf configuration?&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 08:38:22 GMT</pubDate>
    <dc:creator>tsomod</dc:creator>
    <dc:date>2019-05-02T08:38:22Z</dc:date>
    <item>
      <title>Cisco ISE Timestamp Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189333#M19260</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;we have an issue regarding timestamps of events from cisco ISE.&lt;/P&gt;

&lt;P&gt;Events come via syslog/UDP in the following form:&lt;/P&gt;

&lt;P&gt;Jun  5 12:57:45 10.128.12.20 Jun  5 12:57:41 PRDO0001 CISE_Failed_Attempts 0000011272 1 0 2014-06-05 12:57:41.504 +01:00 0008339654 5400 NOTICE Failed-Attempt: Authentication failed, blabla blabla lots of other stuff&lt;/P&gt;

&lt;P&gt;The event timestamp that is extracted by splunk is &lt;BR /&gt;
Jun  5 12:57:45 - I guess that is the time the event was received via udp.&lt;/P&gt;

&lt;P&gt;The correct timestamp would be &lt;BR /&gt;
2014-06-05 12:57:41.504&lt;/P&gt;

&lt;P&gt;The ISE app delivers a props.conf with the following settings:&lt;/P&gt;

&lt;P&gt;[Cisco:ISE:Syslog]&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE = false&lt;/P&gt;

&lt;P&gt;DATETIME_CONFIG = /etc/apps/Splunk_TA_cisco-ise/default/datetime_udp.xml&lt;/P&gt;

&lt;P&gt;TIME_PREFIX = \d\s\d\s&lt;/P&gt;

&lt;P&gt;TIME_FORMAT = %Y-%m-%d %H:%M:%S.%3N %Z&lt;/P&gt;

&lt;P&gt;and &lt;/P&gt;

&lt;P&gt;[syslog]&lt;/P&gt;

&lt;P&gt;TRANSFORMS-cisco-ise = cisco-ise-sourcetyper&lt;/P&gt;

&lt;P&gt;DATETIME_CONFIG = /etc/apps/Splunk_TA_cisco-ise/default/datetime_udp.xml&lt;/P&gt;

&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD = 300&lt;/P&gt;

&lt;P&gt;The XML-file contains this (no xml allowed here, so just parts of it):&lt;/P&gt;

&lt;P&gt;;define name="_datetimeCiscoISE" extract="year, month, day, hour, minute, second, subsecond, zone";&lt;/P&gt;

&lt;P&gt;!-- Target TimeFormat: 2014-01-09 22:33:35.123 +00:00 --&lt;/P&gt;

&lt;P&gt;;text;;![CDATA[(\d\d\d\d)-(\d\d)-(\d\d)\s(\d{2}):(\d{2}):(\d{2}).(\d{3})\s(\S+)\s]];;/text&lt;/P&gt;

&lt;P&gt;&lt;TIMEPATTERNS&gt;&lt;BR /&gt;
&lt;USE name="_datetimeCiscoISE"&gt;&lt;/USE&gt;&lt;BR /&gt;
&lt;/TIMEPATTERNS&gt;&lt;BR /&gt;
&lt;DATEPATTERNS&gt;&lt;BR /&gt;
&lt;USE name="_datetimeCiscoISE"&gt;&lt;/USE&gt;&lt;BR /&gt;
&lt;/DATEPATTERNS&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;

&lt;P&gt;All of this is out-of-the-box ISE app stuff, we changed nothing there.&lt;/P&gt;

&lt;P&gt;So for me this looks like everything is configured the right way - nevertheless the timestamp is not extracted correctly.&lt;/P&gt;

&lt;P&gt;As I just understand about half of this config I would be very grateful for any help regarding this.&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:48:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189333#M19260</guid>
      <dc:creator>bleinfelder</dc:creator>
      <dc:date>2020-09-28T16:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Timestamp Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189334#M19261</link>
      <description>&lt;P&gt;Hi there - solved it. &lt;/P&gt;

&lt;P&gt;I changed the timestamp configuration in props.conf to:&lt;/P&gt;

&lt;P&gt;[Cisco:ISE:Syslog]&lt;/P&gt;

&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD=300&lt;/P&gt;

&lt;P&gt;NO_BINARY_CHECK=1&lt;/P&gt;

&lt;P&gt;SHOULD_LINEMERGE=false&lt;/P&gt;

&lt;P&gt;TIME_PREFIX=CISE&lt;/P&gt;

&lt;P&gt;Best,&lt;/P&gt;

&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189334#M19261</guid>
      <dc:creator>bleinfelder</dc:creator>
      <dc:date>2020-09-28T16:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Timestamp Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189335#M19262</link>
      <description>&lt;P&gt;Hi! It appears that I'm facing the same issue as you. Well almost. My problem is that I want the event to break when it hits a new line containing the timestamp for the creation time, and not for each line containing the receive time (which is the default). Also I want the events to get the timestamp of the creation time. Is that what you managed with your props.conf configuration?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 08:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189335#M19262</guid>
      <dc:creator>tsomod</dc:creator>
      <dc:date>2019-05-02T08:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ISE Timestamp Issue</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189336#M19263</link>
      <description>&lt;P&gt;Hi @tsomod, could you please make a new question and give an example of the events so we can help you out ?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 09:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-ISE-Timestamp-Issue/m-p/189336#M19263</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-02T09:15:55Z</dc:date>
    </item>
  </channel>
</rss>

