diff --git a/data-sources/elasticsearch-otel/config.yml b/data-sources/elasticsearch-otel/config.yml index f7ff8ac448..fdb2713787 100644 --- a/data-sources/elasticsearch-otel/config.yml +++ b/data-sources/elasticsearch-otel/config.yml @@ -1,4 +1,4 @@ -id: elasticsearch-otel +id: elasticsearch-opentelemetry displayName: Elasticsearch (OpenTelemetry) description: | Our OpenTelemetry Elasticsearch integration collects and sends comprehensive metrics and logs from your Elasticsearch cluster to New Relic, providing complete visibility into your Elasticsearch environment's health and performance. We collect detailed metrics at the cluster, node, and index level, along with system metrics from the host, enabling you to quickly identify and troubleshoot any issues. @@ -9,7 +9,7 @@ install: link: url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/elasticsearch-otel/elasticsearch-otel-integration-overview/ -icon: logo.png +icon: logo.svg keywords: - infrastructure @@ -18,7 +18,6 @@ keywords: - open source - NR1_addData - NR1_sys - - NR1_addData - open telemetry - otel elasticsearch - opentelemetry elasticsearch diff --git a/data-sources/elasticsearch-otel/logo.png b/data-sources/elasticsearch-otel/logo.png deleted file mode 100644 index 3d6c85bd6c..0000000000 Binary files a/data-sources/elasticsearch-otel/logo.png and /dev/null differ diff --git a/data-sources/elasticsearch-otel/logo.svg b/data-sources/elasticsearch-otel/logo.svg new file mode 100644 index 0000000000..bad422c6d2 --- /dev/null +++ b/data-sources/elasticsearch-otel/logo.svg @@ -0,0 +1,13 @@ + + + + Provider / elasticsearch + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/quickstarts/elasticsearch-otel/config.yml b/quickstarts/elasticsearch-otel/config.yml index d61623c92f..3c4717dddf 100644 --- a/quickstarts/elasticsearch-otel/config.yml +++ b/quickstarts/elasticsearch-otel/config.yml @@ -1,5 +1,5 @@ id: 4b8900d1-df3b-496c-a22e-8e419e4c2776 -slug: elasticsearch-otel +slug: elasticsearch-opentelemetry title: Elasticsearch (OpenTelemetry) description: | This quickstart includes dashboards and alerts for popular signals regarding Elasticsearch cluster health and performance. @@ -26,4 +26,4 @@ keywords: dashboards: - elasticsearch-otel dataSourceIds: - - elasticsearch-otel \ No newline at end of file + - elasticsearch-opentelemetry \ No newline at end of file