<?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 chart by 2 fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/chart-by-2-fields/m-p/541735#M153383</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a possibility to create a chart by these two fields? If possible I would like to create a heatmap out of this chart.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval error= if(count&amp;gt;50, 1, 0)
| chart sum(error) by cpwd_nr
| chart sum(error) by host&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 01 Mar 2021 11:24:59 GMT</pubDate>
    <dc:creator>schufi01</dc:creator>
    <dc:date>2021-03-01T11:24:59Z</dc:date>
    <item>
      <title>chart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-by-2-fields/m-p/541735#M153383</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;is there a possibility to create a chart by these two fields? If possible I would like to create a heatmap out of this chart.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval error= if(count&amp;gt;50, 1, 0)
| chart sum(error) by cpwd_nr
| chart sum(error) by host&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 11:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-by-2-fields/m-p/541735#M153383</guid>
      <dc:creator>schufi01</dc:creator>
      <dc:date>2021-03-01T11:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: chart by 2 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/chart-by-2-fields/m-p/541846#M153443</link>
      <description>&lt;P&gt;you could use |stats instead of |chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval error= if(count&amp;gt;50, 1, 0)
| stats sum(error) by cpwd_nr, host&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 01 Mar 2021 20:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/chart-by-2-fields/m-p/541846#M153443</guid>
      <dc:creator>jodonald</dc:creator>
      <dc:date>2021-03-01T20:02:06Z</dc:date>
    </item>
  </channel>
</rss>

