<?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 6 - Customize Search App Views in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177092#M50874</link>
    <description>&lt;P&gt;in 5, I could include a "index=unix" in the search bar automatically.&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2014 12:28:47 GMT</pubDate>
    <dc:creator>fk319</dc:creator>
    <dc:date>2014-04-23T12:28:47Z</dc:date>
    <item>
      <title>Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177091#M50873</link>
      <description>&lt;P&gt;In Splunk 5, it was possible to customize the two basic views in the Search App: &lt;CODE&gt;flashtimeline&lt;/CODE&gt; and &lt;CODE&gt;dashboard_live&lt;/CODE&gt;.&lt;BR /&gt;
These views still exist in Splunk 6, but the Search App does not use them. Instead, the default search is listed in the URI as &lt;CODE&gt;.../app/search/search&lt;/CODE&gt;, but &lt;CODE&gt;search.xml&lt;/CODE&gt; is just a shell - there is no content there.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;How can I customize the default Splunk 6 search views to&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;1 - set a different time range default (Last 24 hours) instead of All Time?&lt;BR /&gt;
[Answer to question 1 is here: &lt;A href="http://answers.splunk.com/answers/106136/how-to-set-the-default-search-time-in-splunk-6"&gt;How to set the default search time in Splunk 6?&lt;/A&gt;]&lt;/P&gt;

&lt;P&gt;2 - change how the &lt;STRONG&gt;Interesting Fields&lt;/STRONG&gt; display?  For example, in Splunk 5 you could exclude fields (like &lt;CODE&gt;date_*&lt;/CODE&gt;) from appearing in the sidebar. I know about &lt;CODE&gt;ui-prefs.conf&lt;/CODE&gt;, but it doesn't control whether specific fields appear.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2014 22:39:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177091#M50873</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-03-06T22:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177092#M50874</link>
      <description>&lt;P&gt;in 5, I could include a "index=unix" in the search bar automatically.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2014 12:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177092#M50874</guid>
      <dc:creator>fk319</dc:creator>
      <dc:date>2014-04-23T12:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177093#M50875</link>
      <description>&lt;P&gt;Hi Lisa did you ever find an answer to this question?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2014 14:17:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177093#M50875</guid>
      <dc:creator>chris</dc:creator>
      <dc:date>2014-07-01T14:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177094#M50876</link>
      <description>&lt;P&gt;You can modify the default.xml to use flashtimeline instead of search app:&lt;/P&gt;

&lt;P&gt;Instead of using search in default.xml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="search" default='true' /&amp;gt;
  &amp;lt;view name="data_models" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Use (I just swapped flashtimeline in place of search) and added another line for dashboard_live.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;nav search_view="search" color="#65A637"&amp;gt;
  &amp;lt;view name="flashtimeline" default='true' /&amp;gt;
  &amp;lt;view name="dashboard_live" /&amp;gt;
  &amp;lt;view name="data_models" /&amp;gt;
  &amp;lt;view name="reports" /&amp;gt;
  &amp;lt;view name="alerts" /&amp;gt;
  &amp;lt;view name="dashboards" /&amp;gt;
&amp;lt;/nav&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Jul 2014 00:17:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177094#M50876</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2014-07-16T00:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177095#M50877</link>
      <description>&lt;P&gt;Well, yes, but then you lose some of the functionality in the new search view...&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:11:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177095#M50877</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-07-16T07:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177096#M50878</link>
      <description>&lt;P&gt;Nope, still looking for an answer... but haven't done any recent research&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 07:12:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177096#M50878</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-07-16T07:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177097#M50879</link>
      <description>&lt;P&gt;Hi, i believe the way to go is with a django template with the new web framework ?&lt;/P&gt;

&lt;P&gt;However, it is possible, to put a new .html file into&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;share/splunk/search_mrsparkle/templates/pages/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And add whatever css, js and so to customize the "default" layout, view of search(if editing app.html)&lt;BR /&gt;
If you add a new .html file into&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;share/splunk/search_mrsparkle/templates/pages/
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then you need to link to this file inside your xml code for "search" / whatever &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:02:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177097#M50879</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2014-07-16T08:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177098#M50880</link>
      <description>&lt;P&gt;well, at least, please don't tell me we have totally lost that ability.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177098#M50880</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2014-07-16T08:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177099#M50881</link>
      <description>&lt;P&gt;Maybe some help here;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/SP-CAAAEU3"&gt;http://dev.splunk.com/view/SP-CAAAEU3&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2014 08:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177099#M50881</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2014-07-16T08:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177100#M50882</link>
      <description>&lt;P&gt;Spent way too much time trying to figure this out and have lost interest in trying to do this.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2014 20:08:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177100#M50882</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2014-07-18T20:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177101#M50883</link>
      <description>&lt;P&gt;You will find the answer in the ; Splunk web framework Toolkit . There is an example on how to create your on "splunk search" view , with the possibility of controlling the content, search, time, loading different css and js, etc etc &lt;/P&gt;

&lt;P&gt;&lt;A href="http://apps.splunk.com/app/1613/"&gt;http://apps.splunk.com/app/1613/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Aug 2014 06:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177101#M50883</guid>
      <dc:creator>lmyrefelt</dc:creator>
      <dc:date>2014-08-17T06:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 6 - Customize Search App Views</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177102#M50884</link>
      <description>&lt;P&gt;Thanks for the pointer. And that is probably the answer, although I will need to research further. &lt;/P&gt;

&lt;P&gt;It was just so much easier to change a few attributes in an XML file to do simple things like set default values. In Splunk 6, we can customize anything, but the cost may be that there is no simple way to set simple things.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 11:18:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Splunk-6-Customize-Search-App-Views/m-p/177102#M50884</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-08-18T11:18:56Z</dc:date>
    </item>
  </channel>
</rss>

