We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While testing the JSON extractor, I did some changes on that and needed to export and import them.
Exporting the extractors where sucessfuly (as represented on the following code):
{ "extractors": [ { "condition_type": "none", "condition_value": "", "converters": [], "cursor_strategy": "copy", "extractor_config": { "flatten": false, "key_separator": ".", "list_separator": ", ", "kv_separator": "=" }, "extractor_type": "json", "order": 0, "source_field": "message", "target_field": "message", "title": "JSONMessage" } ], "version": "1.2.2 (91c7822)" }
But when importing this, Graylog changes the option of 'flatten' (from extractor config) to true.
The text was updated successfully, but these errors were encountered:
Duplicate of graylog-labs/graylog2-web-interface#1702.
Sorry, something went wrong.
No branches or pull requests
While testing the JSON extractor, I did some changes on that and needed to export and import them.
Exporting the extractors where sucessfuly (as represented on the following code):
But when importing this, Graylog changes the option of 'flatten' (from extractor config) to true.
The text was updated successfully, but these errors were encountered: