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
So basically it would parse incoming string "elisa, 24405" into name: "elisa", number: "24405". This used to work in previous Elastic versions (somewhere from 5.x to 6.7) and broke in 7.0.
I'm not sure which exact input triggers the problem but it might be empty or nonexistent param. This then triggers org.jruby.exceptions.RuntimeError: (RuntimeError) Invalid FieldReference: 'gprs_operator[0]' which in turn causes whole logstash to exit and restart. (And after a while read the same message again, parse, crash, restart...)
I have following in a Logstash pipeline:
So basically it would parse incoming string "elisa, 24405" into name: "elisa", number: "24405". This used to work in previous Elastic versions (somewhere from 5.x to 6.7) and broke in 7.0.
I'm not sure which exact input triggers the problem but it might be empty or nonexistent param. This then triggers
org.jruby.exceptions.RuntimeError: (RuntimeError) Invalid FieldReference: 'gprs_operator[0]'
which in turn causes whole logstash to exit and restart. (And after a while read the same message again, parse, crash, restart...)Full crash log in this snippet
The text was updated successfully, but these errors were encountered: