<?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: Help with simple timechart query in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115875#M30747</link>
    <description>&lt;P&gt;Hi john.byun,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;timechart&lt;/CODE&gt; will do aggregation on the events, if you don't want aggregation use &lt;CODE&gt;chart&lt;/CODE&gt; or &lt;CODE&gt;stats&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;fieldvalue | chart values(fieldvalue) AS fieldvalues over _time
fieldvalue | stats values(fieldvalue) AS fieldvalues by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jun 2014 07:14:41 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2014-06-24T07:14:41Z</dc:date>
    <item>
      <title>Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115869#M30741</link>
      <description>&lt;P&gt;I have a list of events that have a specific value associated with each event.  I want to create a line graph of those values.  How do I do this?&lt;/P&gt;

&lt;P&gt;The elapsed time between each event is not consistent, so I want each event to be logged as a data point on my graph to be able to see the trend over time.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 17:55:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115869#M30741</guid>
      <dc:creator>john_byun</dc:creator>
      <dc:date>2014-06-23T17:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115870#M30742</link>
      <description>&lt;P&gt;As I always say, show us an example of your search, don't describe it.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115870#M30742</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-06-23T18:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115871#M30743</link>
      <description>&lt;P&gt;My current search is simply "timechart avg(fieldvalue)", but this does not give me the results that I want.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt; I do not want an average of the values.&lt;/LI&gt;
&lt;LI&gt; I want each event to be a datapoint rather than giving me a single datapoint every 30 minutes.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:25:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115871#M30743</guid>
      <dc:creator>john_byun</dc:creator>
      <dc:date>2014-06-23T18:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115872#M30744</link>
      <description>&lt;P&gt;I don't think that is a complete search command.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:32:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115872#M30744</guid>
      <dc:creator>grijhwani</dc:creator>
      <dc:date>2014-06-23T18:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115873#M30745</link>
      <description>&lt;P&gt;Sorry,&lt;/P&gt;

&lt;P&gt;fieldvalue | timechart avg(fieldvalue)&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:42:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115873#M30745</guid>
      <dc:creator>john_byun</dc:creator>
      <dc:date>2014-06-23T18:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115874#M30746</link>
      <description>&lt;P&gt;Here is what my data looks like below.  I want to create a line chart with time on the x-axis and the fieldvalue on the y-axis.&lt;/P&gt;

&lt;P&gt;Time   Field Value&lt;BR /&gt;
12:15  90&lt;BR /&gt;
12:25  85&lt;BR /&gt;
1:00   70&lt;BR /&gt;
1:30   65&lt;BR /&gt;
2:30   95&lt;BR /&gt;
4:00   90&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2014 18:44:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115874#M30746</guid>
      <dc:creator>john_byun</dc:creator>
      <dc:date>2014-06-23T18:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115875#M30747</link>
      <description>&lt;P&gt;Hi john.byun,&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;timechart&lt;/CODE&gt; will do aggregation on the events, if you don't want aggregation use &lt;CODE&gt;chart&lt;/CODE&gt; or &lt;CODE&gt;stats&lt;/CODE&gt; like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;fieldvalue | chart values(fieldvalue) AS fieldvalues over _time
fieldvalue | stats values(fieldvalue) AS fieldvalues by _time
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 07:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115875#M30747</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-24T07:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115876#M30748</link>
      <description>&lt;P&gt;Perfect!  Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:00:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115876#M30748</guid>
      <dc:creator>john_byun</dc:creator>
      <dc:date>2014-06-24T22:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with simple timechart query</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115877#M30749</link>
      <description>&lt;P&gt;Please mark this as answered, if it worked for you - thx&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jun 2014 07:04:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-with-simple-timechart-query/m-p/115877#M30749</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-06-25T07:04:35Z</dc:date>
    </item>
  </channel>
</rss>

