diff --git a/changelog.html b/changelog.html index 7da7b9dbb..2ddb7aa80 100644 --- a/changelog.html +++ b/changelog.html @@ -46,7 +46,8 @@

2.4.2 -- (tbd)

2.4.1 -- December 6, 2022

diff --git a/plugin.xml b/plugin.xml index 57b13ceb5..e7ea13247 100644 --- a/plugin.xml +++ b/plugin.xml @@ -6,7 +6,7 @@ Monitors conversations and statistics of the server. Ignite Realtime ${project.version} - 2022-12-06 + 2023-03-15 4.7.0 1.8 monitoring diff --git a/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java b/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java index 315c48740..dc46feaeb 100644 --- a/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java +++ b/src/java/org/jivesoftware/openfire/plugin/MonitoringPlugin.java @@ -69,7 +69,7 @@ public class MonitoringPlugin implements Plugin, PluginListener /** * The context root of the URL under which the public web endpoints are exposed. */ - public static final String CONTEXT_ROOT = "monitoring"; + public static final String CONTEXT_ROOT = "logs"; private static final SystemProperty MOCK_VIEWER_ENABLED = SystemProperty.Builder.ofType( Boolean.class ) .setKey("stats.mock.viewer" )