<?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 Multiple Search for IP Network &amp; Show in a Stacked Bar Chart in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Multiple-Search-for-IP-Network-Show-in-a-Stacked-Bar-Chart/m-p/369566#M44652</link>
    <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;
I'm having a touch time here due to i'm still new in splunk. I am actually stuck on the situation below:&lt;BR /&gt;
Below showing 192.168.0.0/16 &amp;amp; 192.169.0.0/16 is actually a network container that stores a lot of /30 network inside, and i would like to calculate all the used and available ip and show in a stacked bar chart of 100% which need to show how many percent is used and how many percent unused.&lt;/P&gt;

&lt;P&gt;But i am having trouble to group both search and show in a single stacked bar chart. Can anyone help?&lt;BR /&gt;
Below are both my search string:&lt;/P&gt;

&lt;P&gt;search address=192.168.0.0/16 view="Public View" protocol=IPV4 | dedup address &lt;BR /&gt;
| eval address_left=(address_total-address_reserved-address_alloc) &lt;BR /&gt;
| eval address_used=(address_reserved+address_alloc) &lt;BR /&gt;
| stats sum(address_total), sum(address_left), sum(address_used)&lt;/P&gt;

&lt;P&gt;search address=192.169.0.0/16 view="Public View" protocol=IPV4 | dedup address &lt;BR /&gt;
| eval address_left=(address_total-address_reserved-address_alloc) &lt;BR /&gt;
| eval address_used=(address_reserved+address_alloc) &lt;BR /&gt;
| stats sum(address_total), sum(address_left), sum(address_used)&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 18:36:39 GMT</pubDate>
    <dc:creator>jeehinwong</dc:creator>
    <dc:date>2020-09-29T18:36:39Z</dc:date>
    <item>
      <title>Multiple Search for IP Network &amp; Show in a Stacked Bar Chart</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Multiple-Search-for-IP-Network-Show-in-a-Stacked-Bar-Chart/m-p/369566#M44652</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;
I'm having a touch time here due to i'm still new in splunk. I am actually stuck on the situation below:&lt;BR /&gt;
Below showing 192.168.0.0/16 &amp;amp; 192.169.0.0/16 is actually a network container that stores a lot of /30 network inside, and i would like to calculate all the used and available ip and show in a stacked bar chart of 100% which need to show how many percent is used and how many percent unused.&lt;/P&gt;

&lt;P&gt;But i am having trouble to group both search and show in a single stacked bar chart. Can anyone help?&lt;BR /&gt;
Below are both my search string:&lt;/P&gt;

&lt;P&gt;search address=192.168.0.0/16 view="Public View" protocol=IPV4 | dedup address &lt;BR /&gt;
| eval address_left=(address_total-address_reserved-address_alloc) &lt;BR /&gt;
| eval address_used=(address_reserved+address_alloc) &lt;BR /&gt;
| stats sum(address_total), sum(address_left), sum(address_used)&lt;/P&gt;

&lt;P&gt;search address=192.169.0.0/16 view="Public View" protocol=IPV4 | dedup address &lt;BR /&gt;
| eval address_left=(address_total-address_reserved-address_alloc) &lt;BR /&gt;
| eval address_used=(address_reserved+address_alloc) &lt;BR /&gt;
| stats sum(address_total), sum(address_left), sum(address_used)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Multiple-Search-for-IP-Network-Show-in-a-Stacked-Bar-Chart/m-p/369566#M44652</guid>
      <dc:creator>jeehinwong</dc:creator>
      <dc:date>2020-09-29T18:36:39Z</dc:date>
    </item>
  </channel>
</rss>

