<?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: Distinct Count combined with List in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483478#M7844</link>
    <description>&lt;P&gt;Kinda, but I want to list the results for each day within it's own row, if that makes sense. &lt;/P&gt;

&lt;P&gt;So that is display better, in a table with a row for Monday, then alongside it listed the count by urgency.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 16:32:26 GMT</pubDate>
    <dc:creator>jacqu3sy</dc:creator>
    <dc:date>2020-01-15T16:32:26Z</dc:date>
    <item>
      <title>Distinct Count combined with List</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483476#M7842</link>
      <description>&lt;P&gt;Is it possible to take a distinct count of something, then list this by an additional value by day?&lt;/P&gt;

&lt;P&gt;something like the following but tweaked to display the count of events, by urgency on specific days;&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;notable&lt;/CODE&gt; &lt;BR /&gt;
| bucket _time span=1d&lt;BR /&gt;
| stats dc(event_id) by urgency, _time&lt;/P&gt;

&lt;P&gt;The goal being a table that looks like the following;&lt;/P&gt;

&lt;P&gt;Monday           Medium, 5&lt;BR /&gt;
                          High, 7&lt;BR /&gt;
Tuesday           Low, 6&lt;BR /&gt;
                          Medium, 10&lt;BR /&gt;
                          High, 20&lt;BR /&gt;
etc etc&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 03:39:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483476#M7842</guid>
      <dc:creator>jacqu3sy</dc:creator>
      <dc:date>2020-09-30T03:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count combined with List</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483477#M7843</link>
      <description>&lt;P&gt;Hi @jacqu3sy:&lt;/P&gt;

&lt;P&gt;can you try this please:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;notable
| bucket _time span=1d
| stats dc(event_id) by date_wday, urgency
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jan 2020 16:16:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483477#M7843</guid>
      <dc:creator>TISKAR</dc:creator>
      <dc:date>2020-01-15T16:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count combined with List</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483478#M7844</link>
      <description>&lt;P&gt;Kinda, but I want to list the results for each day within it's own row, if that makes sense. &lt;/P&gt;

&lt;P&gt;So that is display better, in a table with a row for Monday, then alongside it listed the count by urgency.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 16:32:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483478#M7844</guid>
      <dc:creator>jacqu3sy</dc:creator>
      <dc:date>2020-01-15T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count combined with List</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483479#M7845</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;notable
| bucket _time span=1d
| chart dc(event_id) by date_wday urgency
| table date_wday, High, Medium, Low
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi, @jacqu3sy &lt;BR /&gt;
Please use &lt;CODE&gt;chart&lt;/CODE&gt;.&lt;BR /&gt;
Finally, the order of the columns must be aligned.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 18:09:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483479#M7845</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-01-15T18:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct Count combined with List</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483480#M7846</link>
      <description>&lt;P&gt;great stuff. Many thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 12:39:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Distinct-Count-combined-with-List/m-p/483480#M7846</guid>
      <dc:creator>jacqu3sy</dc:creator>
      <dc:date>2020-01-16T12:39:33Z</dc:date>
    </item>
  </channel>
</rss>

