@niketnilay thanks again for your feedback
I read all the option of your post, expecially the one mentioned at point 5.
We designed a javascript, placing it in $SPLUNK_HOME$/etc/apps//appserver/static, with a searchmanager that inquiry a lookup table where is defined what the user can view. Suppose admin will not have any limitation, but a simple user will not have to see the edit button. In the table the column hideEditButton will be equal to true for that user, so that then in the javascript we will hide the edit button (using jQuery having selected the edit button from the DOM).
Our Splunk instance has several applications (Search & Reporting, ITSI etc..), so we are looking for a place where we can put our javascript in order it will be always executed, not only embedded in the dashboards, in order to customize the view, based on our needs, for each application.
One root folder for each app would be enought (that would mean one javsacript deployed for Search & reporting, one javascript for ITSI, etc..).
Do you know if this is feasible?
Thanks a lot,
Edoardo
... View more