<?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 Feeding Sparkline with Data Model in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Feeding-Sparkline-with-Data-Model/m-p/190309#M4136</link>
    <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;for a dashboard I will need to display a sparkline with entries blocked / Accessed by an ACL from the Cisco IOS app. Because of the availability of data models I would like to use them to access the data. Unfortunately I am currently not able to create a sparkline that displays what i wanted.&lt;/P&gt;

&lt;P&gt;I am able to get 9 charts that can display when each of the values was reached&lt;BR /&gt;
(e.g. &lt;CODE&gt;&lt;BR /&gt;
2 hits at: 10:10, 10:30,10:40&lt;BR /&gt;
3 hits at  10:20, &lt;BR /&gt;
4 hits at: 10:50, 11:00&lt;BR /&gt;
)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[All numbers displayed in a graph] &lt;/P&gt;

&lt;P&gt;How could I get this data into a single graph? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| pivot Cisco_IOS_Event Blocked_Access_List_Event Blocked_Access_List_Event AS "val" SPLITROW _time AS _time PERIOD auto SORT 0 _time ROWSUMMARY 0 COLSUMMARY 0 NUMCOLS 0 SHOWOTHER 1  |                        eval count=val | eval name="name" | eval Time=_time|chart sparkline by val
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for your help! &lt;/P&gt;

&lt;P&gt;Regards!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2014 21:50:51 GMT</pubDate>
    <dc:creator>splunkbeginner2</dc:creator>
    <dc:date>2014-06-05T21:50:51Z</dc:date>
    <item>
      <title>Feeding Sparkline with Data Model</title>
      <link>https://community.splunk.com/t5/Reporting/Feeding-Sparkline-with-Data-Model/m-p/190309#M4136</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;for a dashboard I will need to display a sparkline with entries blocked / Accessed by an ACL from the Cisco IOS app. Because of the availability of data models I would like to use them to access the data. Unfortunately I am currently not able to create a sparkline that displays what i wanted.&lt;/P&gt;

&lt;P&gt;I am able to get 9 charts that can display when each of the values was reached&lt;BR /&gt;
(e.g. &lt;CODE&gt;&lt;BR /&gt;
2 hits at: 10:10, 10:30,10:40&lt;BR /&gt;
3 hits at  10:20, &lt;BR /&gt;
4 hits at: 10:50, 11:00&lt;BR /&gt;
)&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;[All numbers displayed in a graph] &lt;/P&gt;

&lt;P&gt;How could I get this data into a single graph? &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| pivot Cisco_IOS_Event Blocked_Access_List_Event Blocked_Access_List_Event AS "val" SPLITROW _time AS _time PERIOD auto SORT 0 _time ROWSUMMARY 0 COLSUMMARY 0 NUMCOLS 0 SHOWOTHER 1  |                        eval count=val | eval name="name" | eval Time=_time|chart sparkline by val
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks for your help! &lt;/P&gt;

&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 21:50:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Feeding-Sparkline-with-Data-Model/m-p/190309#M4136</guid>
      <dc:creator>splunkbeginner2</dc:creator>
      <dc:date>2014-06-05T21:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Feeding Sparkline with Data Model</title>
      <link>https://community.splunk.com/t5/Reporting/Feeding-Sparkline-with-Data-Model/m-p/190310#M4137</link>
      <description>&lt;P&gt;I fixed it. The solution was the following:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;I debugged the source of the Cisco IOS App. They use saved searches. &lt;/LI&gt;
&lt;LI&gt;Open Search in Splunk -&amp;gt; Settings-&amp;gt;Searches --&amp;gt; Cisco uses the old notation.&lt;/LI&gt;
&lt;LI&gt;Using the old scheme of notation:&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;search index="cisco-firewall" action="blocked" &lt;ANY other="" parameter="" you="" like=""&gt; | chart sparklines &lt;/ANY&gt;&lt;/P&gt;

&lt;P&gt;Simple, but works. However I have to admit that I would have preferred a solution with the data model. &lt;/P&gt;

&lt;P&gt;Best Regards!  &lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2014 23:14:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Feeding-Sparkline-with-Data-Model/m-p/190310#M4137</guid>
      <dc:creator>splunkbeginner2</dc:creator>
      <dc:date>2014-06-05T23:14:20Z</dc:date>
    </item>
  </channel>
</rss>

