Skip to content

Commit

Permalink
Pulsar dashboard is deprecated (apache#6005)
Browse files Browse the repository at this point in the history
### Motivation
Pulsar dashboard is deprecated. Pulsar manager is the new tool to manage and monitor topics.
  • Loading branch information
Jennifer88huang-zz authored and codelipenghui committed Jan 9, 2020
1 parent baeb879 commit a4c5d5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions site2/docs/administration-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
---
id: administration-dashboard
title: The Pulsar dashboard
title: Pulsar dashboard
sidebar_label: Dashboard
---

The Pulsar dashboard is a web application that enables users to monitor current stats for all [topics](reference-terminology.md#topic) in tabular form.
> Note
> Pulsar dashboard is deprecated. If you want to manage and monitor the stats of your topics, use [Pulsar Manager](administration-pulsar-manager.md).
Pulsar dashboard is a web application that enables users to monitor current stats for all [topics](reference-terminology.md#topic) in tabular form.

The dashboard is a data collector that polls stats from all the brokers in a Pulsar instance (across multiple clusters) and stores all the information in a [PostgreSQL](https://www.postgresql.org/) database.

Expand Down Expand Up @@ -56,4 +59,4 @@ $ bin/pulsar standalone --advertised-address 1.2.3.4

### Known issues

Only Pulsar Token [authentication](security-overview.md#authentication-providers) is supported as of now.
Currently, only Pulsar Token [authentication](security-overview.md#authentication-providers) is supported.

0 comments on commit a4c5d5a

Please sign in to comment.