Hello,
For most of our eventdata tables and dashboards, the values go for off the panel on the right hand side. The tables are also quite long too, which means you have to scroll down using the scrollbar on ie/firefox, then use the scrollbar along on the panel inside.
Would there be a way to move the bottom scrollbar to part of ie/firefox like the side scrollbar? It would be nice to scroll to the right, without having to scroll down first?
Thanks! Hazel
HI ,
i am getting error When i add the " " in my XML Code .
Please help to resolve this .
regards,
Janakiraman
The below works for Firefox:
Add the following .css file, e.g in $SPLUNK_HOME/etc/apps/search/appserver/static/fullscroll.css
div.oneColRow div.layoutCell { width: auto; min-width: 100%; }
Set your Dashboard to use the CSS file by adding it to the xml, e.g
<view template=”dashboard.html” stylesheet=”fullscroll.css”> ...
</view>
Restart splunk web
Note: If like me, you have a simple dashboard, you can use this link to get the advanced dashboard code for it, to which you can then add the extension
http://localhost:8000/en-US/app/<app_name>/<dashboard_name>?showsource=true
Hi ,
i am gettng error when i add "" in my XML code .
can you guide me where i need add this code .
regards ,
Janakiraman
Hi @Janakiramanmani ·,
can you provide your xml so that I can guide you ....
Hi - the xml is too big to add it as a comment and if I put it in the main section it tries to interpret the "<". Any idea how I can escape that?
Can you paste in your XML here? The CSS additions are dependent on your specific view configuration.
Just an update to this. I used the 'width' setting on my xml module FlashChart to extend the panel, which adds in a scrollbar, but it only extends my panel, not the whole dashboard. Any ideas how to change the width of the whole dashboard?