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: articles/azure-monitor/containers/prometheus-argo-cd-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Configure argocd integration for Prometheus metrics in Azure Monitor
2
+
title: Configure Argo CD integration for Prometheus metrics in Azure Monitor
3
3
description: Describes how to configure Argo CD monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
4
4
ms.topic: conceptual
5
5
ms.date: 3/25/2024
@@ -14,7 +14,7 @@ This article describes how to configure Azure Managed Prometheus with Azure Kube
14
14
## Prerequisites
15
15
16
16
+ Argo CD running on AKS
17
-
+ Azure Managed prometheus enabled on the AKS cluster - [Enable Azure Managed Prometheus on AKS](kubernetes-monitoring-enable.md#enable-prometheus-and-grafana)
17
+
+ Azure Managed Prometheus enabled on the AKS cluster - [Enable Azure Managed Prometheus on AKS](kubernetes-monitoring-enable.md#enable-prometheus-and-grafana)
18
18
19
19
### Deploy Service Monitors
20
20
Deploy the following service monitors to configure Azure managed prometheus addon to scrape prometheus metrics from the argocd workload.
Copy file name to clipboardExpand all lines: articles/azure-monitor/containers/prometheus-elasticsearch-integration.md
+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
@@ -1,24 +1,24 @@
1
1
---
2
-
title: Configure elastic search integration for Prometheus metrics in Azure Monitor
3
-
description: Describes how to configure ElasticSearch monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
2
+
title: Configure Elasticsearch integration for Prometheus metrics in Azure Monitor
3
+
description: Describes how to configure Elasticsearch monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
4
4
ms.topic: conceptual
5
5
ms.date: 3/19/2024
6
6
ms.reviewer: rashmy
7
7
ms.service: azure-monitor
8
8
ms.subservice: containers
9
9
---
10
-
# ElasticSearch
10
+
# Elasticsearch
11
11
Elasticsearch is the distributed search and analytics engine at the heart of the Elastic Stack. It is where the indexing, search, and analysis magic happen.
12
12
This article describes how to configure Azure Managed Prometheus with Azure Kubernetes Service(AKS) to monitor elastic search clusters by scraping prometheus metrics.
13
13
14
14
## Prerequisites
15
15
16
-
+ElasticSearch cluster running on AKS
16
+
+Elasticsearch cluster running on AKS
17
17
+ Azure Managed prometheus enabled on the AKS cluster - [Enable Azure Managed Prometheus on AKS](kubernetes-monitoring-enable.md#enable-prometheus-and-grafana)
18
18
19
19
20
20
### Install Elastic Search Exporter
21
-
Install the [elastic search exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) using the helm chart -
21
+
Install the [elastic search exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) using the helm chart.
> Managed prometheus pod/service monitor configuration with helm chart installation is only supported with the helm chart version >=5.7.0.
29
29
>
30
30
> The [prometheus-elasticsearch-exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) helm chart can be configured with [values](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-elasticsearch-exporter/values.yaml) yaml.
31
-
Please specify the right server address where the ElasticSearch server can be reached. Based on your configuration set the username,password or certs used to authenticate with the ElasticSearch server. Set the address where ElasticSearch is reachable using the argument "es.uri" ex - .
31
+
Please specify the right server address where the Elasticsearch server can be reached. Based on your configuration set the username,password or certs used to authenticate with the Elasticsearch server. Set the address where Elasticsearch is reachable using the argument "es.uri" ex - .
32
32
>
33
33
> You could also use service monitor, instead of pod monitor by using the **--set serviceMonitor.enabled=true** helm chart paramaters. Make sure to use the api version supported by Azure Managed Prometheus using the parameter **serviceMonitor.apiVersion=azmonitoring.coreos.com/v1**.
@@ -184,7 +184,7 @@ Rich set of alerts based off of strimzi metrics can also be configured by referi
184
184
> [!NOTE]
185
185
> If using any other way of exposing the jmx_exporter on your kafka cluster, please follow the instructions [here](prometheus-metrics-scrape-crd.md) on how to configure the pod or service monitors accordingly.
186
186
187
-
### Grafana dashboards for more jmx metrics with strimzi
187
+
### Grafana Dashboards for more jmx metrics with strimzi
188
188
Please also see the [grafana-dashboards-for-strimzi](https://github.com/strimzi/strimzi-kafka-operator/tree/main/examples/metrics/grafana-dashboards) to view dashboards for metrics exposed by strimzi operator.
0 commit comments