<?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 How to create hyperlink that directs to search query on Splunk dashboard? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/540560#M152936</link>
    <description>&lt;P&gt;it should look like below 2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;search by employeeid(hyperlink)&lt;/P&gt;
&lt;P&gt;search by app(hyperlink)&lt;/P&gt;
&lt;P&gt;once clicked on above&amp;nbsp; hyperlinks it should open new search with search query&lt;/P&gt;
&lt;P&gt;index = x&amp;nbsp; | search employeeid =123&lt;/P&gt;
&lt;P&gt;index= x | search&amp;nbsp;app = abc&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;&amp;nbsp;@woodcock&lt;/P&gt;
&lt;P&gt;Please help on this. Thanks in advance&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 15:25:52 GMT</pubDate>
    <dc:creator>REACHGPRAVEEN</dc:creator>
    <dc:date>2022-04-26T15:25:52Z</dc:date>
    <item>
      <title>How to create hyperlink that directs to search query on Splunk dashboard?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/540560#M152936</link>
      <description>&lt;P&gt;it should look like below 2&amp;nbsp;&lt;/P&gt;
&lt;P&gt;search by employeeid(hyperlink)&lt;/P&gt;
&lt;P&gt;search by app(hyperlink)&lt;/P&gt;
&lt;P&gt;once clicked on above&amp;nbsp; hyperlinks it should open new search with search query&lt;/P&gt;
&lt;P&gt;index = x&amp;nbsp; | search employeeid =123&lt;/P&gt;
&lt;P&gt;index= x | search&amp;nbsp;app = abc&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;&amp;nbsp;@woodcock&lt;/P&gt;
&lt;P&gt;Please help on this. Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 15:25:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/540560#M152936</guid>
      <dc:creator>REACHGPRAVEEN</dc:creator>
      <dc:date>2022-04-26T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to create hyperlink that directs to search query on splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/540662#M152964</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231332"&gt;@REACHGPRAVEEN&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming a base URL of https://splunk:8000/en-us/app/search, i.e. the search app on your Splunk search head, you can construct basic search URLs with the earliest, latest, and q query parameters:&lt;/P&gt;&lt;P data-unlink="true"&gt;https://splunk:8000/en-US/app/search/search?earliest=-24h%40h&amp;amp;latest=now&amp;amp;q=search%20index%3Dx%20employeeid%3D123&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;https://splunk:8000/en-US/app/search/search?earliest=-24h%40h&amp;amp;latest=now&amp;amp;q=search%20index%3Dx%20app%3Dabc&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Basic URL encoding rules apply.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Feb 2021 19:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/540662#M152964</guid>
      <dc:creator>tscroggins</dc:creator>
      <dc:date>2021-02-20T19:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to create hyperlink that directs to search query on splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595346#M207201</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/49493"&gt;@tscroggins&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231332"&gt;@REACHGPRAVEEN&lt;/a&gt;&amp;nbsp;I'm facing a similar requirement. I tried appending my query to the q=search parameter as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://splunksearch.com/en-US/app/search/search? q=search index=xyz sourcetype=xyz&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, it only opens the Splunk Search window, the search query is not copy pasted in the search window.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 06:47:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595346#M207201</guid>
      <dc:creator>renoyzac</dc:creator>
      <dc:date>2022-04-26T06:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to create hyperlink that directs to search query on splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595348#M207202</link>
      <description>&lt;P&gt;The URL should be encoded e.g. spaces should be replaced by&amp;nbsp;&lt;SPAN&gt;%20&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://splunksearch.com/en-US/app/search/search?q=search%20index=xyz%20sourcetype=xyz&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 26 Apr 2022 06:55:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595348#M207202</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-04-26T06:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to create hyperlink that directs to search query on splunk dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595525#M207259</link>
      <description>&lt;P&gt;That worked. Thank you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:10:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-hyperlink-that-directs-to-search-query-on-Splunk/m-p/595525#M207259</guid>
      <dc:creator>renoyzac</dc:creator>
      <dc:date>2022-04-27T07:10:30Z</dc:date>
    </item>
  </channel>
</rss>

