This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 9d9ac0f95fd Fix the path to the SystemInfoHandler at the node level.
(#4083)
9d9ac0f95fd is described below
commit 9d9ac0f95fd40bc62f8cbd65ef2cd03529db2638
Author: Eric Pugh <[email protected]>
AuthorDate: Sat Jan 31 10:39:05 2026 -0500
Fix the path to the SystemInfoHandler at the node level. (#4083)
---
.../modules/configuration-guide/pages/system-info-handler.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc
b/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc
index f4917573816..98c9acff0ae 100644
---
a/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc
+++
b/solr/solr-ref-guide/modules/configuration-guide/pages/system-info-handler.adoc
@@ -22,7 +22,7 @@ System information is available via two different URLs:
[source,bash]
----
-http://localhost:8983/solr/admin/system
+http://localhost:8983/solr/admin/info/system
----
and
@@ -49,7 +49,7 @@ An object containing information on the JVM
Information on the system.
`solr_home`::
-Solr base directory. Only available under `/solr/admin/system`.
+Solr base directory. Only available under `/solr/admin/info/system`.
`zkHost`::
Zookeeper host, when running in cloud mode.