Skip to content

Commit dedbb80

Browse files
new doc: Organization
1 parent fdc0d3c commit dedbb80

File tree

16 files changed

+163
-59
lines changed

16 files changed

+163
-59
lines changed

docs/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nav:
1616
- How To: howto
1717
- API Reference: api
1818
- Ingestion: ingestion
19-
- Integration: integration
19+
- Integrations: integration
2020
- Migration: migration
2121
- Monitoring OpenObserve: expose-metrics.md
2222
- Telemetry: telemetry.md
58.1 KB
Loading

docs/images/create-user-IAM.png

44.8 KB
Loading
31.4 KB
Loading
140 KB
Loading
257 KB
Loading

docs/integration/.pages

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
nav:
2+
3+
- Integrations Overview: index.md
4+
- Cloudflare: cloudflare.md

docs/user-guide/integration/cloudflare.md renamed to docs/integration/cloudflare.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To stream Cloudflare logs, log in to OpenObserve and follow these steps:
3131
1. From the left menu, select **Data Sources > Custom > Logs > Curl**.
3232
2. Extract the following details from the sample curl command:
3333

34-
![Extract endpoint and credentials](../../images/extract-creds-from-data-sources.png)
34+
![Extract endpoint and credentials](../../docs/images/extract-creds-from-data-sources.png)
3535

3636
- **Endpoint**: `https://api.openobserve.ai/api/<organization_name>/<stream_name>/_json`.
3737
Replace `organization_name` with the organization name shown at the top right corner of the screen. Replace the `stream_name` with **cloudflare_logs**.
@@ -71,9 +71,9 @@ return new Response("Hello from Cloudflare!", {
7171
4. Select **Deploy** and note the generated URL, such as `log-generator.example-subdomain.workers.dev`.
7272
5. You may optionally add a route under **Workers Routes**, such as `example.com/log/*`.
7373
6. Generate traffic by visiting the Worker URL, linking it on a webpage, or enabling access through a known route.
74-
![Generate traffic visiting the Worker URL](../../images/cloudflare-worker-setup.gif)
74+
![Generate traffic visiting the Worker URL](../../docs/images/cloudflare-worker-setup.gif)
7575

76-
![Cloudflare worker.js](../../images/cloudflare-worker-js.png)
76+
![Cloudflare worker.js](../../docs/images/cloudflare-worker-js.png)
7777

7878
**Option 3: Existing traffic on Business or Enterprise plans**
7979

@@ -281,7 +281,7 @@ You should see entries similar to the following:
281281
"requests": 1
282282
}
283283
```
284-
![Verify the Cloudflare and OpenObserve integration](../../images/cloudflare-verify-ingestion.gif)
284+
![Verify the Cloudflare and OpenObserve integration](../../docs/images/cloudflare-verify-ingestion.gif)
285285

286286
Logs appear immediately when using Logpush. If you are testing with GraphQL, the simulated data appears first. Real logs are usually visible within 5 to 10 minutes.
287287

docs/user-guide/integration/index.md renamed to docs/integration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The following user guides provide step-by-step instructions to integrate externa
22

33
Each guide corresponds to a data source listed in the **Data Sources** section of the OpenObserve user interface.
44

5-
![Data Sources](../../images/data-sources.png)
5+
![Data Sources](../../docs/images/data-sources.png)
66

77
**Learn more**:
88

docs/user-guide/.pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ nav:
1616
- Performance: performance
1717
- Best Practices: best-practices
1818
- Migration: migration
19-
- Integration: integration
19+
2020

0 commit comments

Comments
 (0)