Graylog2 / Graylog2/graylog2-server

JSON Extractor doesn't cut from field

Open
#1,564 4 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.