graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Dashboard Quick Values Truncated in Widget #1715

Closed zachsis closed 8 years ago

zachsis commented 8 years ago

Hi, When we use the Quick values as a dashboard widget, it displays only 50 items in the value the rest of the unique events are not shown. When the search query is changed to ignoring few patterns of the current values, we get to see new events that were truncated from the dashboard. Does the Widget have limitations to display a maximum of 50 entries or is there a setting to increase this threshold?

Thanks, Zach

We are running graylog-web-interface v1.2.1

edmundoa commented 8 years ago

Hi,

There is a hard limit on the number of elements returned by the quick values widget, as it is a pretty expensive operation (specially when there are many logs or values for that field). At the moment there is no setting to increase the threshold, the limit is in the code, as you can see in: https://github.com/Graylog2/graylog2-server/blob/1.2/graylog2-server/src/main/java/org/graylog2/dashboards/widgets/QuickvaluesWidget.java#L91

We use Github for bug tracking, kindly ask in our mailing list or #graylog on Freenode for further questions about this.

edmundoa commented 8 years ago

As I saw more people are asking for this, I added a feature request on the server, please feel free to add any related comments in there: https://github.com/Graylog2/graylog2-server/issues/1684