<?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: Splunk Enterprise Security: How to write a search to create a time chart or a table with notable event times by hour? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-write-a-search-to-create-a/m-p/283381#M2412</link>
    <description>&lt;P&gt;'es_notable_events' works off an inputlookup that I don't think you can get data further back than the last 24 hours.&lt;/P&gt;

&lt;P&gt;Try This search it seems to work for me.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable' | search NOT `suppression' | search (status="*") (owner="*") (security_domain="*") | timechart minspan=1h count by urgency
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The 'notable' macro works of the notable index so you should get the data your looking for.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 12:26:30 GMT</pubDate>
    <dc:creator>AnthonyTibaldi</dc:creator>
    <dc:date>2020-09-29T12:26:30Z</dc:date>
    <item>
      <title>Splunk Enterprise Security: How to write a search to create a time chart or a table with notable event times by hour?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-write-a-search-to-create-a/m-p/283380#M2411</link>
      <description>&lt;P&gt;Does anyone have a search to create either a timechart or a table with the notable event times by hour? I want to create a list of the busiest times our notables come in by urgency. I.E. 5 10 lows at 9:00, 11 lows at 10:00, 5 mediums at 9:00, 7 mediums at 10:00, etc. &lt;/P&gt;

&lt;P&gt;This search works, but only for the last 24 hours:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| `es_notable_events` | search timeDiff_type=current | timechart minspan=1h sum(count) as count by urgency
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I'd like to do an average number of tickets per hour of the day going back at least 30 days. &lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2016 17:46:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-write-a-search-to-create-a/m-p/283380#M2411</guid>
      <dc:creator>kmcaloon</dc:creator>
      <dc:date>2016-10-27T17:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Enterprise Security: How to write a search to create a time chart or a table with notable event times by hour?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-write-a-search-to-create-a/m-p/283381#M2412</link>
      <description>&lt;P&gt;'es_notable_events' works off an inputlookup that I don't think you can get data further back than the last 24 hours.&lt;/P&gt;

&lt;P&gt;Try This search it seems to work for me.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;`notable' | search NOT `suppression' | search (status="*") (owner="*") (security_domain="*") | timechart minspan=1h count by urgency
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The 'notable' macro works of the notable index so you should get the data your looking for.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Splunk-Enterprise-Security-How-to-write-a-search-to-create-a/m-p/283381#M2412</guid>
      <dc:creator>AnthonyTibaldi</dc:creator>
      <dc:date>2020-09-29T12:26:30Z</dc:date>
    </item>
  </channel>
</rss>

