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
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ New Global System Configuration
43
43
44
44
Supported Graylog Versions
45
45
-----------
46
-
* Version 3.0.0 was tested and is compatible with Graylog version 2.3.0 and above.
46
+
* Version 3.0.1 was tested and is compatible with Graylog version 2.3.0 and above.
47
47
* Version 2.1.0 was tested and is compatible with Graylog versions 2.2.1, 2.2.2, and 2.2.3.
48
48
* Version 1.0.0 was tested and is compatible with Graylog version 2.1.3.
49
49
@@ -73,37 +73,40 @@ Way Ahead - Version 3.1.0
73
73
-----------
74
74
* Add additional Default Configuration options (show table, show pie chart, links, exclude query button)
75
75
* Add ability to Turn Off links and/or exclude from Query buttons for each individual widget in the Widget Configuration.
76
-
76
+
* Add debug configuration option to enable console messaging in order to help in troubleshooting issues with the plugin.
77
+
77
78
Development
78
79
-----------
79
80
You can improve your development experience for the web interface part of your plugin dramatically by making use of hot reloading.
80
81
81
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))
0 commit comments