<?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 setting filter text before loading Reports Page in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469001#M7555</link>
    <description>&lt;P&gt;The user basically want's to list a specific set of dashboards. Creating a a tab in the nav menu to provide easy access to frequently used dashboards is standard practice.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 01:53:37 GMT</pubDate>
    <dc:creator>arjunpkishore5</dc:creator>
    <dc:date>2019-10-28T01:53:37Z</dc:date>
    <item>
      <title>how to setting filter text before loading Reports Page</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/468998#M7552</link>
      <description>&lt;P&gt;hi&lt;/P&gt;

&lt;P&gt;how to setting filter text before loading Reports Page &lt;/P&gt;

&lt;P&gt;current search reports the are as follows:&lt;BR /&gt;
1. click Reports&lt;BR /&gt;
2. typing keyword(ex. error)&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7856i3479A1DE6F3BF408/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;but I want the result to be just a click&lt;BR /&gt;
how can i do&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7857i369AA299A24600BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;thank&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2019 08:26:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/468998#M7552</guid>
      <dc:creator>parrotgw</dc:creator>
      <dc:date>2019-10-24T08:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to setting filter text before loading Reports Page</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/468999#M7553</link>
      <description>&lt;P&gt;The default reports tab lists all reports in the app. You can create a custom entry in the nav menu and include only the specific reports you wan in that tab. Refer the following doc - &lt;A href="https://dev.splunk.com/enterprise/docs/developapps/addnavsplunkapp/"&gt;https://dev.splunk.com/enterprise/docs/developapps/addnavsplunkapp/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please mark as answer if this is what you were looking for.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 03:11:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/468999#M7553</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-27T03:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to setting filter text before loading Reports Page</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469000#M7554</link>
      <description>&lt;P&gt;This works for adding a custom link but you still need a URL to use and that is the whole problem.  Adding &lt;CODE&gt;?filter=error&lt;/CODE&gt; to the end of the existing URL does not work.  I don't see how the link that you provided helps at all.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 01:25:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469000#M7554</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-10-28T01:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to setting filter text before loading Reports Page</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469001#M7555</link>
      <description>&lt;P&gt;The user basically want's to list a specific set of dashboards. Creating a a tab in the nav menu to provide easy access to frequently used dashboards is standard practice.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 01:53:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469001#M7555</guid>
      <dc:creator>arjunpkishore5</dc:creator>
      <dc:date>2019-10-28T01:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to setting filter text before loading Reports Page</title>
      <link>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469002#M7556</link>
      <description>&lt;P&gt;i'm solved my problem &lt;BR /&gt;
1.edit nav/default.xml&lt;BR /&gt;
2. append new lin&lt;/P&gt;

&lt;P&gt;This is not the way I wanted it, but I consider it the next best thing.&lt;/P&gt;

&lt;P&gt;i find another way &lt;BR /&gt;
it's search rest api &lt;BR /&gt;
However, this way the search results are not linked to the reports page.&lt;/P&gt;

&lt;P&gt;I'm still looking for the way I wanted&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 02:52:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/how-to-setting-filter-text-before-loading-Reports-Page/m-p/469002#M7556</guid>
      <dc:creator>parrotgw</dc:creator>
      <dc:date>2019-10-28T02:52:04Z</dc:date>
    </item>
  </channel>
</rss>

