Skip to content

Commit

Permalink
chore: fix documentation link, sidebar order
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziinc committed May 20, 2024
1 parent 3e29fe8 commit e4c6e46
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs.logflare.com/docs/backends/bigquery/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
toc_max_heading_level: 3
sidebar_position: 1
---

# BigQuery
Expand Down
5 changes: 4 additions & 1 deletion docs/docs.logflare.com/docs/backends/elastic.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 4
---
# Elastic

The Elastic backend is **ingest-only** to a Filebeat HTTP server endpoint.
Expand All @@ -15,4 +18,4 @@ The following values are required when creating a webhook backend:

### Implementation Details

Implementation is based on the [webhook backend](../webhook).
Implementation is based on the [webhook backend](/backends/webhook).
1 change: 1 addition & 0 deletions docs/docs.logflare.com/docs/backends/postgres/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
toc_max_heading_level: 3
sidebar_position: 2
---

# PostgreSQL
Expand Down
3 changes: 3 additions & 0 deletions docs/docs.logflare.com/docs/backends/webhook.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
sidebar_position: 3
---
# Webhook

The Webhook backend will send batched events to a desired HTTP(S) destination.
Expand Down

0 comments on commit e4c6e46

Please sign in to comment.