Skip to content

Commit 61cdcff

Browse files
authored
Integration + Broken Links (#157)
* self-hosted installation link to getting-started page instead of quickstart which is no longer used * Resolving conflicts --------- Co-authored-by: simranquirky <simranquirky>
1 parent 3e4e34d commit 61cdcff

37 files changed

+204
-34
lines changed

docs/integration/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ nav:
1111
- Windows: windows.md
1212
- Vercel : vercel.md
1313
- Heroku: heroku.md
14-
- Message Brokers: message-brokers
14+
- Message Queues: message-brokers
1515

docs/integration/aws/api-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ API Gateway can send access logs directly to a Kinesis Firehose delivery stream.
1515
## Steps to Integrate
1616

1717
??? "Prerequisites"
18-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
18+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
1919
- AWS API Gateway already configured
2020
- IAM permissions to manage API Gateway, Firehose, and roles
2121
- An S3 bucket for Firehose backup (optional but recommended)

docs/integration/aws/cdn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CloudFront access logs contain detailed request-level data. By streaming them to
1414
## Steps to Integrate
1515

1616
??? "Prerequisites"
17-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
17+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
1818
- Amazon CloudFront distribution
1919
- S3 bucket to store CloudFront logs
2020
- IAM role with necessary permissions

docs/integration/aws/cloudwatch-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This approach enables centralized log analysis, alerting, and visualization in O
1717
## Steps to Integrate
1818

1919
??? "Prerequisites"
20-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
20+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
2121
- AWS account with:
2222
- CloudWatch Log Group(s)
2323
- IAM permissions to create Firehose streams and set up log subscriptions

docs/integration/aws/cloudwatch-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CloudWatch Metric Streams allow efficient, near real-time delivery of metrics to
1414
## Steps to Integrate
1515

1616
??? "Prerequisites"
17-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [SelfHosted](../../../quickstart/#selfhostedinstallation))
17+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or[Self-Hosted](../../../getting-started/#self-hosted-installation))
1818
- AWS IAM permissions for:
1919
- CloudWatch: `ListMetrics`, `GetMetricData`, `GetMetricStatistics`
2020
- Kinesis Data Streams: `CreateStream`, `PutRecord`

docs/integration/aws/cognito.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Monitor login attempts, user activity, and authentication behavior from Amazon C
1616
## Steps to Integrate
1717

1818
??? "Prerequisites"
19-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
19+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
2020
- AWS account with:
2121
- Cognito User Pool
2222
- Permissions to create EventBridge rules and Firehose streams

docs/integration/aws/ec2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Stream system metrics and logs from EC2 Linux instances to OpenObserve using the
1515

1616

1717
??? "Prerequisites"
18-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
18+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
1919
- AWS EC2 Linux instance with SSH access
2020

2121

docs/integration/aws/ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We recommend Fluent Bit over Fluentd due to its lower resource usage. For existi
2020

2121
??? "Prerequisites"
2222

23-
1. An [OpenObserve Cloud](https://cloud.openobserve.ai) account or OpenObserve self hosted setup.
23+
1. An [OpenObserve Cloud](https://cloud.openobserve.ai) account or OpenObserve [Self-Hosted](../../../getting-started/#self-hosted-installation) setup.
2424
1. A running ECS cluster that supports fargate. If you don't already have one, create one by following the [documentation](https://docs.aws.amazon.com/AmazonECS/latest/userguide/create-cluster-console-v2.html).
2525

2626
We will run our tasks using fargate for this demonstration.

docs/integration/aws/eventbridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Monitor and analyze AWS API activity (e.g., EC2 starts, IAM changes, S3 access)
2525
## Steps to Integrate
2626

2727
??? "Prerequisites"
28-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
28+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
2929
- AWS account with:
3030
- CloudTrail enabled for management events
3131
- IAM permissions to create EventBridge rules and Firehose streams

docs/integration/aws/lambda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This eliminates the need to store or process logs in CloudWatch, while still giv
1818
## Steps to Integrate
1919

2020
??? "Prerequisites"
21-
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../quickstart/#self-hosted-installation))
21+
- OpenObserve account ([Cloud](https://cloud.openobserve.ai/web/) or [Self-Hosted](../../../getting-started/#self-hosted-installation))
2222
- AWS account with:
2323
- A Lambda function
2424
- IAM permissions to update environment variables and layers

0 commit comments

Comments
 (0)