<?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: Is sparkline adding any new information to my search results? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272295#M81939</link>
    <description>&lt;P&gt;About, is | stats sparkline(sum(count),1h) as sparkline,sum(count) as count by dest portion of the search just presenting the already-searched-for data in a easier to understand format,&lt;/P&gt;

&lt;P&gt;Yes, exactly. It just does a counting and presenting it as sparkline chart. &lt;/P&gt;

&lt;P&gt;The tstats get the data and stats+sparkline does counting and charting. &lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 02:29:56 GMT</pubDate>
    <dc:creator>inventsekar</dc:creator>
    <dc:date>2016-10-26T02:29:56Z</dc:date>
    <item>
      <title>Is sparkline adding any new information to my search results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272292#M81936</link>
      <description>&lt;P&gt;Is sparkline adding any new information to the results of this search, or is it just presenting the same information in a different format?&lt;/P&gt;

&lt;P&gt;Here is the search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| tstats `summariesonly` count from datamodel=Authentication by _time,Authentication.dest span=1h | `drop_dm_object_name("Authentication")` | stats sparkline(sum(count),1h) as sparkline,sum(count) as count by dest | sort - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So is the sparkline command actually presenting new data from the tstats command?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272292#M81936</guid>
      <dc:creator>Justin1224</dc:creator>
      <dc:date>2016-10-25T17:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is sparkline adding any new information to my search results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272293#M81937</link>
      <description>&lt;P&gt;Sparkling command just creates a sparkling (chart/graph).&lt;/P&gt;

&lt;P&gt;Sparklines are inline charts that appear within table cells in search results, and are designed to display time-based trends associated with the primary key of each row.&lt;/P&gt;

&lt;P&gt;If you are working with stats and chart searches, you can increase their usefulness and overall information density by adding sparklines to their result tables. &lt;BR /&gt;
A sample sparkling is - &lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2064i139CA2B66E104434/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;So is the sparkline command actually presenting new data from the tstats command? &lt;BR /&gt;
actually, it presents the data from stats command. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:53:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272293#M81937</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-10-25T17:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is sparkline adding any new information to my search results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272294#M81938</link>
      <description>&lt;P&gt;Right so what I'm asking is, is this: | stats sparkline(sum(count),1h) as sparkline,sum(count) as count by dest        portion of the search just presenting the already-searched-for data in a easier to understand format, or is it actually getting new data? Like, is it getting new data from the indexes that this:      | tstats &lt;CODE&gt;summariesonly&lt;/CODE&gt; count from datamodel=Authentication by _time,Authentication.dest span=1h      portion of the search isn't getting?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 01:43:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272294#M81938</guid>
      <dc:creator>Justin1224</dc:creator>
      <dc:date>2016-10-26T01:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is sparkline adding any new information to my search results?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272295#M81939</link>
      <description>&lt;P&gt;About, is | stats sparkline(sum(count),1h) as sparkline,sum(count) as count by dest portion of the search just presenting the already-searched-for data in a easier to understand format,&lt;/P&gt;

&lt;P&gt;Yes, exactly. It just does a counting and presenting it as sparkline chart. &lt;/P&gt;

&lt;P&gt;The tstats get the data and stats+sparkline does counting and charting. &lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 02:29:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Is-sparkline-adding-any-new-information-to-my-search-results/m-p/272295#M81939</guid>
      <dc:creator>inventsekar</dc:creator>
      <dc:date>2016-10-26T02:29:56Z</dc:date>
    </item>
  </channel>
</rss>

