<?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: IT Service Intelligence: How to get acknowledged notable events? in Splunk ITSI</title>
    <link>https://community.splunk.com/t5/Splunk-ITSI/IT-Service-Intelligence-How-to-get-acknowledged-notable-events/m-p/383829#M618</link>
    <description>&lt;P&gt;I solved it using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=itsi_notable_audit acknowledged 
| join event_id 
    [| inputlookup itsi_notable_event_group_lookup 
    | rename _key as event_id] 
| join event_id 
    [ search index=itsi_grouped_alerts 
    | rename itsi_group_id as event_id ] 
| table activity, itsi_group_description, _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 21 May 2019 14:56:41 GMT</pubDate>
    <dc:creator>sboogaar</dc:creator>
    <dc:date>2019-05-21T14:56:41Z</dc:date>
    <item>
      <title>IT Service Intelligence: How to get acknowledged notable events?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/IT-Service-Intelligence-How-to-get-acknowledged-notable-events/m-p/383828#M617</link>
      <description>&lt;P&gt;Is it possible to get a list with itsi acknowledged events?&lt;BR /&gt;
I tried to get it based on the status like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=itsi_tracked_alerts status=2
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But I get no results, however when I try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=itsi_notable_audit acknowledged
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I will get events like:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;{ [-] &lt;BR /&gt;
       activity:   admin acknowledged notable event group &lt;BR /&gt;
       activity_type:  Notable Event Group Update &lt;BR /&gt;
       event_id:   0cb32c45-2203-40e7-884c-73301b9da1e2&lt;BR /&gt;&lt;BR /&gt;
       user:   admin   } Show as raw text&lt;BR /&gt;
But the event_id is specific for the acknowledge action so I can not relate it to which event is acknowledged.&lt;BR /&gt;
What I want to do is send an email with the acknowledged events (and the event description) when an event is acknowledged. Therefore im trying to make a savedsearch that gets all acknowledged events.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:38:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/IT-Service-Intelligence-How-to-get-acknowledged-notable-events/m-p/383828#M617</guid>
      <dc:creator>sboogaar</dc:creator>
      <dc:date>2020-09-30T00:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: IT Service Intelligence: How to get acknowledged notable events?</title>
      <link>https://community.splunk.com/t5/Splunk-ITSI/IT-Service-Intelligence-How-to-get-acknowledged-notable-events/m-p/383829#M618</link>
      <description>&lt;P&gt;I solved it using:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=itsi_notable_audit acknowledged 
| join event_id 
    [| inputlookup itsi_notable_event_group_lookup 
    | rename _key as event_id] 
| join event_id 
    [ search index=itsi_grouped_alerts 
    | rename itsi_group_id as event_id ] 
| table activity, itsi_group_description, _time
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 May 2019 14:56:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-ITSI/IT-Service-Intelligence-How-to-get-acknowledged-notable-events/m-p/383829#M618</guid>
      <dc:creator>sboogaar</dc:creator>
      <dc:date>2019-05-21T14:56:41Z</dc:date>
    </item>
  </channel>
</rss>

