<?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 search for dashboards and reports created by a specific user/owner? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205247#M59661</link>
    <description>&lt;P&gt;Hi vinodsinha,&lt;/P&gt;

&lt;P&gt;Try to follow the link:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/168898/how-can-we-find-all-the-searches-alerts-dashboard.html"&gt;https://answers.splunk.com/answers/168898/how-can-we-find-all-the-searches-alerts-dashboard.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;this could help you!&lt;/P&gt;</description>
    <pubDate>Wed, 17 Feb 2016 08:04:30 GMT</pubDate>
    <dc:creator>ngatchasandra</dc:creator>
    <dc:date>2016-02-17T08:04:30Z</dc:date>
    <item>
      <title>How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205240#M59654</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;I was looking for reports, searches, saved searches, and Dashboards created by specific users/owners.&lt;BR /&gt;
Some of the users/owners left the company, but reports and dashboards still exist in Splunk. So, I need to find those dashboard and reports.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2016 18:47:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205240#M59654</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-16T18:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205241#M59655</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/PutUserNameHere/-/data/ui/views | table author title eai:acl.app | eval Type="Dashboard" | append [| rest /serviceNS/PutUserNameHere/-/saved/searches | table author title eai:acl.app | eval Type="SavedSearch/Report"] | rename author as Owner title as Name eai:.acl.app as AppName 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Feb 2016 19:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205241#M59655</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-16T19:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205242#M59656</link>
      <description>&lt;P&gt;while executed above query getting error&lt;/P&gt;

&lt;P&gt;22 errors occurred while the search was executing. Therefore, search results might be incomplete. Hide errors.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Failed to fetch REST endpoint uri=https://127.0.0.1:8089/servicesNS/PutUserNameHere/-/data/ui/views?count=0 from server=https://127.0.0.1:8089
The limit has been reached for log messages in info.csv. 27 messages have not been written to info.csv. Please refer to search.log for these messages or limits.conf to configure this limit.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Feb 2016 04:41:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205242#M59656</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-17T04:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205243#M59657</link>
      <description>&lt;P&gt;Executed above query and getting below error:-&lt;BR /&gt;
Failed to fetch REST endpoint uri=&lt;A href="https://127.0.0.1:8089/servicesNS/kavithasr/-/data/ui/views?count=0"&gt;https://127.0.0.1:8089/servicesNS/kavithasr/-/data/ui/views?count=0&lt;/A&gt; from server=&lt;A href="https://127.0.0.1:8089"&gt;https://127.0.0.1:8089&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 04:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205243#M59657</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-17T04:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205244#M59658</link>
      <description>&lt;P&gt;Are you trying to run the command of Splunk Cloud trial OR does your user role has permission to run REST command?? (I guess you need admin_all_objects capability)&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:49:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205244#M59658</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2020-09-29T08:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205245#M59659</link>
      <description>&lt;P&gt;Seems like permission issue only. Check with your Splunk admin if you've permissions to run REST command and if not (surely) then request to get that.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 06:37:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205245#M59659</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-17T06:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205246#M59660</link>
      <description>&lt;P&gt;my account has  splunk admin privilege and we are using Splunk Cloud Licences version.&lt;/P&gt;

&lt;P&gt;other REST command is working fine for me  &lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 07:38:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205246#M59660</guid>
      <dc:creator>vinodsinha</dc:creator>
      <dc:date>2016-02-17T07:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205247#M59661</link>
      <description>&lt;P&gt;Hi vinodsinha,&lt;/P&gt;

&lt;P&gt;Try to follow the link:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/168898/how-can-we-find-all-the-searches-alerts-dashboard.html"&gt;https://answers.splunk.com/answers/168898/how-can-we-find-all-the-searches-alerts-dashboard.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;this could help you!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 08:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205247#M59661</guid>
      <dc:creator>ngatchasandra</dc:creator>
      <dc:date>2016-02-17T08:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205248#M59662</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
Try this in splunk web&lt;BR /&gt;
    Go to &lt;BR /&gt;
1-&lt;STRONG&gt;Settings&lt;/STRONG&gt;--&amp;gt;&lt;STRONG&gt;All Configuration&lt;/STRONG&gt; &lt;BR /&gt;
2-In the All configuration page  , select &lt;STRONG&gt;All&lt;/STRONG&gt; in App context dropdown and your &lt;STRONG&gt;user name&lt;/STRONG&gt; in Owner dropwdown then you will see the list of reports and dashboards that user has created&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205248#M59662</guid>
      <dc:creator>chimell</dc:creator>
      <dc:date>2016-02-17T09:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to search for dashboards and reports created by a specific user/owner?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205249#M59663</link>
      <description>&lt;P&gt;Thanks for the Query, worked great - I just found two typos:&lt;/P&gt;

&lt;P&gt;| rest /servicesNS/-/-/data/ui/views | table author title eai:acl.app | eval Type="Dashboards" | append [| rest /&lt;STRONG&gt;servicesNS&lt;/STRONG&gt;/-/-/saved/searches | table author title eai:acl.app | eval Type="SavedSearch/Report"] | rename author as Owner title as Name &lt;STRONG&gt;eai:acl.app&lt;/STRONG&gt; as AppName&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 15:44:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-for-dashboards-and-reports-created-by-a-specific/m-p/205249#M59663</guid>
      <dc:creator>svarathan_splun</dc:creator>
      <dc:date>2016-07-28T15:44:21Z</dc:date>
    </item>
  </channel>
</rss>

