merlimat closed pull request #3222: [doc] Improve documentation of running administration dashboard for a Pulsar standalone installation URL: https://github.com/apache/pulsar/pull/3222
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site2/docs/administration-dashboard.md b/site2/docs/administration-dashboard.md index 0c4bf9d2fd..a9a762721d 100644 --- a/site2/docs/administration-dashboard.md +++ b/site2/docs/administration-dashboard.md @@ -29,7 +29,7 @@ $ docker run -p 80:80 \ apachepulsar/pulsar-dashboard ``` -You need to specify only one service URL for a Pulsar cluster. Internally, the collector will figure out all the existing clusters and the brokers from where it needs to pull the metrics. If you're connecting the dashboard to Pulsar running in standalone mode, the URL will be `http://localhost:8080` by default. +You need to specify only one service URL for a Pulsar cluster. Internally, the collector will figure out all the existing clusters and the brokers from where it needs to pull the metrics. If you're connecting the dashboard to Pulsar running in standalone mode, the URL will be `http://<broker-ip>:8080` by default. `<broker-ip>` is the ip address or hostname of the machine running Pulsar standalone. The ip address or hostname should be accessible from the docker instance running dashboard. Once the Docker container is running, the web dashboard will be accessible via `localhost` or whichever host is being used by Docker. diff --git a/site2/website/versioned_docs/version-2.1.0-incubating/administration-dashboard.md b/site2/website/versioned_docs/version-2.1.0-incubating/administration-dashboard.md index 374e96ac6b..26339b09f2 100644 --- a/site2/website/versioned_docs/version-2.1.0-incubating/administration-dashboard.md +++ b/site2/website/versioned_docs/version-2.1.0-incubating/administration-dashboard.md @@ -30,7 +30,7 @@ $ docker run -p 80:80 \ apachepulsar/pulsar-dashboard ``` -You need to specify only one service URL for a Pulsar cluster. Internally, the collector will figure out all the existing clusters and the brokers from where it needs to pull the metrics. If you're connecting the dashboard to Pulsar running in standalone mode, the URL will be `http://localhost:8080` by default. +You need to specify only one service URL for a Pulsar cluster. Internally, the collector will figure out all the existing clusters and the brokers from where it needs to pull the metrics. If you're connecting the dashboard to Pulsar running in standalone mode, the URL will be `http://<broker-ip>:8080` by default. `<broker-ip>` is the ip address or hostname of the machine running Pulsar standalone. The ip address or hostname should be accessible from the docker instance running dashboard. Once the Docker container is running, the web dashboard will be accessible via `localhost` or whichever host is being used by Docker. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
