Skip to content

Commit 6604a03

Browse files
fix(es-otel): Update the navigation
1 parent d222459 commit 6604a03

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

src/content/docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-install.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Our Elasticsearch OpenTelemetry (OTel) integration leverages the OpenTelemetry C
1515

1616
To install the integration, complete the following steps:
1717

18-
1. [Review prerequisites](#prerequisites).
19-
2. [Configure the Collector](#config).
20-
3. [Set Environment variables](#start)
18+
1. [Compatibility and requirements](#prerequisites).
19+
2. [Configure the Opentelemetry Collector](#config).
20+
3. [Set Environment variables for the collector](#start)
2121
4. [Find and use data](#find-and-use).
2222

2323

@@ -27,7 +27,7 @@ To install the integration, complete the following steps:
2727
* **Privileges:** If security is enabled, you must have either the monitor or manage cluster privilege. Refer to elasticsearch [security privileges](https://www.elastic.co/docs/reference/elasticsearch/security-privileges) doc for more information.
2828
* **Network:** Outbound HTTPS connectivity (port 443) to [New Relic's OTLP ingest endpoint](http://localhost:8001/docs/opentelemetry/best-practices/opentelemetry-otlp/#configure-endpoint-port-protocol:~:text=HTTP-,Endpoint,-Supported%20ports).
2929
* **Account:** A [New Relic account](https://newrelic.com/signup) with a <InlinePopover type="licenseKey"/>
30-
* **Collector:** [OpenTelemetry Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/latest) installed and running on host
30+
* **Collector:** [OpenTelemetry Collector Contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases/latest) installed and running on host. Please ensure the OpenTelemetry Collector is installed via an official package (.deb or .rpm). A standalone binary installation will not create the required systemd service unit necessary for these commands to function.
3131

3232

3333
## Step 2: Configure the Opentelemetry Collector [#config]
@@ -349,8 +349,8 @@ Inject your New Relic <InlinePopover type="licenseKey"/> and OTLP endpoint into
349349

350350
## Step 4: Find and use data [#find-and-use]
351351

352-
1. Go to **[one.newrelic.com](https://one.newrelic.com) > Integrations & Agents**.
353-
2. Select **Dashboards**, and click **Elasticsearch Otel overview dashboard**.
352+
1. Go to **[one.newrelic.com](https://one.newrelic.com) > Integrations & Agents** and search **Elasticsearch(Opentelemetry)**.
353+
2. Under **Dashboards**, click **Elasticsearch OTEL Monitoring**.
354354
3. In the popup window, select your account.
355355
4. Click View dashboard, and see your Elasticsearch data in New Relic.
356356

src/nav/infrastructure.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -170,15 +170,7 @@ pages:
170170
- title: Docker container integration
171171
path: /docs/infrastructure/host-integrations/host-integrations-list/docker-container-monitoring-integration
172172
- title: Elasticsearch integration
173-
pages:
174-
- title: NR Native Elasticsearch integration
175-
path: /install/elastic
176-
- title: Elasticsearch-Opentelemetry Integration
177-
pages:
178-
- title: Elasticsearch OTEL integration
179-
path: /docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-overview
180-
- title: On-Host Installation
181-
path: /docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-install
173+
path: /install/elastic
182174
- title: Envoy integration
183175
path: /docs/infrastructure/host-integrations/host-integrations-list/envoy-integration
184176
- title: F5 integration

src/nav/opentelemetry.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,10 @@ pages:
4444
- title: Manage data ingest volume
4545
path: /docs/opentelemetry/best-practices/opentelemetry-manage-data-ingest-volume
4646
- title: OpenTelemetry On-Host Integrations list
47-
path: /docs/opentelemetry/opentelemetry-integrations-list
47+
pages:
48+
- title: Elasticsearch-Opentelemetry Integration
49+
pages:
50+
- title: Elasticsearch OTEL integration Overview
51+
path: /docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-overview
52+
- title: On-Host Installation
53+
path: /docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-install

0 commit comments

Comments
 (0)