Skip to content

Commit 4f45cc3

Browse files
committed
docker-cmd changes + logs and metrics page view image updates
1 parent 8d3195b commit 4f45cc3

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

docs/features/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OpenObserve provides powerful log management capabilities for collecting, storin
66

77
Logs in OpenObserve offer comprehensive observability into your system's behavior, allowing you to track events, debug issues, and monitor application performance. Built with high performance and cost efficiency in mind, OpenObserve handles log ingestion and querying at scale.
88

9-
![Logs Page](../images/features/logs-page.png)
9+
![Logs Page](../images/features/logs-hero.png)
1010
*Logs Page view*
1111

1212
## Key Features

docs/features/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ OpenObserve provides comprehensive metrics collection, storage, and visualizatio
66

77
Metrics in OpenObserve enable you to track key performance indicators, monitor system health, and gain insights into your application's behavior over time. Designed for high-throughput environments, OpenObserve efficiently handles metrics ingestion, storage, and querying at scale while maintaining cost-effectiveness.
88

9-
![Metrics Page](../images/features/metrics-page.png)
9+
![Metrics Page](../images/features/metrics-hero.png)
1010
*Metrics Page view*
1111

1212
## Key Features

docs/getting-started.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,22 +104,17 @@ You'll need to set root user credentials (ZO_ROOT_USER_EMAIL and ZO_ROOT_USER_PA
104104

105105
**Prerequisites**: Ensure Docker is installed and running on your system.
106106

107-
Docker images are available at [https://gallery.ecr.aws/zinclabs/openobserve-enterprise](https://gallery.ecr.aws/zinclabs/openobserve-enterprise)
107+
Docker images are available at:
108+
109+
- Enterprise: [https://gallery.ecr.aws/zinclabs/openobserve-enterprise](https://gallery.ecr.aws/zinclabs/openobserve-enterprise)
110+
- OSS : [https://gallery.ecr.aws/zinclabs/openobserve](https://gallery.ecr.aws/zinclabs/openobserve)
111+
108112

109113
**Linux/macOS:**
110114
```bash
111-
# Create a data directory
112-
mkdir -p ./openobserve-data
113-
114-
# Run OpenObserve container
115-
docker run -d \
116-
--name openobserve \
117-
-v ./openobserve-data:/data \
118-
-e ZO_DATA_DIR="/data" \
119-
-e ZO_ROOT_USER_EMAIL="[email protected]" \
120-
-e ZO_ROOT_USER_PASSWORD="Complexpass#123" \
121-
-p 5080:5080 \
122-
public.ecr.aws/zinclabs/openobserve:latest
115+
docker run -v $PWD/data:/data -e ZO_DATA_DIR="/data" -p 5080:5080 \
116+
-e ZO_ROOT_USER_EMAIL="[email protected]" -e ZO_ROOT_USER_PASSWORD="Complexpass#123" \
117+
public.ecr.aws/zinclabs/openobserve:latest
123118
```
124119

125120
**Windows:**

docs/images/features/logs-hero.png

994 KB
Loading

docs/images/features/metrics-hero.png

438 KB
Loading

0 commit comments

Comments
 (0)