You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I would like to request the functionality to allow extraction XML content from inside a CDATA Tag in XML, currently the CDATA tags are also included in the output.
If an XPath is queried with the config below under Logstash Config, and URL Tag data below, the output data will include the CDATA Tags like this
URL Tag
<URL><![CDATA[http://dadom.com/wp-admin/]]></URL>
Hi Team,
I would like to request the functionality to allow extraction XML content from inside a CDATA Tag in XML, currently the CDATA tags are also included in the output.
If an XPath is queried with the config below under Logstash Config, and URL Tag data below, the output data will include the CDATA Tags like this
URL Tag
<URL><![CDATA[http://dadom.com/wp-admin/]]></URL>
Logstash Config
xpath => [ "/Book/Book/BookDetails/URL/text()", "destination-field" ]
Thanks in advance.
The text was updated successfully, but these errors were encountered: