<?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: make indexer easy accessable in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50605#M9673</link>
    <description>&lt;P&gt;Create you own &lt;CODE&gt;flashtimeline&lt;/CODE&gt; and include the indexes as a dropdown...&lt;/P&gt;

&lt;P&gt;This would allow to have a free text box for the search string, and then have a dropdown that includes a list of indexes that users can search on.&lt;/P&gt;

&lt;P&gt;Perhaps a bit "radical" but hey-ho...&lt;/P&gt;

&lt;P&gt;Good starting points:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Just an idea, but hope it helps.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2012 17:34:53 GMT</pubDate>
    <dc:creator>MHibbin</dc:creator>
    <dc:date>2012-11-30T17:34:53Z</dc:date>
    <item>
      <title>make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50599#M9667</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;people often don't like it to use "index=...". I've tried to make logs easy accessable for them by using macros instead.&lt;/P&gt;

&lt;P&gt;For example &lt;CODE&gt;firewall-logs&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;But now people wan't to have a more easier way, without ``. Is there a way to just use a single word for choosing an index in the background? For example just the word "firewall" ?&lt;/P&gt;

&lt;P&gt;With tags and eventtypes it is the same. You have to use "tag=...".&lt;/P&gt;

&lt;P&gt;Thank you in advance&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 14:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50599#M9667</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-11-30T14:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50600#M9668</link>
      <description>&lt;P&gt;Nope, there is no easier way. I would argue that the ``&lt;CODE&gt;&lt;/CODE&gt; are pretty easy anyway. Any word entered without these characters would just be interpreted as a search term or command.&lt;/P&gt;

&lt;P&gt;Oh, there is the other option of adding it to the indexes their role search by default? It depends on the use case and their roles really. But it is another option if they really are concerned about typing in an additional 2 characters &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 14:58:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50600#M9668</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-30T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50601#M9669</link>
      <description>&lt;P&gt;thank you! is it possible to create a new button next to the "save" and "create" button which solves this problem? should be not a problem, or?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50601#M9669</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-11-30T15:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50602#M9670</link>
      <description>&lt;P&gt;Create a button to search against an index?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:11:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50602#M9670</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-30T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50603#M9671</link>
      <description>&lt;P&gt;create a button which adds for a existing search a kind of suffix. &lt;/P&gt;

&lt;P&gt;normal search : index= abc&lt;BR /&gt;
click to button : index = abc OR index = cde&lt;/P&gt;

&lt;P&gt;all stuff after index = abc comes from the button.&lt;/P&gt;

&lt;P&gt;possible?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50603#M9671</guid>
      <dc:creator>nebel</dc:creator>
      <dc:date>2012-11-30T15:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50604#M9672</link>
      <description>&lt;P&gt;err, possibly. This would be moving from the realms of Splunk and more into JavaScript and populating text fields with values based on click events. I still think its a matter of user education. The most common searches and investigations should be in savedsearches or dashboards. You could build custom forms for specific indexes where the index is hidden in the background and users just enter their search terms. You could even add a drop down to the left to select an index first if you really just wanted the one screen.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50604#M9672</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2012-11-30T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: make indexer easy accessable</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50605#M9673</link>
      <description>&lt;P&gt;Create you own &lt;CODE&gt;flashtimeline&lt;/CODE&gt; and include the indexes as a dropdown...&lt;/P&gt;

&lt;P&gt;This would allow to have a free text box for the search string, and then have a dropdown that includes a list of indexes that users can search on.&lt;/P&gt;

&lt;P&gt;Perhaps a bit "radical" but hey-ho...&lt;/P&gt;

&lt;P&gt;Good starting points:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch"&gt;http://docs.splunk.com/Documentation/Splunk/5.0/AdvancedDev/AdvancedSearch&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Just an idea, but hope it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 17:34:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/make-indexer-easy-accessable/m-p/50605#M9673</guid>
      <dc:creator>MHibbin</dc:creator>
      <dc:date>2012-11-30T17:34:53Z</dc:date>
    </item>
  </channel>
</rss>

