<?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: Search Bar in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673667#M55151</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263859"&gt;@michaelteck&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2024 15:54:20 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-01-09T15:54:20Z</dc:date>
    <item>
      <title>Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673647#M55145</link>
      <description>&lt;P&gt;Hello everyone and Happy New Year &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm newbie with splunk. And I try to make a full dynamique dashboard with the app Search &amp;amp; Reporting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I work on Talend's logs. I'm looking for to create a search bar for searching job directly but do not use the drop-down menus.&amp;nbsp;&lt;BR /&gt;Is there solution to make a search bar on top of the dashboard with "search" button ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks for reading me.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673647#M55145</guid>
      <dc:creator>michaelteck</dc:creator>
      <dc:date>2024-01-09T14:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673648#M55146</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263859"&gt;@michaelteck&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: you have a dashboard with some panels, in addition you want to add another panel in which user can run a search, using SPL and visualizing results in the same panel, is it correct?&lt;/P&gt;&lt;P&gt;if this is your requirement, you can create a panel with a free text input (inside the same panel.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:43:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673648#M55146</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-09T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673651#M55147</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have a dashboard. I would like to add a search bar, where a user can enter a talend's job name and launch a search with a button.&lt;BR /&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="michaelteck_0-1704811584362.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28809i9C36C0193C82DE88/image-size/medium?v=v2&amp;amp;px=400" role="button" title="michaelteck_0-1704811584362.png" alt="michaelteck_0-1704811584362.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to put it in a &amp;lt;fieldset&amp;gt; tag.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673651#M55147</guid>
      <dc:creator>michaelteck</dc:creator>
      <dc:date>2024-01-09T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673654#M55148</link>
      <description>&lt;P&gt;I think the closest you can get to emulating the vanilla Splunk search bar on a dashboard is to use a time selector input, textbox input, and submit button input. With these three inputs the user can select search time window and with the textbox insert some sort of filter criteria, whether that be a specific field value or any other sort of SPL that can be passed into a search elsewhere on the dashboard.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Default size of textbox input is pretty small so probably wouldn't work so well for full search SPL but should work out nicely for searching specific field values (e.i. fieldname=$textbox_input|s$)&lt;BR /&gt;&lt;BR /&gt;Here is an example in its simplest form.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dtburrows3_0-1704811894247.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28810iF1992A3D768AFB00/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dtburrows3_0-1704811894247.png" alt="dtburrows3_0-1704811894247.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example of SPL on a panel utilizing the textbox input from the dashboard&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=&amp;lt;index&amp;gt; sourcetype=&amp;lt;sourcetype&amp;gt; uid=$textbox_input|s$
    | stats
        count as count,
        earliest(_time) as earliest_epoch,
        latest(_time) as latest_epoch,
        values(host) as host
            by uid&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 14:56:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673654#M55148</guid>
      <dc:creator>dtburrows3</dc:creator>
      <dc:date>2024-01-09T14:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673662#M55149</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263859"&gt;@michaelteck&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As I said, you can add a text input to your inputs and use it to give a parameter to your search.&lt;/P&gt;&lt;P&gt;The sample from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263242"&gt;@dtburrows3&lt;/a&gt;&amp;nbsp;could solve your requirement.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673662#M55149</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-09T15:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673666#M55150</link>
      <description>&lt;P&gt;It works, even if I have to manage the time range.&lt;/P&gt;&lt;P&gt;Thanks a lot! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:52:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673666#M55150</guid>
      <dc:creator>michaelteck</dc:creator>
      <dc:date>2024-01-09T15:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search Bar</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673667#M55151</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/263859"&gt;@michaelteck&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 15:54:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Search-Bar/m-p/673667#M55151</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-09T15:54:20Z</dc:date>
    </item>
  </channel>
</rss>

