Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #2138

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs.logflare.com/docs/backends/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ By default, the Logflare service offers managed BigQuery as a backend automatica

If your plan is BYOB, your provided BigQuery configurations will disable ingestion into Logflare's managed BigQuery.

Logflare's mutli-backend capabilities allows 3rd party services and other data storage engines to be used together for purposes such as data redundancy, integrations and more.
Logflare's multi-backend capabilities allows 3rd party services and other data storage engines to be used together for purposes such as data redundancy, integrations and more.

:::info
Multi-backend support is a private alpha feature. Contact us if you wish to preview these features.
:::

When there are multiple attached backends, the Logflare service will always insert into the managed BigQuery (or a configured BYOB), as well as any other attached backends to that source.

As such, a backend can be attched to multiple sources, and the underlying data storage mechanisms will be automatically managed by Logflare. Details for each are further explained in the documentation for each backend.
As such, a backend can be attached to multiple sources, and the underlying data storage mechanisms will be automatically managed by Logflare. Details for each are further explained in the documentation for each backend.

A backend can be any one of the following types:

Expand Down
Loading