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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...