Skip to content

Commit 46d56eb

Browse files
fixing blocking issues
1 parent 3822cad commit 46d56eb

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

articles/azure-monitor/containers/prometheus-argocd-integration.md renamed to articles/azure-monitor/containers/prometheus-argo-cd-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure argocd integration for Prometheus metrics in Azure Monitor
2+
title: Configure Argo CD integration for Prometheus metrics in Azure Monitor
33
description: Describes how to configure Argo CD monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
44
ms.topic: conceptual
55
ms.date: 3/25/2024
@@ -14,7 +14,7 @@ This article describes how to configure Azure Managed Prometheus with Azure Kube
1414
## Prerequisites
1515

1616
+ 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)
1818

1919
### Deploy Service Monitors
2020
Deploy the following service monitors to configure Azure managed prometheus addon to scrape prometheus metrics from the argocd workload.

articles/azure-monitor/containers/prometheus-elasticsearch-integration.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
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.
44
ms.topic: conceptual
55
ms.date: 3/19/2024
66
ms.reviewer: rashmy
77
ms.service: azure-monitor
88
ms.subservice: containers
99
---
10-
# ElasticSearch
10+
# Elasticsearch
1111
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.
1212
This article describes how to configure Azure Managed Prometheus with Azure Kubernetes Service(AKS) to monitor elastic search clusters by scraping prometheus metrics.
1313

1414
## Prerequisites
1515

16-
+ ElasticSearch cluster running on AKS
16+
+ Elasticsearch cluster running on AKS
1717
+ Azure Managed prometheus enabled on the AKS cluster - [Enable Azure Managed Prometheus on AKS](kubernetes-monitoring-enable.md#enable-prometheus-and-grafana)
1818

1919

2020
### 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.
2222

2323
```bash
2424
helm install azmon-elasticsearch-exporter --version 5.7.0 prometheus-community/prometheus-elasticsearch-exporter --set es.uri="https://username:[email protected]:9200" --set podMonitor.enabled=true --set podMonitor.apiVersion=azmonitoring.coreos.com/v1
@@ -28,7 +28,7 @@ helm install azmon-elasticsearch-exporter --version 5.7.0 prometheus-community/p
2828
> Managed prometheus pod/service monitor configuration with helm chart installation is only supported with the helm chart version >=5.7.0.
2929
>
3030
> 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 - .
3232
>
3333
> 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**.
3434
>

articles/azure-monitor/containers/prometheus-kafka-integration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure Kafka integration for Prometheus metrics in Azure Monitor
3-
description: Describes how to configure kKfka monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
3+
description: Describes how to configure Kafka monitoring using Prometheus metrics in Azure Monitor to Kubernetes cluster.
44
ms.topic: conceptual
55
ms.date: 3/19/2024
66
ms.reviewer: rashmy
@@ -18,7 +18,7 @@ This article describes how to configure Azure Managed Prometheus with Azure Kube
1818

1919

2020
### Install Kafka Exporter
21-
Install the [Kafka Exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-kafka-exporter) using the helm chart -
21+
Install the [Kafka Exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-kafka-exporter) using the helm chart.
2222

2323
```bash
2424
helm install azmon-kafka-exporter --namespace=azmon-kafka-exporter --create-namespace --version 2.10.0 prometheus-community/prometheus-kafka-exporter --set kafkaServer="{kafka-server.namespace.svc:9092,.....}" --set prometheus.serviceMonitor.enabled=true --set prometheus.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
184184
> [!NOTE]
185185
> 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.
186186
187-
### Grafana dashboards for more jmx metrics with strimzi
187+
### Grafana Dashboards for more jmx metrics with strimzi
188188
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.
189189
190190

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ items:
512512
items:
513513
- name: Argo CD
514514
displayName: Prometheus
515-
href: containers/prometheus-argocd-integration.md
515+
href: containers/prometheus-argo-cd-integration.md
516516
- name: Elastic Search
517517
displayName: Prometheus
518518
href: containers/prometheus-elasticsearch-integration.md

0 commit comments

Comments
 (0)