Hello, after researching a lot of information I still can not recorgnise how to solve this problem.
I have an xml file added to splunk, and I've extracted fields through KV_MODE = xml.
<result name="MISCONF_STATUS.SUCCESS"><![CDATA[154]]></result>
<result name="MISCONF_RISK.HIGH"><![CDATA[39]]></result>
<result name="MISCONF_ALL"><![CDATA[606]]></result>
So I have two fields here: result{@name} and result. the second is CDATA value. But the problem is they are not connected between eachother.
how to define that MISCONF_STATUS.SUCCESS = 154? And so on.
I tried to make a chart using this two fields, but it is not working at all.
... View more