You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-install.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ Our Elasticsearch OpenTelemetry (OTel) integration leverages the OpenTelemetry C
15
15
16
16
To install the integration, complete the following steps:
17
17
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)
21
21
4.[Find and use data](#find-and-use).
22
22
23
23
@@ -27,7 +27,7 @@ To install the integration, complete the following steps:
27
27
***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.
***Account:** A [New Relic account](https://newrelic.com/signup) with a <InlinePopovertype="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.
31
31
32
32
33
33
## Step 2: Configure the Opentelemetry Collector [#config]
@@ -349,8 +349,8 @@ Inject your New Relic <InlinePopover type="licenseKey"/> and OTLP endpoint into
349
349
350
350
## Step 4: Find and use data [#find-and-use]
351
351
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**.
354
354
3. In the popup window, select your account.
355
355
4. Click View dashboard, and see your Elasticsearch data in New Relic.
0 commit comments