billmurrin / graylog-plugin-quickvaluesplus-widget

GrayLog2 QuickValuesPlus Widget
GNU General Public License v3.0
22 stars 3 forks source link
dashboard field-analyzer graylog graylog-plugin plugin quickvaluesplus-widget widget

QuickValuesPlus Widget Plugin for Graylog2

Github Downloads GitHub Release Build Status

The QuickValuesPlus Widget is an enhancement to the original Quick Values Widget that shipped with GrayLog2. It can be added to a Stream as a Field Analyzer and to Dashboards as a widget.

Several NEW features have been added to version 3.1.0 (See below). Version 3.1.0 is only compatible with Graylog 2.3 (not 2.4 yet).

Field Analyzer Features

Field Analyzer Features alt text

Dashboard Features

Customize your dashboards alt text

Dashboard Configuration Feature

Global System Configuration

Customize the default display values in the System/Configuration page.

Supported Graylog Versions

Installation

Features and Bugs

If you come across a bug, require further assistance, or have a great feature request, please file an Issue providing as much detail as possible.

Contributions to the code-base are greatly appreciated!

Way Ahead - Version 4.0.0

Related Graylog Issues

The following are Graylog issues that the QuickValuesPlus widget attempts to resolve.

Development

You can improve your development experience for the web interface part of your plugin dramatically by making use of hot reloading.

To hot reload using Graylog 2.3, your plugin directory should be located two directories above your graylog2-web-server directory (../../) and the folder name of your plugin should be begin with graylog-plugin (More infoHERE)

Hot-loading setup with the plugin.
Building the plugin.