Graylog2 / Graylog2/graylog2-server

Not able to chart a field with partly non-numerical type(s)

Open
#7,507 0 comments 0 reactions 0 assignees View on GitHub
improvement search
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

When a field is of a numeric type in parts of the indices of the current timerange and of non-numeric type in the rest, a compound type is generated and several actions are disabled, e.g. charting the field/generating a line chart of the field's values over time.

This might be improvable, e.g. by:

* In case of an operation being performed on a field with mixed numeric/non-numeric types in the set of indices, filter out indices where the field is non-numeric and perform the operation on the remaining ones
* results in gaps in e.g. the resulting chart
* try to convert values on the fly, e.g. by employing painless

Refs #6317.

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.