<?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 count by 3 fields in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566909#M197557</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a chart based on 3 fields: 2 calculated fields and a simple one:&lt;/P&gt;&lt;P&gt;|&amp;nbsp; query="select OPEN_FY, OPEN_QUARTER, CLOSURE_FY, VULNERABILITY_LIFECYCLE, SOURCE, LAYER&lt;BR /&gt;from table&lt;BR /&gt;| [evaluate] DETECTION_TIME=if((OPEN_FY="21/22" AND OPEN_QUARTER ="Q2"),"new" , "old")&lt;BR /&gt;| [evaluate]&amp;nbsp; SOURCE=if((SOURCE!="QUALYS-P"), "Confirmed", "Potential")&lt;BR /&gt;| chart count(DETECTION_TIME) by SOURCE over(LAYER)&lt;/P&gt;&lt;P&gt;the last line won't work. I would need to see the total number of vulnerabilities by source by&amp;nbsp; detection time and by layer.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 13 Sep 2021 19:18:31 GMT</pubDate>
    <dc:creator>DanielaEstera</dc:creator>
    <dc:date>2021-09-13T19:18:31Z</dc:date>
    <item>
      <title>Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566909#M197557</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to build a chart based on 3 fields: 2 calculated fields and a simple one:&lt;/P&gt;&lt;P&gt;|&amp;nbsp; query="select OPEN_FY, OPEN_QUARTER, CLOSURE_FY, VULNERABILITY_LIFECYCLE, SOURCE, LAYER&lt;BR /&gt;from table&lt;BR /&gt;| [evaluate] DETECTION_TIME=if((OPEN_FY="21/22" AND OPEN_QUARTER ="Q2"),"new" , "old")&lt;BR /&gt;| [evaluate]&amp;nbsp; SOURCE=if((SOURCE!="QUALYS-P"), "Confirmed", "Potential")&lt;BR /&gt;| chart count(DETECTION_TIME) by SOURCE over(LAYER)&lt;/P&gt;&lt;P&gt;the last line won't work. I would need to see the total number of vulnerabilities by source by&amp;nbsp; detection time and by layer.&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 19:18:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566909#M197557</guid>
      <dc:creator>DanielaEstera</dc:creator>
      <dc:date>2021-09-13T19:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566915#M197560</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238398"&gt;@DanielaEstera&lt;/a&gt;&amp;nbsp;Try using below command:&lt;BR /&gt;&lt;SPAN&gt;| chart count(DETECTION_TIME) as&amp;nbsp;DETECTION_TIME over&amp;nbsp;LAYER by SOURCE&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 20:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566915#M197560</guid>
      <dc:creator>ashvinpandey</dc:creator>
      <dc:date>2021-09-13T20:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566943#M197571</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/199978"&gt;@ashvinpandey&lt;/a&gt;&amp;nbsp; That worked like a charm!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 06:44:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/566943#M197571</guid>
      <dc:creator>DanielaEstera</dc:creator>
      <dc:date>2021-09-14T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/567278#M197680</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238398"&gt;@DanielaEstera&lt;/a&gt;&amp;nbsp;Also, If this solution helps you, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 15:25:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/567278#M197680</guid>
      <dc:creator>ashvinpandey</dc:creator>
      <dc:date>2021-09-16T15:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/568229#M198014</link>
      <description>&lt;P&gt;Thank you, once again &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 12:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/568229#M198014</guid>
      <dc:creator>DanielaEstera</dc:creator>
      <dc:date>2021-09-23T12:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Chart count by 3 fields</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/568233#M198015</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238398"&gt;@DanielaEstera&lt;/a&gt;&amp;nbsp;Please mark the solution so that this question can be marked as solved and others can directly look over it, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 12:30:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Chart-count-by-3-fields/m-p/568233#M198015</guid>
      <dc:creator>ashvinpandey</dc:creator>
      <dc:date>2021-09-23T12:30:08Z</dc:date>
    </item>
  </channel>
</rss>

