Splunk Search

define alignment to buttons in advanced- xml

harshal_chakran
Builder

Hi,
I have used a code in advance xml for 3 buttons

<module name="HTML" layoutPanel="panel_row3_col1">
<param name="html"><![CDATA[
<h3>KPI Configuration Section</h3>
]]></param>
<module name="Button" >
<param name="label">button1</param>
</module>
<module name="Button" >
<param name="label">button2</param>
</module>
<module name="Button" >
<param name="label">button3</param>
</module>
</module>

But is get displayed as 3 button one below another. I want to them to be horizontally aligned, one being at left, other at center and one at right end.
Can anybody please help me with this. Is this also possible via CSS?

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Add 'layoutPanel="panel_row3_col1_grp1"' to each Button module, changing the 'grp' number for each.

---
If this reply helps you, Karma would be appreciated.
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 ...