<?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 Splunk search command that returns fields from view &amp;quot;Manager » Searches and reports&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78041#M19753</link>
    <description>&lt;P&gt;Is there a Splunk search command that returns information found in "Manager » Searches and reports" view?&lt;/P&gt;

&lt;P&gt;For example, I need to know all the search names and search scheduled time configured in a particular indexer using a search command.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2012 17:35:50 GMT</pubDate>
    <dc:creator>lpolo</dc:creator>
    <dc:date>2012-06-18T17:35:50Z</dc:date>
    <item>
      <title>Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78041#M19753</link>
      <description>&lt;P&gt;Is there a Splunk search command that returns information found in "Manager » Searches and reports" view?&lt;/P&gt;

&lt;P&gt;For example, I need to know all the search names and search scheduled time configured in a particular indexer using a search command.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 17:35:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78041#M19753</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-18T17:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78042#M19754</link>
      <description>&lt;P&gt;Look at the details from this search.  I'm not sure I see a scheduled time but it gives you alot of details for your searches.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/saved/searches 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;After you see the fields you want just simplify the table with specific columns.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/saved/searches  | table title search
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jun 2012 11:43:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78042#M19754</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-06-19T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78043#M19755</link>
      <description>&lt;P&gt;Yes. I did the work. The returned fields are the ones I need.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 11:57:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78043#M19755</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-19T11:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78044#M19756</link>
      <description>&lt;P&gt;It seems that is not returning all the scheduled searches for all the apps. Is there an ending point call for each app?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 12:12:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78044#M19756</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-19T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78045#M19757</link>
      <description>&lt;P&gt;Seems to be retriving searches for the search app only.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78045#M19757</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-06-19T13:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78046#M19758</link>
      <description>&lt;P&gt;Search = | rest /services/saved/searches  | table title search&lt;BR /&gt;
If I execute the search from this app:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://hostname:8000/en-US/app/search/dashboard_live"&gt;http://hostname:8000/en-US/app/search/dashboard_live&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I get the same result set if I run the same search from one of our apps:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://hostname:8000/en-US/app/metrics_abc/search_view"&gt;http://hostname:8000/en-US/app/metrics_abc/search_view&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Both apps have different scheduled searches configured.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:11:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78046#M19758</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-19T13:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78047#M19759</link>
      <description>&lt;P&gt;This shows what has run and shows searches outside of just the search app.  Might be a way to sort/dedup this for information that you want.&lt;/P&gt;

&lt;P&gt;| rest /services/search/jobs&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 13:26:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78047#M19759</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-06-19T13:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78048#M19760</link>
      <description>&lt;P&gt;It improved. I can see all scheduled searches that ran or are running. &lt;BR /&gt;
Is there a way to get what is found in the "Manager » Searches and reports" view?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 14:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78048#M19760</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-19T14:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78049#M19761</link>
      <description>&lt;P&gt;Not that I can find.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 15:05:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78049#M19761</guid>
      <dc:creator>sdaniels</dc:creator>
      <dc:date>2012-06-19T15:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78050#M19762</link>
      <description>&lt;P&gt;Could you ask to your colleagues in Splunk Tech Support of Dev?&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Lp&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 16:43:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78050#M19762</guid>
      <dc:creator>lpolo</dc:creator>
      <dc:date>2012-06-19T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk search command that returns fields from view "Manager » Searches and reports"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78051#M19763</link>
      <description>&lt;P&gt;You can download a 90 day trial of Sideview Utils 2.0,  because it packages a &lt;CODE&gt;splunkentity&lt;/CODE&gt; command that will do what you want: &lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;| splunkentity /saved/searches app="some_app"&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Granted, knowing what the entity path is for a particular kind of Manager object can be a little tricky,  but you can often figure it out and when in doubt you can ask me. &lt;/P&gt;

&lt;P&gt;go here, then on the right you'll see 'download trial'. &lt;BR /&gt;
&lt;A href="http://sideviewapps.com/apps/sideview-utils/"&gt;http://sideviewapps.com/apps/sideview-utils/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Especially if you've ever created or edited a view in the Advanced XML, there are many powerful reasons to check out Sideview Utils 2.0.   To be honest although the &lt;CODE&gt;splunkentity&lt;/CODE&gt; command is quite useful it falls so far down on that list that I have yet to write up a docs page for it. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2012 19:58:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-search-command-that-returns-fields-from-view-quot-Manager/m-p/78051#M19763</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2012-06-19T19:58:24Z</dc:date>
    </item>
  </channel>
</rss>

