<?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 XML epoch time to time in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523495#M147627</link>
    <description>&lt;P&gt;I want to extract dailyTime from XML and convert it into time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;globalView id="108" version="17" recordClassName="NormalizedEvent" retention="0" hourly="-1" hourlyTime="1284336038994" daily="-1" dailyTime="1284336038994" intervalMilliseconds="60000" writeUniqueCountersTime="0"&amp;gt;
        &amp;lt;criteria bop="AND"&amp;gt;
          &amp;lt;left&amp;gt;
            &amp;lt;expr&amp;gt;
              &amp;lt;interval serialization="custom"&amp;gt;
                &amp;lt;com.q1labs.ariel.Interval&amp;gt;
                  &amp;lt;short&amp;gt;5000&amp;lt;/short&amp;gt;
                  &amp;lt;boolean&amp;gt;true&amp;lt;/boolean&amp;gt;
                  &amp;lt;short&amp;gt;5000&amp;lt;/short&amp;gt;
                  &amp;lt;boolean&amp;gt;true&amp;lt;/boolean&amp;gt;
                &amp;lt;/com.q1labs.ariel.Interval&amp;gt;
              &amp;lt;/interval&amp;gt;
            &amp;lt;/expr&amp;gt;
            &amp;lt;key class&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my props.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[XMLPARSING]
KV_MODE = xml
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE = &amp;lt;globalView\s\w*=("\d\d\d")
MAX_EVENTS = 600 
EXTRACT-dailyTime = ^(?:[^=\n]*=){8}"(\d+)
TIME_FORMAT=%s%3N
TIME_PREFIX=dailyTime=
Lookahead=13
TRUNCATE = 1000
category = Custom
disabled = false
pulldown_type = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but splunk is not converting it&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 18:04:13 GMT</pubDate>
    <dc:creator>chevalier51</dc:creator>
    <dc:date>2020-10-07T18:04:13Z</dc:date>
    <item>
      <title>XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523495#M147627</link>
      <description>&lt;P&gt;I want to extract dailyTime from XML and convert it into time&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;globalView id="108" version="17" recordClassName="NormalizedEvent" retention="0" hourly="-1" hourlyTime="1284336038994" daily="-1" dailyTime="1284336038994" intervalMilliseconds="60000" writeUniqueCountersTime="0"&amp;gt;
        &amp;lt;criteria bop="AND"&amp;gt;
          &amp;lt;left&amp;gt;
            &amp;lt;expr&amp;gt;
              &amp;lt;interval serialization="custom"&amp;gt;
                &amp;lt;com.q1labs.ariel.Interval&amp;gt;
                  &amp;lt;short&amp;gt;5000&amp;lt;/short&amp;gt;
                  &amp;lt;boolean&amp;gt;true&amp;lt;/boolean&amp;gt;
                  &amp;lt;short&amp;gt;5000&amp;lt;/short&amp;gt;
                  &amp;lt;boolean&amp;gt;true&amp;lt;/boolean&amp;gt;
                &amp;lt;/com.q1labs.ariel.Interval&amp;gt;
              &amp;lt;/interval&amp;gt;
            &amp;lt;/expr&amp;gt;
            &amp;lt;key class&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my props.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[XMLPARSING]
KV_MODE = xml
SHOULD_LINEMERGE = true
BREAK_ONLY_BEFORE = &amp;lt;globalView\s\w*=("\d\d\d")
MAX_EVENTS = 600 
EXTRACT-dailyTime = ^(?:[^=\n]*=){8}"(\d+)
TIME_FORMAT=%s%3N
TIME_PREFIX=dailyTime=
Lookahead=13
TRUNCATE = 1000
category = Custom
disabled = false
pulldown_type = true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but splunk is not converting it&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:04:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523495#M147627</guid>
      <dc:creator>chevalier51</dc:creator>
      <dc:date>2020-10-07T18:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523499#M147629</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_PREFIX=dailyTime="&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 07 Oct 2020 18:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523499#M147629</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-07T18:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523774#M147756</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;No not working&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:06:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523774#M147756</guid>
      <dc:creator>chevalier51</dc:creator>
      <dc:date>2020-10-08T18:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523788#M147760</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hey &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;try this&lt;BR /&gt;TIME_PREFIX=dailyTime\D+&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 18:49:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523788#M147760</guid>
      <dc:creator>ashajambagi</dc:creator>
      <dc:date>2020-10-08T18:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523796#M147763</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/159595"&gt;@ashajambagi&lt;/a&gt;No not working&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 19:19:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523796#M147763</guid>
      <dc:creator>chevalier51</dc:creator>
      <dc:date>2020-10-08T19:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523800#M147765</link>
      <description>Did you restart the indexer/HF after changing props.conf? Are you checking new data? Changes to props.conf don't apply to data that's already indexed.</description>
      <pubDate>Thu, 08 Oct 2020 19:31:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523800#M147765</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-08T19:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523807#M147771</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;Yes off course&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 20:02:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523807#M147771</guid>
      <dc:creator>chevalier51</dc:creator>
      <dc:date>2020-10-08T20:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: XML epoch time to time</title>
      <link>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523835#M147781</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/226207"&gt;@chevalier51&lt;/a&gt;&amp;nbsp;Epoch converter shows the date to be 2010,try increasing the MAX_DAYS_AGO&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_FORMAT=%s%3N
TIME_PREFIX=dailyTime\D+
MAX_TIMESTAMP_LOOKAHEAD=13
MAX_DAYS_AGO=5000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 04:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/XML-epoch-time-to-time/m-p/523835#M147781</guid>
      <dc:creator>ashajambagi</dc:creator>
      <dc:date>2020-10-09T04:16:06Z</dc:date>
    </item>
  </channel>
</rss>

