Hi All,
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 dont external users to have access to them via url. All the dashboards developed are converted in to HTML , so when an 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 dont them to expose to users , can we hide them ??
Eg::
http://localhost:8080/en-GB/app/custom_app/Data_Report?form.field1=TotalPrice&form.field2=*&form.report_date_uk=09%2F02%2F2016&form.report_date=02%2F09%2F2016&earliest=0&latest=&form.field5=cost%20%28%C2%A3%29&form.field6=0
here the values field1,report_date_uk,report_date are used in the dashboard.
Can we hide them to be displayed in the url ?? and passed them in "Post" process i.e in hidden way.
As we the method="post/get" attribute in html forms , can we add them to splunk dashboards/forms ??
thanks
Rakesh.
↧