Skip to content

Instantly share code, notes, and snippets.

@eliocapelati
Created September 13, 2017 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eliocapelati/ec63397ad2aec4d5af730e3c0eec58bd to your computer and use it in GitHub Desktop.
Save eliocapelati/ec63397ad2aec4d5af730e3c0eec58bd to your computer and use it in GitHub Desktop.
{
"extractors": [
{
"title": "KONG_JSON",
"extractor_type": "json",
"converters": [],
"order": 0,
"cursor_strategy": "copy",
"source_field": "message",
"target_field": "",
"extractor_config": {
"list_separator": ", ",
"kv_separator": "=",
"key_prefix": "",
"key_separator": "_",
"replace_key_whitespace": false,
"key_whitespace_replacement": "_"
},
"condition_type": "none",
"condition_value": ""
}
],
"version": "2.3.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment