Graylog2 / Graylog2/graylog2-server
JSON Extractor doesn't cut from field
Open
bug
P3
S3
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
The JSON extractor doesn't cut from field even if the cut option is selected.
```
{
"condition_type": "regex",
"condition_value": "(\\{.*\\})",
"converters": [],
"cursor_strategy": "cut",
"extractor_config": {
"flatten": false,
"key_separator": ".",
"list_separator": ", ",
"kv_separator": "="
},
"extractor_type": "json",
"order": 1,
"source_field": "jsonData",
"target_field": "jsonData",
"title": "json-to-fields"
}
```
Contributor guide
Assessment
This issue has not been assessed yet.