Skip to content

Commit 2891ee5

Browse files
authored
Fix/index (#126)
* modified data management to storage management * Added index pages for missing sections --------- Co-authored-by: simranquirky <simranquirky>
1 parent e3815f6 commit 2891ee5

File tree

10 files changed

+52
-9
lines changed

10 files changed

+52
-9
lines changed

docs/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav:
99
- Example Queries: example-queries.md
1010
- HA Deployment: ha_deployment.md
1111
- Environment Variables: environment-variables.md
12-
- Data Management: data-management
12+
- Storage Management: storage-management
1313
- User Guide: user-guide
1414
- Operator Guide: operator-guide
1515
- Performance Optimization: performance.md

docs/data-management/index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/integration/aws/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The following user guides provide step-by-step instructions to integrate AWS services with OpenObserve. These integrations allow you to collect logs, metrics, and events directly from various AWS offerings, enabling unified observability across your cloud workloads.
2+
3+
Each guide corresponds to a data source listed in the **Data Sources** section of the OpenObserve user interface.
4+
5+
![Data Sources](../../../docs/images/data-sources.png)
6+
7+
Learn more:
8+
9+
- [Amazon EC2](ec2.md)
10+
- [Application Load Balancer(ALB)](alb.md)
11+
- [Amazon Virtual Private Cloud](vpc-flow.md)
12+
- [Amazon Cognito](cognito.md)
13+
- [AWS Network Firewall](network-firewall.md)
14+
- [AWS Cloudwatch logs](cloudwatch-logs.md)
15+
- [AWS Cloudwatch metrics](cloudwatch-metrics.md)
16+
- [Amazon Relational Database Service (RDS)](rds.md)
17+
- [Amazon Elastic Container Service (ECS)](ecs.md)
18+
- [AWS Route 53](route-53.md)
19+
- [AWS Web Application Firewall (WAF)](waf.md)
20+
- [API Gateway logs](api-gateway.md)
21+
- [Amazon CloudFront](cdn.md)
22+
- [Amazon EventBridge](eventbridge.md)

docs/integration/devops/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
The following user guides provide step-by-step instructions to integrate DevOps tools and platforms with OpenObserve. These integrations enable you to collect logs, metrics, and events from CI/CD pipelines, container orchestration systems, and other operational tools for end-to-end visibility.
2+
3+
Each guide corresponds to a data source listed in the **Data Sources** section of the OpenObserve user interface.
4+
5+
![Data Sources](../../../docs/images/data-sources.png)
6+
7+
Learn more:
8+
9+
- [Jenkins](jenkins.md)
10+
- [Ansible](ansible.md)
11+
- [Terraform](terraform.md)
12+
- [Github Actions](github-actions.md)

docs/integration/servers/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
The following user guides provide step-by-step instructions to integrate server platforms and operating systems with OpenObserve. These integrations enable you to collect system logs, performance metrics, and events for comprehensive visibility into your server environments.
2+
3+
Each guide corresponds to a data source listed in the **Data Sources** section of the OpenObserve user interface.
4+
5+
![Data Sources](../../../docs/images/data-sources.png)
6+
7+
Learn more:
8+
9+
- [Nginx](nginx.md)

docs/overview/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## How does OpenObserve compare to Elasticsearch
22

3-
Elasticsearch is a general purpose search engine which can be used for app search or log search. OpenObserve is built specifically for log search. If you are looking for a lightweight alternative to Elasticsearch then you should take a look at ZincSearch.
3+
Elasticsearch is a general purpose search engine which can be used for app search or log search. OpenObserve is built specifically for log search. If you are looking for a lightweight alternative to Elasticsearch then you should take a look at OpenObserve.
44

55
#### Technical Advantages
66
OpenObserve provides ability to index data in multiple ways to make it faster yet keep storage size low. It uses a combination of:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nav:
22

3-
- Data Management Overview: index.md
3+
- Storage Management Overview: index.md
44
- Storage Configuration: storage.md
55
- Configure Multiple Object Storage Accounts: configure-multiple-storage-accounts.md
File renamed without changes.

docs/storage-management/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The Storage Management section helps you configure how OpenObserve stores ingested stream data and metadata. It also includes guidance on optimizing storage across different object storage accounts or providers.
2+
3+
**Learn more:**
4+
5+
- [Storage Configuration](storage.md)
6+
- [Configure Multiple Object Storage Accounts](configure-multiple-storage-accounts.md)
File renamed without changes.

0 commit comments

Comments
 (0)