From 1e2c8c614fa558b03412c88a85750cf70cea9286 Mon Sep 17 00:00:00 2001 From: April M <36110273+aimurphy@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:52:44 -0700 Subject: [PATCH] luna name change --- local-preview-playbook.yml | 3 --- modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/local-preview-playbook.yml b/local-preview-playbook.yml index 69689d4..6530860 100644 --- a/local-preview-playbook.yml +++ b/local-preview-playbook.yml @@ -221,9 +221,6 @@ asciidoc: cr-short: 'CR' crd: 'custom resource definition (CRD)' crd-short: 'CRD' - # Custom attributes only used in ragstack-ai - astra_db: 'Astra DB' - astra_ui: 'Astra Portal' # Antora Atlas primary-site-url: https://docs.datastax.com/en primary-site-manifest-url: https://docs.datastax.com/en/site-manifest.json diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 6179ca2..74346b4 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -75,7 +75,7 @@ In addition to the required components, you might want to include some *optional * https://pulsar.apache.org/docs/functions-worker-run-separately/[Dedicated functions worker(s)] - You can optionally run dedicated function workers in a {pulsar-short} cluster. * xref:luna-streaming:components:admin-console-tutorial.adoc[{pulsar-short} AdminConsole] - This is an optional web-based admin console for managing {pulsar-short} clusters. * xref:luna-streaming:components:heartbeat-vm.adoc[{pulsar-short} Heartbeat] - This is an optional component that monitors the health of {pulsar-short} cluster and emits metrics about the cluster that are helpful for observing and debugging issues. -* Prometheus/Grafana/Alert manager stack - This is the default observability stack for a cluster. The Luna Helm chart includes pre-made dashboards in Grafana and pre-wires all the metrics scraping. +* Prometheus/Grafana/Alert manager stack - This is the default observability stack for a cluster. The {company} {pulsar-short} Helm chart includes pre-made dashboards in Grafana and pre-wires all the metrics scraping. To enable these optional components, set them in the Helm chart values. For example, to enable the {pulsar-short} Admin Console in your {pulsar-stack} deployment, add the following configuration to your https://github.com/datastax/kaap/blob/main/helm/kaap-stack/values.yaml#L25[values.yaml] file: [source,yaml]