Skip to content

Commit f6d343a

Browse files
committed
Updated README more
1 parent 7f18a85 commit f6d343a

File tree

1 file changed

+12
-22
lines changed

1 file changed

+12
-22
lines changed

README.md

Lines changed: 12 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,22 @@ In version 2.1.0, an options menu was introduced to help control the sort order,
2020

2121
![alt text](http://i.imgur.com/TsZQxil.png "Example of Options Menu")
2222

23-
**Options Menu Caveat**
23+
Options Menu Caveat
24+
-----------
25+
2426
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.
2527

2628
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.
2729

2830
If you want a true ascending query, simply add the visualization as a dashboard. The widget code does obtain the *TRUE* ascending order query.
2931

30-
**Required Graylog versions:**
32+
Required Graylog Versions
33+
-----------
3134
* Version 1.0.0 was tested and is compatible with Graylog version 2.1.3.
3235
* Version 2.1.0 was tested and is compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3
3336

3437
Please file a bug report providing as much detail as possible if you find that the plugin is not working.
3538

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-
4239
Installation
4340
------------
4441
[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.
4845

4946
Restart `graylog-server` and you are done.
5047

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+
5154
Development
5255
-----------
5356
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.
108111
* Run `mvn package` to build a JAR file.
109112
* Optional: Run `mvn jdeb:jdeb` and `mvn rpm:rpm` to create a DEB and RPM package respectively.
110113
* 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.
114+
* Restart the Graylog.

0 commit comments

Comments
 (0)