<?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: Time series visualization on top count in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Time-series-visualization-on-top-count/m-p/314133#M58817</link>
    <description>&lt;P&gt;Like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_web sourcetype=apache_hots host=abc
| timechart dc(report_ID)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or maybe this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_web sourcetype=apache_hots host=abc
| timechart count by report_ID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 28 Nov 2017 21:38:52 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2017-11-28T21:38:52Z</dc:date>
    <item>
      <title>Time series visualization on top count</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-series-visualization-on-top-count/m-p/314132#M58816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Below is the search I am using to find the report_ID values that have top count.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;index=apache_web sourcetype=apache_hots host=abc | stats count by report_ID&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Below  is the output of the above query.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;report_ID   count
17615        25
12344        4
12435        2
11084        6
12181        9
13314        3
13945        2
13955        2  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But i would like to see the visuali zation that shows when the report_ID occurred. For example,  if the report_ID 17615 has 25 count but i would like to see time series visualization.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:01:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-series-visualization-on-top-count/m-p/314132#M58816</guid>
      <dc:creator>kteng2024</dc:creator>
      <dc:date>2020-09-29T17:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time series visualization on top count</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Time-series-visualization-on-top-count/m-p/314133#M58817</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_web sourcetype=apache_hots host=abc
| timechart dc(report_ID)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Or maybe this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=apache_web sourcetype=apache_hots host=abc
| timechart count by report_ID
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Time-series-visualization-on-top-count/m-p/314133#M58817</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2017-11-28T21:38:52Z</dc:date>
    </item>
  </channel>
</rss>

