<?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: Splunk Rest Query to see the definitions of all dashboards ( public &amp;amp; private ) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603317#M209972</link>
    <description>&lt;P&gt;&lt;SPAN&gt;you need&amp;nbsp;eai:data field too :&lt;BR /&gt;&lt;BR /&gt;|&amp;nbsp;rest&amp;nbsp;/servicesNS/-/-/data/ui/views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.app&amp;nbsp;AS&amp;nbsp;app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.write&amp;nbsp;as&amp;nbsp;dashboard-write-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.read&amp;nbsp;as&amp;nbsp;dashboard-read-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:appName&amp;nbsp;as&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:data&amp;nbsp;AS&amp;nbsp;data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;join&amp;nbsp;type=outer&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[|&amp;nbsp;rest&amp;nbsp;/servicesNS/-/-/apps/local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;title&amp;nbsp;AS&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.read&amp;nbsp;AS&amp;nbsp;app-read-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.write&amp;nbsp;AS&amp;nbsp;app-write-permission]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| table app label title dashboard-read-permission dashboard-read-permission app-write-permission app-read-permission data&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2022 05:28:41 GMT</pubDate>
    <dc:creator>marysan</dc:creator>
    <dc:date>2022-06-27T05:28:41Z</dc:date>
    <item>
      <title>Splunk Rest Query to see the definitions of all dashboards ( public &amp; private )</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603168#M209913</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We had couple of dashboards who created by ex-employees and existing team is unable to access them.&lt;/P&gt;&lt;P&gt;Even we dont have access to admin privileges to access .&lt;/P&gt;&lt;P&gt;Is there any rest query to fetch dashbaord name and along with the query ( code ) so that we can save them as new name and use it for reference.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;SriCharan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:16:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603168#M209913</guid>
      <dc:creator>splunkfriend123</dc:creator>
      <dc:date>2022-06-24T14:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest Query to see the definitions of all dashboards ( public &amp; private )</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603240#M209934</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246600"&gt;@splunkfriend123&lt;/a&gt;&amp;nbsp;try this&lt;/P&gt;&lt;P&gt;| rest /servicesNS/-/-/data/ui/views&lt;/P&gt;&lt;P&gt;| rename eai:acl.app AS app&lt;/P&gt;&lt;P&gt;| rename eai:acl.perms.write as dashboard-write-permission&lt;/P&gt;&lt;P&gt;| rename eai:acl.perms.read as dashboard-read-permission&lt;/P&gt;&lt;P&gt;| rename eai:appName as appName&lt;/P&gt;&lt;P&gt;| join type=outer appName&lt;/P&gt;&lt;P&gt;[| rest /servicesNS/-/-/apps/local&lt;/P&gt;&lt;P&gt;| rename title AS appName&lt;/P&gt;&lt;P&gt;| rename eai:acl.perms.read AS app-read-permission&lt;/P&gt;&lt;P&gt;| rename eai:acl.perms.write AS app-write-permission]&lt;/P&gt;&lt;P&gt;| table app label title dashboard-read-permission dashboard-read-permission app-write-permission app-read-permission&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 07:38:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603240#M209934</guid>
      <dc:creator>Roy_9</dc:creator>
      <dc:date>2022-06-25T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest Query to see the definitions of all dashboards ( public &amp; private )</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603261#M209943</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/246600"&gt;@splunkfriend123&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to have the list of all your dashboards you can use the search shared by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;To change the owner of these dashboard, it depends on the share level of them:&lt;/P&gt;&lt;P&gt;if they are private, you have to move them by CLI from the $SPLUNK_HOME/etc/users/&amp;lt;user_name&amp;gt;/apps/&amp;lt;your_app&amp;gt;/local folder into your username folder, or to copy them and use the code to create a new one.&lt;/P&gt;&lt;P&gt;If they are in an App, you have to modify&amp;nbsp;$SPLUNK_HOME/etc/apps/&amp;lt;your_app&amp;gt;/metadata/meta.local the owner of your dashboards.&lt;/P&gt;&lt;P&gt;In both cases, you have to restart Splunk.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 14:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603261#M209943</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-06-25T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest Query to see the definitions of all dashboards ( public &amp; private )</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603264#M209945</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224632"&gt;@Roy_9&lt;/a&gt;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;Thanks a ton for your quick response.&lt;/P&gt;&lt;P&gt;The query you provided fetches dashboard name but not its definition.&lt;/P&gt;&lt;P&gt;Is there any way to modify this query to fetch the definition ( query used for&amp;nbsp; creating dashboard ) ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 14:43:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603264#M209945</guid>
      <dc:creator>splunkfriend123</dc:creator>
      <dc:date>2022-06-25T14:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Rest Query to see the definitions of all dashboards ( public &amp; private )</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603317#M209972</link>
      <description>&lt;P&gt;&lt;SPAN&gt;you need&amp;nbsp;eai:data field too :&lt;BR /&gt;&lt;BR /&gt;|&amp;nbsp;rest&amp;nbsp;/servicesNS/-/-/data/ui/views&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.app&amp;nbsp;AS&amp;nbsp;app&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.write&amp;nbsp;as&amp;nbsp;dashboard-write-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.read&amp;nbsp;as&amp;nbsp;dashboard-read-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:appName&amp;nbsp;as&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:data&amp;nbsp;AS&amp;nbsp;data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;join&amp;nbsp;type=outer&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[|&amp;nbsp;rest&amp;nbsp;/servicesNS/-/-/apps/local&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;title&amp;nbsp;AS&amp;nbsp;appName&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.read&amp;nbsp;AS&amp;nbsp;app-read-permission&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;|&amp;nbsp;rename&amp;nbsp;eai:acl.perms.write&amp;nbsp;AS&amp;nbsp;app-write-permission]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| table app label title dashboard-read-permission dashboard-read-permission app-write-permission app-read-permission data&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 05:28:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-Rest-Query-to-see-the-definitions-of-all-dashboards/m-p/603317#M209972</guid>
      <dc:creator>marysan</dc:creator>
      <dc:date>2022-06-27T05:28:41Z</dc:date>
    </item>
  </channel>
</rss>

