JSON extractor adds "." in field names of nested JSON objects #1841
Comments
@the-Pretender Thanks for reporting this. We've changed the default value for the JSON extractor in d07f06f but it seems that we forgot to update the front end part (https://github.com/Graylog2/graylog2-server/blob/2.0.0-alpha.3/graylog2-web-interface/src/components/extractors/extractors_configuration/JSONExtractorConfiguration.jsx#L27-L30). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
JSON extractor adds "." in field names of nested JSON objects. This is a problem as it is not supported by elasticsearch 2.* hence the fields are missing.
Steps to reproduce the problem
Environment
The text was updated successfully, but these errors were encountered: