Dashboards & Visualizations

Can I import the contents into an html tag data in any way in Simplexml?

kedjjang
Path Finder

hello,

=================================== Simplexml ===================================
<[[form]>
<[[label]>Title/[/label]
<[fieldset submitButton="false"]>
<[html]>
<[style type="text/css"]>
.single-value .single-result {
font-size: 45px;
}
<[/style]>
<[/html]>
<[input type="time" token="time_ok1" searchWhenChanged="true"]>
<[label]><[/label]>
<[default]>
<[earliest]>@d<[/earliest]>
<[latest]>now<[/latest]>
<[/default]>
<[/input]>
<[/fieldset]>
<[row]>
<[html id="element1"]>

<[ul class="lst"]>

<[li class="bx"]>
<[dl]>
<[dt]>dataInput1<[/dt]>
<[dd]>search<[/dd]> <<<<< I want to put the data in the tags using the search statement.(SingleValue)
<[/dl]>
<[/li]>

<[/html]>
<[/row]>

Which should I approach?

Tags (3)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

This may be possible using the Custom Token example from the Splunk 6 Dashboard Examples App available at https://splunkbase.splunk.com/app/1603/

Once installed, go to http://your_host:8000/en-US/app/simple_xml_examples/custom_app_token and see if you can adapt this to your case.

woodcock
Esteemed Legend

You need the xmlkv command like this:

... | xmlkv

http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/Xmlkv

0 Karma
Get Updates on the Splunk Community!

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

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 ...