Logstash: XML to JSON output from array to string Logstash: XML to JSON output from array to string json json

Logstash: XML to JSON output from array to string


I figured it out. Here is the solution.

replace => [ "[SubmitTestResult][TestResult][0][CreatedBy]", "%{[SubmitTestResult][TestResult][0][CreatedBy]}" ]