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: aws/cli-installer/README.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
1
# Observability Stack AWS CLI
2
2
3
-
Deploy the [Observability Stack](https://github.com/opensearch-project/observability-stack) on AWS managed services with a single command. Creates an OpenSearch domain, OSIS ingestion pipeline, Amazon Managed Prometheus workspace, and a fully configured OpenSearch UI with dashboards — plus an EC2 instance running demo workloads that generate telemetry out of the box.
3
+
Deploy the [Observability Stack](https://github.com/opensearch-project/observability-stack) on AWS managed services with a single command. Creates an OpenSearch domain (or serverless collection), OSIS ingestion pipeline, Amazon Managed Prometheus workspace, and a fully configured OpenSearch UI with dashboards — plus an EC2 instance running demo workloads that generate telemetry out of the box.
4
4
5
5
## Quick Start
6
6
7
+
**Managed domain (default):**
7
8
```bash
8
9
npx @opensearch-project/observability-stack
9
10
```
10
11
11
-
Takes ~15 minutes. When complete, the CLI prints a dashboard URL — open it and you're in.
-**AOS (managed domains) only** — AOSS (serverless) has blocking bugs and is not supported yet.
77
96
-**Index pattern fields need manual refresh** — After data starts flowing, go to Management → Index Patterns → select pattern → click 🔄 to pick up new fields.
78
97
-**Demo data takes 10-15 minutes** — The EC2 instance needs time to bootstrap Docker, pull images, and start sending telemetry.
79
98
-**Idempotent but not updateable** — Running twice safely no-ops, but won't update existing resources with new config.
0 commit comments