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 a fork of the GrayLog2 Quick Values Widget that ships with GrayLog2.
6
+
The QuickValuesPlus Widget is an enhanced fork of the GrayLog2 Quick Values Widget that ships with GrayLog2.
6
7
7
8
When the QuickValuesPlus Widget is added to a stream as a field analyzer it adds a "Remove from search" button. The button will negate the field in the search bar (E.g. !field_name:foo).
8
9
@@ -17,7 +18,7 @@ In addition, the QuickValuesPlus Widget has extra features when added to dashboa
17
18
18
19
**Required Graylog versions:**
19
20
* Version 1.0.0 was tested and is compatible with Graylog version 2.1.3
20
-
* Version 2.0.0 was tested and is compatible with Graylog version 2.2.1
21
+
* Version 2.0.0 was tested and is compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3
21
22
22
23
Please file a bug report providing as much detail as possible if you find that the plugin is not working.
23
24
@@ -44,9 +45,9 @@ dramatically by making use of hot reloading. To do this, do the following:
44
45
*`ln -s $YOURPLUGIN plugin/`
45
46
*`npm install && npm start`
46
47
47
-
If you run into issues with the current snapshot you can clone the 2.2.1 version of Graylog by using the following:
48
+
If you run into issues with the current snapshot you can clone the 2.2.3 version of Graylog by using the following:
**TIP** If you happen to use "[graylog-project](https://github.com/Graylog2/graylog-project)" and are having issues with the plugin compiling properly or not loading on the page, ensure your plugin's package.json has the same dependcies as "[graylog-plugin-sample](https://github.com/Graylog2/graylog-plugin-sample)". The example below has a few additional packages (crossfilter, d3, dc, deep-equal and immutable).
0 commit comments