<?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 extracted date as x-axis range in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280095#M84568</link>
    <description>&lt;P&gt;got a date extracted from a file name and got the count of files received on for that extracted date.&lt;/P&gt;

&lt;P&gt;date-2016-03-28 extracted from the files received at a specific location.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; /ubidata/axway/JourneyData/AAA_NA_70_2016-03-28-00-47-08_353466071286872_1HGCR2F5XDA159398_0_0.zip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now we want a time chart to show the count of extracted date(2016-03-28) on that date.&lt;BR /&gt;
The default timechart shows values by system time. Want to use the extracted date as the xaxis date and showing the timechart trend for those counts.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Apr 2016 20:34:11 GMT</pubDate>
    <dc:creator>athorat</dc:creator>
    <dc:date>2016-04-10T20:34:11Z</dc:date>
    <item>
      <title>extracted date as x-axis range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280095#M84568</link>
      <description>&lt;P&gt;got a date extracted from a file name and got the count of files received on for that extracted date.&lt;/P&gt;

&lt;P&gt;date-2016-03-28 extracted from the files received at a specific location.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; /ubidata/axway/JourneyData/AAA_NA_70_2016-03-28-00-47-08_353466071286872_1HGCR2F5XDA159398_0_0.zip
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now we want a time chart to show the count of extracted date(2016-03-28) on that date.&lt;BR /&gt;
The default timechart shows values by system time. Want to use the extracted date as the xaxis date and showing the timechart trend for those counts.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2016 20:34:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280095#M84568</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-04-10T20:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: extracted date as x-axis range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280096#M84569</link>
      <description>&lt;P&gt;Convert your date to an epoch timestamp, and eval it to _time:&lt;/P&gt;

&lt;P&gt;... | eval _time = strptime(file_date, "%F") | timechart dc(source)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 09:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280096#M84569</guid>
      <dc:creator>Jeremiah</dc:creator>
      <dc:date>2020-09-29T09:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: extracted date as x-axis range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280097#M84570</link>
      <description>&lt;P&gt;Hi @Jeremiah &lt;/P&gt;

&lt;P&gt;Thanks for the update, we see an notification under the job tab :&lt;BR /&gt;
 Some events were removed by Timeliner because they were missing _time[p01apl385.ent.com] Some events were removed by Timeliner because they were missing _time&lt;/P&gt;

&lt;P&gt;is there something which needs to be modified.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 00:23:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280097#M84570</guid>
      <dc:creator>athorat</dc:creator>
      <dc:date>2016-04-14T00:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: extracted date as x-axis range</title>
      <link>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280098#M84571</link>
      <description>&lt;P&gt;Your regex to create &lt;CODE&gt;file_date&lt;/CODE&gt; is probably buggy.  Try this to find broken events and enhance your field extraction:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... | where isnull(file_date)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 May 2016 21:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/extracted-date-as-x-axis-range/m-p/280098#M84571</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-05-26T21:38:17Z</dc:date>
    </item>
  </channel>
</rss>

