<?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 Field values are visible in URL. How can we hide them? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273672#M17288</link>
    <description>&lt;P&gt;Hi if you use html dashboard toi can try kv store element To hide params on url. &lt;/P&gt;</description>
    <pubDate>Mon, 15 Feb 2016 13:28:03 GMT</pubDate>
    <dc:creator>sfatnass</dc:creator>
    <dc:date>2016-02-15T13:28:03Z</dc:date>
    <item>
      <title>Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273667#M17283</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I was using SPLUNK version 6.2.2 for deploying dashboards to our project internal security team. The data which we are gonna expose in Splunk is very critical and we don't want external users to have access to them via url.  All the dashboards developed are converted to HTML, so when a dashboard loads, the field values used in the dashboard form are passed in the browser url and those are clearly visible to the users. I don't want to expose this field values to users, so how can we hide them?&lt;/P&gt;

&lt;P&gt;Eg:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;http://localhost:8080/en-GB/app/custom_app/Data_Report?form.field1=TotalPrice&amp;amp;form.field2=*&amp;amp;form.report_date_uk=09%2F02%2F2016&amp;amp;form.report_date=02%2F09%2F2016&amp;amp;earliest=0&amp;amp;latest=&amp;amp;form.field5=cost%20%28%C2%A3%29&amp;amp;form.field6=0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Here the values field1, report_date_uk, and report_date are used in the dashboard.&lt;/P&gt;

&lt;P&gt;Can we hide them from being displayed in the URL and pass them in "Post" process i.e in a hidden way?&lt;/P&gt;

&lt;P&gt;As we use the method="post/get" attribute in html forms, can we add them to Splunk dashboards/forms?&lt;/P&gt;

&lt;P&gt;thanks&lt;BR /&gt;
Rakesh.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:41:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273667#M17283</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2020-09-29T08:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273668#M17284</link>
      <description>&lt;P&gt;Not that I know of. You have a couple different options for your use case though:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Embedded reports (hosted outside of Splunk)&lt;/LI&gt;
&lt;LI&gt;Create a new role, add a search filter inside the role, limit indexes, capabilities, etc. and restrict the role to one app with just the view you want them to have access to&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 09 Feb 2016 19:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273668#M17284</guid>
      <dc:creator>masonmorales</dc:creator>
      <dc:date>2016-02-09T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273669#M17285</link>
      <description>&lt;P&gt;Hi masonmorales,&lt;/P&gt;

&lt;P&gt;thanks for your reply.. &lt;/P&gt;

&lt;P&gt;its not about roles etc. we have restricted the access with roles etc . we dont have the field values to be passed in visible mode to the end user. can we do something about this ?? this is raised against our application in pen testing....&lt;/P&gt;

&lt;P&gt;thanks,&lt;BR /&gt;
rakesh.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 08:11:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273669#M17285</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-02-10T08:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273670#M17286</link>
      <description>&lt;P&gt;The pen testers should not be worried about this - there is no additional information in the URI (like session tokens etc) that is not in the requested resource. If you're really worried about it put a reverse proxy in front of splunk and rewrite the urls. &lt;/P&gt;

&lt;P&gt;As @masonmorales said if you properly create your roles then the users cannot run any seraches they're not supposed to. &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 10:14:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273670#M17286</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2016-02-10T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273671#M17287</link>
      <description>&lt;P&gt;Yes jplumsdaine22,&lt;/P&gt;

&lt;P&gt;I agree to your point. its a concern raised by our pen testers to launch the product. I have raised a case to splunk support team and get to know they are gonna raise an Enchancement request for the same.&lt;/P&gt;

&lt;P&gt;thanks,&lt;BR /&gt;
Rakesh.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 12:47:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273671#M17287</guid>
      <dc:creator>rakesh_498115</dc:creator>
      <dc:date>2016-02-15T12:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Field values are visible in URL. How can we hide them?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273672#M17288</link>
      <description>&lt;P&gt;Hi if you use html dashboard toi can try kv store element To hide params on url. &lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 13:28:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Field-values-are-visible-in-URL-How-can-we-hide-them/m-p/273672#M17288</guid>
      <dc:creator>sfatnass</dc:creator>
      <dc:date>2016-02-15T13:28:03Z</dc:date>
    </item>
  </channel>
</rss>

