Dashboards & Visualizations

Keyboard shortcut to format html and xml code in dashboard source code editor

vall
New Member

As mentioned in the subject, help me with the keyboard shortcut to format html and xml code in dashboard source code editor.

For example, I want below code to be formatted to the code as shown in "To" section:

<dashboard version="1.1">
<label>Test Dashboard</label>
<row>
<panel>
<html>
<h1>
<b>Some bold text</b>
</h1>
</html>
</panel>
</row>
</dashboard>

 

To:

<dashboard version="1.1">
	<label>Test Dashboard</label>
	<row>
		<panel>
			<html>
				<h1>
					<b>Some bold text</b>
				</h1>
			</html>
		</panel>
	</row>
</dashboard>

 

I tried using Ctrl+Shift+F but it is only formatting the XML code in the dashboard source code editor and html code in the dashboard source code editor is not getting formatted and remaining as is.

Labels (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

I don't know if there is any key combinations for this on Splunk's own edit.

But you can copy this xml file into e.g. Visual Studio Code and format it there. That also gives you to possibility to store it into git or other version control system.

r. Ismo

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...