<?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 splunk: View the alerts created by another user in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/splunk-View-the-alerts-created-by-another-user/m-p/496933#M8849</link>
    <description>&lt;P&gt;We are using splunk enterprise in our organization. Is it possible to view the alerts created by another user?&lt;/P&gt;

&lt;P&gt;I went to&lt;/P&gt;

&lt;P&gt;Reports and Dashboards -&amp;gt; Alerts&lt;/P&gt;

&lt;P&gt;Clicked on All. Searched for the other user's name in the searchbox but no results come up.&lt;/P&gt;

&lt;P&gt;Thanks for reading.&lt;IMG src="https://i.stack.imgur.com/6bpwn.png" alt="alt text" /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 15:18:19 GMT</pubDate>
    <dc:creator>kimberlytrayson</dc:creator>
    <dc:date>2020-03-17T15:18:19Z</dc:date>
    <item>
      <title>splunk: View the alerts created by another user</title>
      <link>https://community.splunk.com/t5/Alerting/splunk-View-the-alerts-created-by-another-user/m-p/496933#M8849</link>
      <description>&lt;P&gt;We are using splunk enterprise in our organization. Is it possible to view the alerts created by another user?&lt;/P&gt;

&lt;P&gt;I went to&lt;/P&gt;

&lt;P&gt;Reports and Dashboards -&amp;gt; Alerts&lt;/P&gt;

&lt;P&gt;Clicked on All. Searched for the other user's name in the searchbox but no results come up.&lt;/P&gt;

&lt;P&gt;Thanks for reading.&lt;IMG src="https://i.stack.imgur.com/6bpwn.png" alt="alt text" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 15:18:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/splunk-View-the-alerts-created-by-another-user/m-p/496933#M8849</guid>
      <dc:creator>kimberlytrayson</dc:creator>
      <dc:date>2020-03-17T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: splunk: View the alerts created by another user</title>
      <link>https://community.splunk.com/t5/Alerting/splunk-View-the-alerts-created-by-another-user/m-p/496934#M8850</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|rest/servicesNS/-/-/saved/searches splunk_server=local
| where 'alert.track'="1" AND ('eai:acl.owner' = "sumguy" OR owner = "sumguy")
| dedup id
| rename dispatch.* AS *
| rename eai:acl.* AS *
| table owner sharing title search description* *
| sort 0 title
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And, just in case somebody comes here expecting &lt;CODE&gt;alert&lt;/CODE&gt; to mean something else, here is that answer, too:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/alerts/fired_alerts/- splunk_server=local
| addinfo
| where trigger_time &amp;gt;= info_min_time
| table trigger_time author eai:acl.owner eai:acl.app savedsearch_name sid eai:acl.sharing digest_mode id published *
| rename eai:acl.* AS *
| search author="sumguy" OR owner="sumguy"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 17 Mar 2020 17:07:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/splunk-View-the-alerts-created-by-another-user/m-p/496934#M8850</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2020-03-17T17:07:36Z</dc:date>
    </item>
  </channel>
</rss>

