Dashboards & Visualizations

XPath Two Levels of Attributes

Kyle_Brandt
Path Finder

With this XML:

<serverVariables>
<item name="GATEWAY_INTERFACE">
   <value string="CGI/1.1" />
 </item>
 <item name="HTTPS">
   <value string="off" />
 </item>

How can I use the XPATH command to get key value pairs like:

GATEWAY_INTERFACE:CGI/1.1
HTTPS:off
Tags (2)
0 Karma
1 Solution

Kyle_Brandt
Path Finder

Figured it out for at least a specific field:

xpath "//item/[@name='HTTPS']/value/@string" outfield=LOATH_XML

View solution in original post

Kyle_Brandt
Path Finder

Figured it out for at least a specific field:

xpath "//item/[@name='HTTPS']/value/@string" outfield=LOATH_XML
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...