You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The QuickValuesPlus Widget is an enhancement to the Quick Values Widget that ships with GrayLog2. The QuickValuesPlus Widget can be added to a Stream as a Field Analyzer and to Dashboards as a widget.
7
-
8
-
Several **NEW** features have been added to version 3.0.0 (See below). Version 3.0.0 is only compatible with Graylog 2.3.0 and above.
6
+
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.
9
7
8
+
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).
10
9
11
10
Field Analyzer Features
12
11
-----------
13
12
- "Customize" menu supports modifying the Sort Order (Ascending or Descending), Table Size and number of Top Values displayed by the widget.
14
13
- Exclude from search button - Add negated search directly to the Search Bar (E.g. !field_name:foo).
14
+
-**New in 3.1** - Can prevent Add to Search/Remove from search buttons via global configuration.
- Can now customize the field name used by the widget (Requires dashboard edit permissions)
32
-
31
+
- Can customize the field name used by the widget (Requires dashboard edit permissions)
32
+
-**New in 3.1** Can now control display of term hyperlinks, remove from query, open term in new window buttons in dashboards.
33
33
34
-
*NEW - Version 3 Editable Field Name*
35
-

36
-
37
-
New Global System Configuration
34
+
Global System Configuration
38
35
-----------
39
-
- Can now Customize the Quick Values Plus default values in the System/Configuration page.
40
-
41
-
*NEW - Version 3 Globally Configurable Default Values*
42
-

36
+
Customize the default display values in the System/Configuration page.
37
+
- Pie Chart
38
+
- Add to Search Bar button
39
+
- Remove from Search Bar button
40
+
- Term Hyperlinks (Dashboards)
41
+
- Exclude From Search Button (Dashboards)
42
+
- Open Term Search in New Window Button (Dashboards)
43
43
44
44
Supported Graylog Versions
45
45
-----------
46
-
* Version 3.0.1 was tested and is compatible with Graylog version 2.3.0 and above.
47
-
* Version 2.1.0 was tested and is compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3.
48
-
* Version 1.0.0 was tested and is compatible with Graylog version 2.1.3.
46
+
***Not currently compatible with Graylog 2.4.0 - *coming soon!***
47
+
* Version 3.1.0 - Tested and compatible with Graylog version 2.3 - not currently compatible with 2.4.0.
48
+
* Version 2.1.0 - Tested and compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3.
49
+
* Version 1.0.0 - Tested and compatible with Graylog version 2.1.3.
49
50
51
+
Installation
52
+
------------
53
+
*[Download the plugin](https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget/releases/)
54
+
and place the `.jar` file in your Graylog plugin directory. The plugin directory is the `plugins/` folder relative from your `graylog-server` directory by default and can be configured in your `graylog.conf` file.
55
+
* Restart `graylog-server`.
56
+
* In your web browser, force refresh (Ctrl + F5) a couple of times or clear your cache.
57
+
50
58
Features and Bugs
51
59
-----------
52
60
If you come across a bug, require further assistance, or have a great feature request, please file an [Issue](https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget/issues) providing as much detail as possible.
53
61
54
-
Contributions to the code-base are greatly appreciated.
62
+
Contributions to the code-base are greatly appreciated!
63
+
64
+
Way Ahead - Version 4.0.0
65
+
-----------
66
+
* Update codebase to work with Graylog 2.4.0
55
67
56
68
Related Graylog Issues
57
69
-----------
58
-
The following are Graylog issues that the QuickValuesPlus widget currently attempts to resolve.
70
+
The following are Graylog issues that the QuickValuesPlus widget attempts to resolve.
*[#1684](https://github.com/Graylog2/graylog2-server/issues/1684) - Make number of terms in quick values widget configurable
62
74
*[#3694](https://github.com/Graylog2/graylog2-server/issues/3694) - Add hyperlinks to "Quick Values" dashboard widgets
63
75
*[#3394](https://github.com/Graylog2/graylog2-server/issues/3394) - Widgets has no way to edit all properties after creation
64
-
65
-
Installation
66
-
------------
67
-
[Download the plugin](https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget/releases/)
68
-
and place the `.jar` file in your Graylog plugin directory. The plugin directory is the `plugins/` folder relative from your `graylog-server` directory by default and can be configured in your `graylog.conf` file.
69
-
70
-
Restart `graylog-server` and you are done.
71
-
72
-
Way Ahead - Version 3.1.0
73
-
-----------
74
-
* Add additional Default Configuration options (show table, show pie chart, links, exclude query button)
75
-
* Add ability to Turn Off links and/or exclude from Query buttons for each individual widget in the Widget Configuration.
76
-
* Add debug configuration option to enable console messaging in order to help in troubleshooting issues with the plugin.
77
76
78
77
Development
79
78
-----------
80
79
You can improve your development experience for the web interface part of your plugin dramatically by making use of hot reloading.
81
80
82
-
To hot reload using Graylog 2.3.0, 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 info[HERE](https://github.com/Graylog2/graylog2-server/blob/2.3/graylog2-web-interface/webpack.combined.config.js#L11))
81
+
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 info[HERE](https://github.com/Graylog2/graylog2-server/blob/2.3/graylog2-web-interface/webpack.combined.config.js#L11))
0 commit comments