diff --git a/antora.yml b/antora.yml index 120b32c..00f793e 100644 --- a/antora.yml +++ b/antora.yml @@ -1,6 +1,5 @@ name: luna-streaming title: Luna Streaming Documentation -version: '2.10_2.x' start_page: index.adoc asciidoc: diff --git a/modules/components/pages/admin-console-vm.adoc b/modules/components/pages/admin-console-vm.adoc index f6d966a..4ad99b2 100644 --- a/modules/components/pages/admin-console-vm.adoc +++ b/modules/components/pages/admin-console-vm.adoc @@ -52,7 +52,7 @@ cd pulsar-admin-console-{admin-console-version}/server npm start ---- -. Open the Admin Console at `http://localhost:6454`. +. Open the Admin Console at \`http://localhost:6454`. Port 6454 is specified in `pulsar-admin-console/config/default.json`. To change the default Admin Console configuration, see <> below. @@ -88,8 +88,8 @@ These values can be modified in the JSON configuration file. | cluster_name | standalone | Name of Pulsar cluster connecting to. The cluster name can be retrieved with the CLI command `pulsar-admin clusters list`. | functions_disabled | false | If functions are not enabled in the cluster, disable the function sections (Functions, Sinks, Sources). | grafana_url | | If `render_monitoring_tab` is enabled, URL for Grafana. -| host_overrides.http | http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy. -| host_overrides.pulsar | http://localhost:6650 | URL to display in console to connect to Pulsar. +| host_overrides.http | \http://localhost:8964 | URL to display in console to connect to Pulsar Beam HTTP proxy. +| host_overrides.pulsar | \http://localhost:6650 | URL to display in console to connect to Pulsar. | host_overrides.ws | //localhost:8080 | URL to display in console to connect to WebSocket proxy. | notice_text | | Custom notice to appear at top of console. | oauth_client_id || This is the client ID that the console will use when authenticating with authentication provider. @@ -98,7 +98,7 @@ These values can be modified in the JSON configuration file. | 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. | server_config.log_level | info | Log level for the console server. | server_config.port | 6454 | The listen port for the console server. -| 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. +| 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. | server_config.ssl.ca_path | | Path to the CA certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set. | server_config.ssl.cert_path | | Path to the server certificate. To enable HTTPS, `ca_path`, `cert_path`, and `key_path` must all be set. | server_config.ssl.hostname_validation | | Verify hostname matches the TLS certificate. diff --git a/modules/components/pages/pulsar-sql.adoc b/modules/components/pages/pulsar-sql.adoc index 51db180..9dfaf39 100644 --- a/modules/components/pages/pulsar-sql.adoc +++ b/modules/components/pages/pulsar-sql.adoc @@ -44,7 +44,7 @@ include::partial$port-forward-web-service.adoc[] == Confirm Presto is available -. In a browser, navigate to http://localhost:8090[http://localhost:8090^]. + +. In a browser, navigate to \http://localhost:8090. + You will be greeted by Presto’s login. + image::presto-sql-login.png[Presto SQL login] diff --git a/modules/install-upgrade/pages/quickstart-helm-installs.adoc b/modules/install-upgrade/pages/quickstart-helm-installs.adoc index 8c80437..50e4c42 100644 --- a/modules/install-upgrade/pages/quickstart-helm-installs.adoc +++ b/modules/install-upgrade/pages/quickstart-helm-installs.adoc @@ -255,7 +255,7 @@ Once all the pods are running, you can access the Pulsar Admin Console by forwar `kubectl port-forward $(kubectl get pods -l component=adminconsole -o jsonpath='{.items[0].metadata.name}') 8080:80` -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). +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). === Access the Pulsar cluster on localhost