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
Path Finder

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!

Fueling your curiosity with new Splunk ILT and eLearning courses

At Splunk Education, we’re driven by curiosity—both ours and yours! That’s why we’re committed to delivering ...

Splunk AI Assistant for SPL 1.1.0 | Now Personalized to Your Environment for Greater ...

Splunk AI Assistant for SPL has transformed how users interact with Splunk, making it easier than ever to ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureOn Demand Now Step boldly into the AI revolution with enhanced security ...