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
I'm using the following /etc/logstash/conf.d/10-use.conf configuration file to run Logstash. Basically I'm trying to parse the data out of the XML: you can see the XML later in this issue, but I want to point out that I need to parse the 'test' string out of the XML. This is why I'm using the "//*:getData" XPATH expression, which works in desktop XML/XPATH editors.
The problem is that logstash just freezes, doesn't output anything in neither of the logs, doesn't accept new input strings, but just isn't working anymore. The only way to actually stop it is to .
Does anybody have any clues why that happens and what we're doing wrong? We're guessing this has something to do with the XML input filter, which is defined in the following file: /opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-filter-xml-0.1.5/lib/logstash/filters/xml.rb.
The text was updated successfully, but these errors were encountered:
I'm using the following /etc/logstash/conf.d/10-use.conf configuration file to run Logstash. Basically I'm trying to parse the data out of the XML: you can see the XML later in this issue, but I want to point out that I need to parse the 'test' string out of the XML. This is why I'm using the "//*:getData" XPATH expression, which works in desktop XML/XPATH editors.
Then we run logstash as:
We copy a sample XML into the stdin:
The problem is that logstash just freezes, doesn't output anything in neither of the logs, doesn't accept new input strings, but just isn't working anymore. The only way to actually stop it is to .
Does anybody have any clues why that happens and what we're doing wrong? We're guessing this has something to do with the XML input filter, which is defined in the following file: /opt/logstash/vendor/bundle/jruby/1.9/gems/logstash-filter-xml-0.1.5/lib/logstash/filters/xml.rb.
The text was updated successfully, but these errors were encountered: