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
Copy file name to clipboardExpand all lines: README.md
+40-27Lines changed: 40 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,23 @@
4
4
5
5
The QuickValuesPlus Widget is a fork of the GrayLog2 Quick Values Widget that ships with GrayLog2.
6
6
7
-
When the QuickValuesPlus Widget is added to a stream as a field analyzer it adds a "Remove from search" column. The button will negate the field in the search bar (E.g. !field_name:foo).
7
+
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
8
9
-
In addition, the QuickValuesPlus Widget has extra features when added to a dashboard such as:
9
+

10
+
11
+
In addition, the QuickValuesPlus Widget has extra features when added to dashboards, such as:
10
12
* Support for **ascending** OR **descending** sort order in the datatable. Can now obtain true bottom values.
11
13
* Editable number of Top/Bottom values (Quick Values default is 5). This is the one with a color in the table.
12
14
* Customizable table size (Quick values default is 50).
13
15
14
-
**Required Graylog version:** 2.0 and later
16
+

17
+
18
+
**Required Graylog version:** 2.2 and later
15
19
16
-
The JAR was tested in GrayLog 2.1.3, but should hopefully work in others. Please file a bug report if not.
20
+
Version 1.0.0 was tested and is compatible with Graylog version 2.1.3
21
+
Version 2.0.0 was tested and is compatible with Graylog version 2.2.1
22
+
23
+
Please file a bug report providing as much detail as possible if you find that the plugin is not working.
17
24
18
25
Way Ahead (Next Version)
19
26
-----------
@@ -38,34 +45,40 @@ dramatically by making use of hot reloading. To do this, do the following:
38
45
*`ln -s $YOURPLUGIN plugin/`
39
46
*`npm install && npm start`
40
47
41
-
If you run into issues with the current snapshot you can clone the 2.1.3 version of Graylog by using the following:
48
+
If you run into issues with the current snapshot you can clone the 2.2.1 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