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
+12-22Lines changed: 12 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,25 +20,22 @@ In version 2.1.0, an options menu was introduced to help control the sort order,
20
20
21
21

22
22
23
-
**Options Menu Caveat**
23
+
Options Menu Caveat
24
+
-----------
25
+
24
26
Right now, Graylog's REST API does not support a sort option for the RelativeSearch lookup on /terms. I plan on doing a Pull Request for this in the future.
25
27
26
28
With that means is that at this time we cannot obtain a "TRUE" ascending order query. The ascending order observed is actually based on a descending ordered query.
27
29
28
30
If you want a true ascending query, simply add the visualization as a dashboard. The widget code does obtain the *TRUE* ascending order query.
29
31
30
-
**Required Graylog versions:**
32
+
Required Graylog Versions
33
+
-----------
31
34
* Version 1.0.0 was tested and is compatible with Graylog version 2.1.3.
32
35
* Version 2.1.0 was tested and is compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3
33
36
34
37
Please file a bug report providing as much detail as possible if you find that the plugin is not working.
35
38
36
-
Way Ahead - Next Version(s)
37
-
-----------
38
-
* Add support to modify the field of the widget.
39
-
* Add code to make the Dropdown menu go away after a selection.
40
-
* Add a System Configuration menu to allow users to change the global defaults for sort order, top values, and table size.
41
-
42
39
Installation
43
40
------------
44
41
[Download the plugin](https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget/releases/)
@@ -48,6 +45,12 @@ and can be configured in your `graylog.conf` file.
48
45
49
46
Restart `graylog-server` and you are done.
50
47
48
+
Way Ahead - Next Version(s)
49
+
-----------
50
+
* Add support to modify the field of the widget.
51
+
* Add code to make the Dropdown menu go away after a selection.
52
+
* Add a System Configuration menu to allow users to change the global defaults for sort order, top values, and table size.
53
+
51
54
Development
52
55
-----------
53
56
You can improve your development experience for the web interface part of your plugin
@@ -108,17 +111,4 @@ This project is using Maven 3 and requires Java 8 or higher.
108
111
* Run `mvn package` to build a JAR file.
109
112
* Optional: Run `mvn jdeb:jdeb` and `mvn rpm:rpm` to create a DEB and RPM package respectively.
110
113
* Copy generated JAR file in target directory to your Graylog plugin directory.
111
-
* Restart the Graylog.
112
-
113
-
Plugin Release
114
-
--------------
115
-
116
-
We are using the maven release plugin:
117
-
118
-
```
119
-
$ mvn release:prepare
120
-
[...]
121
-
$ mvn release:perform
122
-
```
123
-
124
-
This sets the version numbers, creates a tag and pushes to GitHub. Travis CI will build the release artifacts and upload to GitHub automatically.
0 commit comments