Splunk Search

Move widgets/icons (Search, Inspect, Refresh, and Export) from bottom-right corner to top-left corner in table in Splunk Dashbaord

smusunuri
Explorer

Is there way to move "Open in Search, Inspect, Refresh, and Export" widgets in Splunk Dashboard-tables?

alt text

1 Solution

smusunuri
Explorer

Found a solution on my own. Add below css code snippet to the Simple XML, this will move widgets to the top-left corner to the table.

     <row>
         <panel depends="$alwaysHideCSS$">
           <html>
                <style>
                  .view-mode .element-footer {
                        position: absolute !important;
                        left: 108px !important;
                        top: 0px !important;
                  }
                </style>
              </html>
         </panel>
       </row>

View solution in original post

smusunuri
Explorer

Found a solution on my own. Add below css code snippet to the Simple XML, this will move widgets to the top-left corner to the table.

     <row>
         <panel depends="$alwaysHideCSS$">
           <html>
                <style>
                  .view-mode .element-footer {
                        position: absolute !important;
                        left: 108px !important;
                        top: 0px !important;
                  }
                </style>
              </html>
         </panel>
       </row>

poojak2579
Explorer

Thank you so much for this solution.
I addition to above my requirement is : 

How to remove the mouse hover of (Search, Inspect, Refresh, and Export) menu, so that it always displayed.  
Also I wish to move only Export Icon alone to the top-left

0 Karma
Get Updates on the Splunk Community!

What’s New in Splunk Cloud Platform 9.1.2308?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2308! Analysts can ...

Index This | Why do they call it hyper text?

November 2023 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

State of Splunk Careers 2023: Career Resilience and the Continued Value of Splunk

For the past three years, Splunk has partnered with Enterprise Strategy Group to conduct a survey that gauges ...