<?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: Pages with timeline chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279287#M84343</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;index = "abcd" sourcetype = * Customers= ABC |timechart count by Pages
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 13 Oct 2015 20:07:02 GMT</pubDate>
    <dc:creator>rphillips_splk</dc:creator>
    <dc:date>2015-10-13T20:07:02Z</dc:date>
    <item>
      <title>Pages with timeline chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279286#M84342</link>
      <description>&lt;P&gt;index = "abcd" sourcetype = * Customers= ABC |chart count by Pages&lt;/P&gt;

&lt;P&gt;I get the pages as a list &lt;BR /&gt;
I want one of the page occurances with timeline &lt;/P&gt;

&lt;P&gt;lets say page name is login.do so I want to know login.do happened at this particular time &lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 19:52:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279286#M84342</guid>
      <dc:creator>puneetkharband1</dc:creator>
      <dc:date>2015-10-13T19:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Pages with timeline chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279287#M84343</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;index = "abcd" sourcetype = * Customers= ABC |timechart count by Pages
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Oct 2015 20:07:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279287#M84343</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2015-10-13T20:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pages with timeline chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279288#M84344</link>
      <description>&lt;P&gt;you're probably looking at the statistics tab.. click on the Visualization tab&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 20:10:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279288#M84344</guid>
      <dc:creator>rphillips_splk</dc:creator>
      <dc:date>2015-10-13T20:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pages with timeline chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279289#M84345</link>
      <description>&lt;P&gt;There could be multiple events with one Pages, so which time you want, first time the page was access, last time page was accessed OR all accesses?&lt;/P&gt;

&lt;P&gt;For All,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = "abcd" sourcetype = * Customers= ABC Pages="login.do"  | table Pages _time 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For first and last time it was accessed&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index = "abcd" sourcetype = * Customers= ABC Pages="login.do"  | stats min(_time) as FirstTime max(_time) as LastTime by Pages | convert ctime(*Time)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 13 Oct 2015 20:15:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pages-with-timeline-chart/m-p/279289#M84345</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-10-13T20:15:00Z</dc:date>
    </item>
  </channel>
</rss>

