<?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 create a chart based on condition in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-based-on-condition/m-p/31673#M6580</link>
    <description>&lt;P&gt;If you only have a couple Asset values, and assuming that the timestamp extraction was set up properly when the data input was set up,  you can just do &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search terms&amp;gt; | timechart avg(Temperature) by Asset
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On the other hand if you have a very large number of Asset values,  you probably want to build some kind of search or filtering UI so that the user can narrow down the kind of assets that they want to see. &lt;/P&gt;

&lt;P&gt;I've actually built an interface called 'Explore'  as one of the Sample interfaces in Sideview Utils, and you might take a look at that because it's designed for data just like this  -- reams and reams of points, like SCADA data or data from various automation technologies. You configure the 'Explore' interface just by setting a couple macros.  So although it ships in Sideview Utils with those macros  set so that it lets you 'explore' Splunk's internal metrics data,  you can set those macros yourself so as to retarget the entire Explore interface over to your own custom data.     In the end the users can click and browse and filter around in the hierarchy of the SCADA infrastructure that you have,   generating reports on the fly and drilling down for more detail whenever they like.   &lt;A href="http://sideviewapps.com/apps/sideview-utils"&gt;http://sideviewapps.com/apps/sideview-utils&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2013 07:34:59 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2013-02-14T07:34:59Z</dc:date>
    <item>
      <title>How to create a chart based on condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-based-on-condition/m-p/31672#M6579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Am having the data contains below;&lt;BR /&gt;
Asset   Time stamp  Temperature &lt;BR /&gt;
LD-02   00:12.6 43  41&lt;BR /&gt;&lt;BR /&gt;
HT-02   00:26.3 45  59&lt;BR /&gt;&lt;BR /&gt;
GR-02   00:33.6 52  42&lt;BR /&gt;&lt;BR /&gt;
LD-02   00:57.8 47  79      &lt;/P&gt;

&lt;P&gt;This are few examples of my data(actually am having 5000 rows of same kind of data for different assests) and from this i need to make a timechart which should display a trend for each Asset what is the temperature value.&lt;BR /&gt;
pls help to find how to filter particular set of assets with its temperature&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 04:30:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-based-on-condition/m-p/31672#M6579</guid>
      <dc:creator>balajsoz</dc:creator>
      <dc:date>2013-02-14T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a chart based on condition</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-based-on-condition/m-p/31673#M6580</link>
      <description>&lt;P&gt;If you only have a couple Asset values, and assuming that the timestamp extraction was set up properly when the data input was set up,  you can just do &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;your search terms&amp;gt; | timechart avg(Temperature) by Asset
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;On the other hand if you have a very large number of Asset values,  you probably want to build some kind of search or filtering UI so that the user can narrow down the kind of assets that they want to see. &lt;/P&gt;

&lt;P&gt;I've actually built an interface called 'Explore'  as one of the Sample interfaces in Sideview Utils, and you might take a look at that because it's designed for data just like this  -- reams and reams of points, like SCADA data or data from various automation technologies. You configure the 'Explore' interface just by setting a couple macros.  So although it ships in Sideview Utils with those macros  set so that it lets you 'explore' Splunk's internal metrics data,  you can set those macros yourself so as to retarget the entire Explore interface over to your own custom data.     In the end the users can click and browse and filter around in the hierarchy of the SCADA infrastructure that you have,   generating reports on the fly and drilling down for more detail whenever they like.   &lt;A href="http://sideviewapps.com/apps/sideview-utils"&gt;http://sideviewapps.com/apps/sideview-utils&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 07:34:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-chart-based-on-condition/m-p/31673#M6580</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2013-02-14T07:34:59Z</dc:date>
    </item>
  </channel>
</rss>

