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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

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

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...