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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...