<?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 How to find find my reports and alert coming from which directory in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553341#M157101</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help in identifying how can we find the path/directory of my alers and reports..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ex all my alerts and reports are stored in defualt.meta .... Where can I see this path/directory name from UI to prove this&lt;/P&gt;</description>
    <pubDate>Thu, 27 May 2021 15:03:31 GMT</pubDate>
    <dc:creator>vikashperiwal</dc:creator>
    <dc:date>2021-05-27T15:03:31Z</dc:date>
    <item>
      <title>How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553341#M157101</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help in identifying how can we find the path/directory of my alers and reports..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ex all my alerts and reports are stored in defualt.meta .... Where can I see this path/directory name from UI to prove this&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553341#M157101</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2021-05-27T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553346#M157102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216214"&gt;@vikashperiwal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;alerts and reports are stored in the &lt;STRONG&gt;savedsearches.conf&lt;/STRONG&gt; file, that you can find in the "&lt;STRONG&gt;local&lt;/STRONG&gt;" (also in default, but usually they are in local) folder of each app or system.&lt;/P&gt;&lt;P&gt;In default.meta and local.meta you can find the owners and the grants of al the objects of your app (also alerts and reports).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553346#M157102</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-27T15:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553349#M157104</link>
      <description>&lt;P&gt;Thanks for the quick response &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;, I understand the physical location , but my ask here is do we see any |rest call or another option from where I can see the path...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like the end user do not want to see the physically where it is stored but want to see in path if the report/ alert is comming from default or local...&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553349#M157104</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2021-05-27T15:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553351#M157105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216214"&gt;@vikashperiwal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;using the rest command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /services/saved/searches&lt;/LI-CODE&gt;&lt;P&gt;you can see all the available information about alerts and reports but there isn't the local/default location.&lt;/P&gt;&lt;P&gt;Anyway, in local there are al the savedsearched that were modified by someone, so usually you should find all objects in local folder, but it isn't sure.&lt;/P&gt;&lt;P&gt;But, only for curiosity, why your end user should be interested to know the folder of the saverdearches.conf file?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:33:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553351#M157105</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-27T15:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553352#M157106</link>
      <description>&lt;P&gt;Basically they want to make sure no one has write access to these objects....and we are make release and putting the alerts and reports to defualt location&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:38:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553352#M157106</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2021-05-27T15:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553361#M157109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216214"&gt;@vikashperiwal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;the best approach to your requirement is design with great attention the roles and the grants on the knowledge objects.&lt;/P&gt;&lt;P&gt;Because manually moving&amp;nbsp; objects from local to default folders it's an hard job that must be done with high attention and frequently repeate (when you have to modify something) and requests a Splunk restart on Search Heads.&lt;/P&gt;&lt;P&gt;In other words: avoid it if you don't want to die!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553361#M157109</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-27T15:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553363#M157110</link>
      <description>&lt;P&gt;Haha....gotcha....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just one last thing if we do deployment via svn(our KO), do that go to the local directory&amp;nbsp; and not the defualt? Just curious to know&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 15:59:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553363#M157110</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2021-05-27T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553367#M157112</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216214"&gt;@vikashperiwal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;what do you mean that you do deployment using svn?&lt;/P&gt;&lt;P&gt;We're speaking of alerts and reports that are on Search Heads and it's strange to use svn for this.&lt;/P&gt;&lt;P&gt;If then you have a Search Head Cluster it isn't possible!&lt;/P&gt;&lt;P&gt;What's your architecture?&lt;/P&gt;&lt;P&gt;Anyway using svn you should have to restart Splunk every time you upgrade something.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2021 16:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553367#M157112</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-27T16:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553461#M157143</link>
      <description>&lt;P&gt;Yes , the plan is to have weekly once release or pushing the KO via svn, and this would make owner of KO as nobody..hence we would restrict any developer to do changes on fly..&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 08:28:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553461#M157143</guid>
      <dc:creator>vikashperiwal</dc:creator>
      <dc:date>2021-05-28T08:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find find my reports and alert coming from which directory</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553468#M157145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/216214"&gt;@vikashperiwal&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you could restrict Developers to&amp;nbsp;access the Production environment.&lt;/P&gt;&lt;P&gt;Anyway, tell me if i can help you more.&lt;/P&gt;&lt;P&gt;If this answer solves your need, please accept it for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S. Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 09:16:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-find-find-my-reports-and-alert-coming-from-which/m-p/553468#M157145</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-05-28T09:16:53Z</dc:date>
    </item>
  </channel>
</rss>

