<?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: Pie chart merging two sources in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Pie-chart-merging-two-sources/m-p/533785#M150845</link>
    <description>&lt;UL&gt;&lt;LI&gt;Use the lookup to store desired list of servers&lt;/LI&gt;&lt;LI&gt;Search for events where the patching is complete&lt;/LI&gt;&lt;LI&gt;Compare the servers in the event against the lookup entries&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is a run anywhere example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults|eval country="Germany Australia"|makemv country|mvexpand country
|stats count by country
|inputlookup geo_attr_countries.csv append=true
|fillnull count value=0
|stats sum(count) as count by country&lt;/LI-CODE&gt;&lt;P&gt;Here those countries which are in the events (makeresults) will have a count 1 and others 0. In your case, you may use it to differentiate between patched and unpatched and then find %&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2020 03:05:59 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2020-12-22T03:05:59Z</dc:date>
    <item>
      <title>Pie chart merging two sources</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pie-chart-merging-two-sources/m-p/533756#M150834</link>
      <description>&lt;P&gt;I have a table that shows the number of missing patches for our servers. I am trying to create a pie chart that will show what % of all of our servers are missing patches. I have tried entering a lookup file that has a list of all our servers, and also added another sourcetype with that same list. I can't seems to figure out how I can combine the two so I can view the list of servers that need a patch against the total list of servers we have.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Dec 2020 18:34:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pie-chart-merging-two-sources/m-p/533756#M150834</guid>
      <dc:creator>avgilbeyzz</dc:creator>
      <dc:date>2020-12-21T18:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Pie chart merging two sources</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Pie-chart-merging-two-sources/m-p/533785#M150845</link>
      <description>&lt;UL&gt;&lt;LI&gt;Use the lookup to store desired list of servers&lt;/LI&gt;&lt;LI&gt;Search for events where the patching is complete&lt;/LI&gt;&lt;LI&gt;Compare the servers in the event against the lookup entries&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here is a run anywhere example&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|makeresults|eval country="Germany Australia"|makemv country|mvexpand country
|stats count by country
|inputlookup geo_attr_countries.csv append=true
|fillnull count value=0
|stats sum(count) as count by country&lt;/LI-CODE&gt;&lt;P&gt;Here those countries which are in the events (makeresults) will have a count 1 and others 0. In your case, you may use it to differentiate between patched and unpatched and then find %&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 03:05:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Pie-chart-merging-two-sources/m-p/533785#M150845</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2020-12-22T03:05:59Z</dc:date>
    </item>
  </channel>
</rss>

