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: elasticsearch.mdx #632

Merged
merged 5 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
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/backends/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Elasticsearch"
## Configuring Elasticsearch Backend

The only required field is the Elasticsearch endpoint. This endpoint must be a valid URL to your Elasticsearch cluster.
The followoing fields are optional:
The following fields are optional:

- **Traces Index** - The name of the index where traces will be stored. Defaults to `trace_index`.
- **Logs Index** - The name of the index where logs will be stored. Defaults to `log_index`.
- **Logs Index** - The name of the index where logs will be stored. Defaults to `log_index`.
4 changes: 2 additions & 2 deletions docs/backends/grafanacloud.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Press **Details** under the Loki data source
Enter the following settings into Odigos UI:

- **API Key** You grafana.com API Key (shown as Password in the details page)
- **Loki URL** - The URL field int the details page
- **Loki URL** - The URL field in the details page
- **Loki User** - The User field in the details page

## Configuring Grafana Cloud managed Prometheus
Expand All @@ -37,5 +37,5 @@ Press **Details** under the Tempo data source
Insert into Odigos the following settings:

- **API Key** You grafana.com API Key (shown as Password in the details page)
- **Tempo URL** - The URL field int the details page
- **Tempo URL** - The URL field in the details page
- **Tempo User** - The User field in the details page