Graylog2 / Graylog2/graylog2-server
Enhanced math operations in widget metrics
Open
feature
search
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What?
A feature request to the awesome Graylog team to enhance available math operations in widget matrics.
For example, allow the user to use the following as a metric in the widgets :
- sum(field1)/60
- sum(sum(field1), sum(field2))
- (sum(field1) * 60) + sum(field2)
## Why?
Example scenario: calculate total minutes in a widget, based on "hours" and "minutes" fields.
Contributor guide
Assessment
This issue has not been assessed yet.