hi.
please see picture below to understand fine what i want.
how can i do it in splunk??
thank.
Hi fdi01,
in your own dashboards you can add the following option to hide either:
hideSplunkBar = "true"
hideAppBar = "true"
hideFooter = "true"
hideChrome = "true"
hideTitle = "true"
hideEdit = "true"
Hope that helps ...
cheers, MuS
In addition, you can add these to the end of a dashboard URL to hide specific items. Example:
en-US/app/search/chrometest?earliest=0&latest=&hideChrome=true&hideEdit=true
Will make it nice and sparse for a TV display.
Hi fdi01,
in your own dashboards you can add the following option to hide either:
hideSplunkBar = "true"
hideAppBar = "true"
hideFooter = "true"
hideChrome = "true"
hideTitle = "true"
hideEdit = "true"
Hope that helps ...
cheers, MuS
To easier get it done:
In dashboard view, click on button "Edit" > "Edit source" and edit the <dashboard>
section to <dashboard hideFooter="true">
. See Splunk documentation.