You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/components/pages/admin-console-vm.adoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ cd pulsar-admin-console-{admin-console-version}/server
54
54
npm start
55
55
----
56
56
57
-
. Open the Admin Console at `http://localhost:6454`.
57
+
. Open the Admin Console at \`http://localhost:6454`.
58
58
59
59
Port 6454 is specified in `pulsar-admin-console/config/default.json`. To change the default Admin Console configuration, see <<configuration,*Configuration*>> below.
60
60
@@ -90,8 +90,8 @@ These values can be modified in the JSON configuration file.
90
90
| cluster_name | standalone | Name of Pulsar cluster connecting to. The cluster name can be retrieved with the CLI command `pulsar-admin clusters list`.
91
91
| functions_disabled | false | If functions are not enabled in the cluster, disable the function sections (Functions, Sinks, Sources).
92
92
| grafana_url | | If `render_monitoring_tab` is enabled, URL for Grafana.
93
-
| host_overrides.http | http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
94
-
| host_overrides.pulsar | http://localhost:6650 | URL to display in console to connect to Pulsar.
93
+
| host_overrides.http | \http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy.
94
+
| host_overrides.pulsar | \http://localhost:6650 | URL to display in console to connect to Pulsar.
95
95
| host_overrides.ws | //localhost:8080 | URL to display in console to connect to WebSocket proxy.
96
96
| notice_text | | Custom notice to appear at top of console.
97
97
| oauth_client_id || This is the client ID that the console will use when authenticating with authentication provider.
@@ -100,7 +100,7 @@ These values can be modified in the JSON configuration file.
100
100
| server_config.admin_token | | When using `user` or `k8s` auth mode, a Pulsar token is used to connect to the Pulsar cluster. This specifies the token as a string. For full access, a superuser token is recommended. The `token_path` setting will override this value if present.
101
101
| server_config.log_level | info | Log level for the console server.
102
102
| server_config.port | 6454 | The listen port for the console server.
103
-
| server_config.pulsar_url | http://localhost:8080 | URL for connecting to the Pulsar cluster. Should point to either a broker or Pulsar proxy. The console server must be able to reach this URL.
103
+
| server_config.pulsar_url | \http://localhost:8080 | URL for connecting to the Pulsar cluster. Should point to either a broker or Pulsar proxy. The console server must be able to reach this URL.
104
104
| server_config.ssl.ca_path | | Path to the CA certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
105
105
| server_config.ssl.cert_path | | Path to the server certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set.
106
106
| server_config.ssl.hostname_validation | | Verify hostname matches the TLS certificate.
Copy file name to clipboardexpand all lines: modules/install-upgrade/pages/quickstart-helm-installs.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -257,7 +257,7 @@ Once all the pods are running, you can access the Pulsar Admin Console by forwar
257
257
258
258
`kubectl port-forward $(kubectl get pods -l component=adminconsole -o jsonpath='{.items[0].metadata.name}') 8080:80`
259
259
260
-
Now open a browser to http://localhost:8080. In the Pulsar Admin Console, you can test your Pulsar setup using the built-in clients (Test Clients in the left-hand menu).
260
+
Now open a browser to \http://localhost:8080. In the Pulsar Admin Console, you can test your Pulsar setup using the built-in clients (Test Clients in the left-hand menu).
0 commit comments