From 90d84d41b3c4165088cf730d75f9728da727ccdd Mon Sep 17 00:00:00 2001 From: soleuu Date: Fri, 29 May 2020 14:47:36 +0200 Subject: [PATCH] ref_guide - metrics reporting - small typo (#1544) --- solr/solr-ref-guide/src/metrics-reporting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/metrics-reporting.adoc b/solr/solr-ref-guide/src/metrics-reporting.adoc index c66017c6e98..b319bb23904 100644 --- a/solr/solr-ref-guide/src/metrics-reporting.adoc +++ b/solr/solr-ref-guide/src/metrics-reporting.adoc @@ -670,4 +670,4 @@ http://localhost:8983/solr/admin/metrics?regex=.*\.requests&group=core Request only "user.name" property of "system.properties" metric from registry "solr.jvm": [source,text] -http://localhost:8983/solr/admin/metrics?wt=xml?key=solr.jvm:system.properties:user.name +http://localhost:8983/solr/admin/metrics?wt=xml&key=solr.jvm:system.properties:user.name