Dashboards & Visualizations

In a Splunk dashboard, how do you keep a horizontal line between checkboxes?

sagar1992
Explorer

HI Team,

I would like to have a horizontal line between 2 groups (All reports and individual reports). Is there an HTML like a tag present in dashboard. Screenshotalt text below

Regards,
Sagar

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi sagar1992,
are you speaking about a line between inputs or between panels?
If you're speaking between panels, you could insert an html element containing a line between them or modify CSS.
In the other case, I don't think that it's possible to insert a line between inputs except modifying the CSS.

Probably CSS is the only way to do what you want.

Bye.
Giuseppe

View solution in original post

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi sagar1992,
are you speaking about a line between inputs or between panels?
If you're speaking between panels, you could insert an html element containing a line between them or modify CSS.
In the other case, I don't think that it's possible to insert a line between inputs except modifying the CSS.

Probably CSS is the only way to do what you want.

Bye.
Giuseppe

0 Karma

sagar1992
Explorer

Thanks.

later discovered that we can use HTML tags as well. added below simple tags.

  <hr style="border: 2px solid black;" />
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...