<?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: how to  speedup search machine data? in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118567#M2671</link>
    <description>&lt;P&gt;Why would you want to use &lt;CODE&gt;timechart&lt;/CODE&gt; to feed a gauge? &lt;CODE&gt;timechart&lt;/CODE&gt; gives you a series of values, for example one per minute, that's often charted using columns, lines, or areas. A gauge only displays one value.&lt;/P&gt;

&lt;P&gt;The more important question is, what's your use case?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Apr 2014 08:13:55 GMT</pubDate>
    <dc:creator>martin_mueller</dc:creator>
    <dc:date>2014-04-03T08:13:55Z</dc:date>
    <item>
      <title>how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118564#M2668</link>
      <description>&lt;P&gt;Hello everyone... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;My Data is under type...&lt;BR /&gt;
|TAG01|TAG02|TAG03|&lt;BR /&gt;
|434.1|444.0|42.7|&lt;BR /&gt;
|420.1|424.5|40.6|&lt;BR /&gt;
|470.3|453.8|43.5|&lt;BR /&gt;
|452.6|413.6|40.4|&lt;BR /&gt;
|429.3|419.3|44.7|&lt;/P&gt;

&lt;P&gt;I'd like to check realtime data in Splunk Gauge, So, I use this search &lt;BR /&gt;
"index=myindex | timechart latest(TAG01)"&lt;/P&gt;

&lt;P&gt;How to speedup search?&lt;/P&gt;

&lt;P&gt;If use accelation Report, Can i use latest or first?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 07:37:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118564#M2668</guid>
      <dc:creator>ugy</dc:creator>
      <dc:date>2014-04-03T07:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118565#M2669</link>
      <description>&lt;P&gt;If you're just displaying a single value, you should be able to speed up your realtime search like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex TAG01=* | tail 1 | table TAG01
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 03 Apr 2014 07:52:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118565#M2669</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-03T07:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118566#M2670</link>
      <description>&lt;P&gt;First of all &lt;BR /&gt;
Thank you for your answer.&lt;/P&gt;

&lt;P&gt;If i'd like to use timechart or Accelation Report, how to use search?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 08:09:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118566#M2670</guid>
      <dc:creator>ugy</dc:creator>
      <dc:date>2014-04-03T08:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118567#M2671</link>
      <description>&lt;P&gt;Why would you want to use &lt;CODE&gt;timechart&lt;/CODE&gt; to feed a gauge? &lt;CODE&gt;timechart&lt;/CODE&gt; gives you a series of values, for example one per minute, that's often charted using columns, lines, or areas. A gauge only displays one value.&lt;/P&gt;

&lt;P&gt;The more important question is, what's your use case?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 08:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118567#M2671</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-03T08:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118568#M2672</link>
      <description>&lt;P&gt;I have two issue.&lt;BR /&gt;
First Gauge View, Two Linechart View.&lt;BR /&gt;
So, I have to use timechart.&lt;BR /&gt;
Your First answer for Gauge View. Thank you.&lt;BR /&gt;
I'd like to view Long time for timechart. So, I asked about timechart and accelation report.&lt;/P&gt;

&lt;P&gt;Anyway! Your answer is Helpfull to me.&lt;BR /&gt;
Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:40:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118568#M2672</guid>
      <dc:creator>ugy</dc:creator>
      <dc:date>2014-04-03T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to  speedup search machine data?</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118569#M2673</link>
      <description>&lt;P&gt;For a line chart you're probably looking for something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=myindex TAG01=* | timechart avg(TAG01)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Report Acceleration can be enabled for this if you need to.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2014 09:48:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-speedup-search-machine-data/m-p/118569#M2673</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-04-03T09:48:24Z</dc:date>
    </item>
  </channel>
</rss>

