Skip to content

Instantly share code, notes, and snippets.

@jidckii
Last active October 1, 2021 08:33
Show Gist options
  • Save jidckii/cc86d468f7febbca786c1f5b5d87187a to your computer and use it in GitHub Desktop.
Save jidckii/cc86d468f7febbca786c1f5b5d87187a to your computer and use it in GitHub Desktop.
Graylog Extractors JSON
{
"extractors": [
{
"title": "JSON",
"extractor_type": "json",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "",
"extractor_config": {
"flatten": true,
"list_separator": ", ",
"kv_separator": ":",
"key_prefix": "",
"key_separator": "_",
"replace_key_whitespace": true,
"key_whitespace_replacement": "_"
},
"condition_type": "string",
"condition_value": "{\""
}
],
"version": "4.1.2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment