<?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 display my data in a graph over time? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164109#M10104</link>
    <description>&lt;P&gt;Well, I figured it out - I messed up on the names - the last post is the actual names - now it works! Now to put into a Dashboard for development, then once this goes out, production Dashboard!&lt;/P&gt;

&lt;P&gt;THANKS!&lt;/P&gt;</description>
    <pubDate>Sat, 07 Mar 2015 01:17:23 GMT</pubDate>
    <dc:creator>schu777</dc:creator>
    <dc:date>2015-03-07T01:17:23Z</dc:date>
    <item>
      <title>How to display my data in a graph over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164106#M10101</link>
      <description>&lt;P&gt;I have the following line that is getting logged - it has totals for several queues in an app.  I'd like to have a graph to show the totals as time goes - how can I accomplish this in Splunk?  (Sorry, I'm very new to this part of Splunk)  Note - these message are done every 5 minutes for development.&lt;/P&gt;

&lt;P&gt;Thanks, Michael&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Feb 27, 2015 11:14:39  totalOutAckCount=153 totalOutEnqCount=216 totalEnqueuedCount=0 totalErrorCount=123 totalErrorCount=2281
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Mar 2015 17:12:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164106#M10101</guid>
      <dc:creator>schu777</dc:creator>
      <dc:date>2015-03-04T17:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to display my data in a graph over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164107#M10102</link>
      <description>&lt;P&gt;Try the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;yoursearch&amp;gt; | timechart span=5m last(totalOutAckCount) last(totalOutEnqCount) last(totalEnqueuedCount) last(totalErrorCount) last(totalErrorCount)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If your data is coming out with the key/value fields properly, this should work. If not, then a &lt;CODE&gt;rex&lt;/CODE&gt; command will help, just reply about it here and we can come up with a &lt;CODE&gt;rex&lt;/CODE&gt; that will work.&lt;/P&gt;

&lt;P&gt;Be sure to look at the visualization tab for the actual graph.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2015 17:42:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164107#M10102</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2015-03-04T17:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display my data in a graph over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164108#M10103</link>
      <description>&lt;P&gt;I tried that above, but didn't work.  Here is lines that I have.  NOTE that each is a total of a queue for the application.  I'd like to get a graph of each total.  I'll play around with it and hopefully I can get something.  I know having a count of what was processed would make thing easier in Splunk, but this is the first cut of splunk logging for this application.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    Mar 06, 2015 19:02:59  totalOutAckCrsCount=212 totalOutEnqCrsCount=301 totalEnqueuedPmsCount=0 totalErrorCrsCount=153 totalErrorPmsCount=1018
    Mar 06, 2015 18:57:59  totalOutAckCrsCount=212 totalOutEnqCrsCount=301 totalEnqueuedPmsCount=0 totalErrorCrsCount=153 totalErrorPmsCount=1018
    Mar 06, 2015 18:52:59  totalOutAckCrsCount=212 totalOutEnqCrsCount=301 totalEnqueuedPmsCount=0 totalErrorCrsCount=153 totalErrorPmsCount=1018
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164108#M10103</guid>
      <dc:creator>schu777</dc:creator>
      <dc:date>2015-03-07T01:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display my data in a graph over time?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164109#M10104</link>
      <description>&lt;P&gt;Well, I figured it out - I messed up on the names - the last post is the actual names - now it works! Now to put into a Dashboard for development, then once this goes out, production Dashboard!&lt;/P&gt;

&lt;P&gt;THANKS!&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2015 01:17:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-display-my-data-in-a-graph-over-time/m-p/164109#M10104</guid>
      <dc:creator>schu777</dc:creator>
      <dc:date>2015-03-07T01:17:23Z</dc:date>
    </item>
  </channel>
</rss>

