<?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: How to find all alerts reports, and Dashboards using a specific search string in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689451#M234945</link>
    <description>&lt;P&gt;There are two REST endpoints you can use to get that information.&lt;/P&gt;&lt;P&gt;This one fetches saved searches (including reports and alerts)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/saved/searches
| search search="*You found a bug!*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This one does the same for dashboards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /services/-/-/data/ui/views
| search eai:data="*You found a bug!*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 13:16:06 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2024-06-04T13:16:06Z</dc:date>
    <item>
      <title>How to find all alerts reports, and Dashboards using a specific search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689447#M234942</link>
      <description>&lt;P&gt;Hello, I've been asked to provide a list of all Alerts/Reports/Dashboards that contain the value "You Found a bug!"&amp;nbsp; in the underlying Search.&lt;/P&gt;&lt;P&gt;I have no idea how to do this :).&lt;/P&gt;&lt;P&gt;I manually found one Alert that is using a Search that would match:&lt;/P&gt;&lt;P&gt;source=bluefletch "details.package"="com.siteone.mobilepro" "details.message.environment"=PROD (event=ErrorEvent OR event=ExceptionEvent) "details.message.additionalInfo.content{}.Title"="&lt;STRONG&gt;You found a bug!&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;I just need to find all of the other Alerts/Reports/Dashboards that also is using this.&lt;/P&gt;&lt;P&gt;Does anyone have any ideas how this can be done.&amp;nbsp; Thank you for any help on this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 18:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689447#M234942</guid>
      <dc:creator>tdavison76</dc:creator>
      <dc:date>2024-06-03T18:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all alerts reports, and Dashboards using a specific search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689451#M234945</link>
      <description>&lt;P&gt;There are two REST endpoints you can use to get that information.&lt;/P&gt;&lt;P&gt;This one fetches saved searches (including reports and alerts)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /servicesNS/-/-/saved/searches
| search search="*You found a bug!*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This one does the same for dashboards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest splunk_server=local /services/-/-/data/ui/views
| search eai:data="*You found a bug!*"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 13:16:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689451#M234945</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-06-04T13:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all alerts reports, and Dashboards using a specific search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689506#M234950</link>
      <description>&lt;P&gt;Having said that - as with most of the questions starting with "how to find all" - it's possible to do it only for a specific subset of cases. There are ways of creating the searches so that you won't know what they're using effectively for searching (aliases, eventtypes, tags, subsearches, lookups...).&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 08:10:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689506#M234950</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-04T08:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to find all alerts reports, and Dashboards using a specific search string</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689539#M234954</link>
      <description>&lt;P&gt;Awesome, thanks for the help, much appreciated. This worked for me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 12:47:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-all-alerts-reports-and-Dashboards-using-a-specific/m-p/689539#M234954</guid>
      <dc:creator>tdavison76</dc:creator>
      <dc:date>2024-06-04T12:47:28Z</dc:date>
    </item>
  </channel>
</rss>

