-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json keys that look like references get dereferenced #38
Comments
Similarly, input { generator { count => 1 lines => [ '{ "foo[1]": "bar" }' ] } } will cause logstash to crash
or
depending on whether you have java_execution enabled. |
I am observing the same issue that @TheVastyDeep describes. |
+1 for this headache. |
is this problem solved today ?, i meet the same problem in 7.5.5 |
can you help me show the detail?
but still hold a lot of memory |
Hi, I'm getting the same issue with my logstash. Any idea how to fix this? |
logstash -f bug.conf
Expected:
Actual:
We spotted this with log data where a query string had ref-like keys, and got the "Detected ambiguous Field Reference" warning. I was surprised that it's doing anything with this at all, and there doesn't seem to be an option to disable this behaviour - these are keys in our log data not conf for processing.
The text was updated successfully, but these errors were encountered: