<?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 include the country in the PIE chart in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682940#M233270</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Create a composite field with the two labels concatenated and count by that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure how to create composite filed, could you please advice on this please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 03:06:45 GMT</pubDate>
    <dc:creator>jaibalaraman</dc:creator>
    <dc:date>2024-04-03T03:06:45Z</dc:date>
    <item>
      <title>How to include the country in the PIE chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682912#M233255</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with below query&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a pie chart based on the error message, however i am not sure how to add country along&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=test&lt;BR /&gt;| iplocation Properties.ip&lt;BR /&gt;| dedup Properties.ip&lt;BR /&gt;| stats count by event.Properties.errMessage&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_0-1712097532525.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30136iEC4F28F4512E72FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_0-1712097532525.png" alt="jaibalaraman_0-1712097532525.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jaibalaraman_1-1712097568683.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/30137i0778C7C86B7EA582/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jaibalaraman_1-1712097568683.png" alt="jaibalaraman_1-1712097568683.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:39:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682912#M233255</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-04-02T22:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to include the country in the PIE chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682918#M233258</link>
      <description>&lt;P&gt;Create a composite field with the two labels concatenated and count by that&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:49:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682918#M233258</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-02T22:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to include the country in the PIE chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682920#M233260</link>
      <description>&lt;P&gt;You will either have to show the pie chart as a trellis chart so it shows one chart for each country or create a composite field containing both country and error message, as the pie chart can only show one dimension, i.e.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=test
| iplocation Properties.ip
| dedup Properties.ip
| eval composite=country.":".'event.Properties.errMessage'
| stats count by composite&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Then the composite will be Australia:OK and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 22:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682920#M233260</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-04-02T22:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to include the country in the PIE chart</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682940#M233270</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Create a composite field with the two labels concatenated and count by that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am not sure how to create composite filed, could you please advice on this please&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 03:06:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-include-the-country-in-the-PIE-chart/m-p/682940#M233270</guid>
      <dc:creator>jaibalaraman</dc:creator>
      <dc:date>2024-04-03T03:06:45Z</dc:date>
    </item>
  </channel>
</rss>

