<?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: Export all alerts,reports and dashboards present in splunk UI in Monitoring Splunk</title>
    <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570780#M8634</link>
    <description>&lt;P&gt;List out the savedsearches using REST.&amp;nbsp; What you will see may be limited by your role.&amp;nbsp; This is where having admin access would be a benefit.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local&lt;/LI-CODE&gt;&lt;P&gt;There is no setting that indicates a saved search is a clone.&amp;nbsp; The default name of a clone has "clone" in it, but is not a reliable indicator.&amp;nbsp; The best you can do is look for identical search strings.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local
| fields title search
| stats dc(search) as searchCount by title
| where searchCount &amp;gt; 1
| table title&lt;/LI-CODE&gt;&lt;P&gt;Comparing data for different environments does not have a Splunk solution.&amp;nbsp; You'll have to export the results from each environment and use other tools to compare them.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2021 13:29:47 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2021-10-13T13:29:47Z</dc:date>
    <item>
      <title>Export all alerts,reports and dashboards present in splunk UI</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570439#M8627</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Actually in our splunk environment there is no test environment prior and now its present, So i need to replicate all the alerts,dashboards and reports present in production to test environment.&lt;BR /&gt;I didnt have access to backend environment of Splunk.&lt;BR /&gt;Is there any smarter way to do that instead of cloning each and every alert.&lt;BR /&gt;Waiting for response.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 09:28:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570439#M8627</guid>
      <dc:creator>vineela</dc:creator>
      <dc:date>2021-10-11T09:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export all alerts,reports and dashboards present in splunk UI</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570466#M8629</link>
      <description>&lt;P&gt;The easiest and perhaps smartest way is to copy $SPLUNK_HOME/etc from one environment to the other.&amp;nbsp; If you don't have access to the file system then try to find someone who does.&lt;/P&gt;&lt;P&gt;If that's not an option then consider using a backup app like&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/5600" target="_blank"&gt;https://splunkbase.splunk.com/app/5600&lt;/A&gt;.&amp;nbsp; It will handle alerts and reports, but probably won't do dashboards so you may have to copy them yourself.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 13:14:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570466#M8629</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-11T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export all alerts,reports and dashboards present in splunk UI</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570698#M8633</link>
      <description>&lt;P&gt;I didnt have access to backend and cant do it and even i didnt have admin access to download base app.&lt;BR /&gt;&lt;BR /&gt;can you suggest me the way or query to list out all the savedsearches from UI and check for cloning..whether its done or not.&lt;BR /&gt;&lt;BR /&gt;There are 3 lower environments,how can we check whether the data is present for one app in all the environments,is there a way to check the same?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 03:28:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570698#M8633</guid>
      <dc:creator>vineela</dc:creator>
      <dc:date>2021-10-13T03:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Export all alerts,reports and dashboards present in splunk UI</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570780#M8634</link>
      <description>&lt;P&gt;List out the savedsearches using REST.&amp;nbsp; What you will see may be limited by your role.&amp;nbsp; This is where having admin access would be a benefit.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local&lt;/LI-CODE&gt;&lt;P&gt;There is no setting that indicates a saved search is a clone.&amp;nbsp; The default name of a clone has "clone" in it, but is not a reliable indicator.&amp;nbsp; The best you can do is look for identical search strings.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local
| fields title search
| stats dc(search) as searchCount by title
| where searchCount &amp;gt; 1
| table title&lt;/LI-CODE&gt;&lt;P&gt;Comparing data for different environments does not have a Splunk solution.&amp;nbsp; You'll have to export the results from each environment and use other tools to compare them.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 13:29:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570780#M8634</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-10-13T13:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Export all alerts,reports and dashboards present in splunk UI</title>
      <link>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570782#M8635</link>
      <description>&lt;P&gt;Someone from your team or company should've admin access. Its much easier to get the information through them.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 14:00:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Monitoring-Splunk/Export-all-alerts-reports-and-dashboards-present-in-splunk-UI/m-p/570782#M8635</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2021-10-13T14:00:04Z</dc:date>
    </item>
  </channel>
</rss>

