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
**Note:** Currently the image tag `quay.io/citrix/citrix-observability-exporter:latest` corresponds to Citrix ADC Observability Exporter version 1.2.001 and not 1.4.001.
30
32
31
33
2. Create the `lstreamd_default.conf` file with the required settings.
32
34
@@ -61,7 +63,7 @@ Perform the following steps to deploy Citrix ADC Observability Exporter on a sta
61
63
}
62
64
}
63
65
64
-
- Following is a sample configuration for Elastic search endpoint specific deployment with Prometheus. For Citrix ADC Observability Exporter version 1.4.0001, you should add `"PrometheusMode": "yes"` to the Elasticsearch `lstreamd_default.conf` file to enable Prometheus monitoring.
66
+
- Following is a sample configuration for Elasticsearch endpoint specific deployment with Prometheus. For Citrix ADC Observability Exporter version 1.4.001, you should add `"PrometheusMode": "yes"` to the Elasticsearch `lstreamd_default.conf` file to enable Prometheus monitoring.
65
67
66
68
{
67
69
"Endpoints": {
@@ -87,7 +89,7 @@ Perform the following steps to deploy Citrix ADC Observability Exporter on a sta
87
89
"ProcessYieldTimeOut": "500",
88
90
"MaxConnections": "512",
89
91
"ElkMaxSendBuffersPerSec": "64",
90
-
"JsonFileDump": "no"
92
+
"JsonFileDump": "no",
91
93
"PrometheusMode": "yes"
92
94
}
93
95
}
@@ -99,8 +101,9 @@ Citrix ADC Observability Exporter is deployed and exposed on port 5557 and port
99
101
100
102
### Prometheus standalone deployment
101
103
102
-
For Citrix ADC observability exporter, with Prometheus as the endpoint following is the `lstreamd_default.conf` file configuration.
104
+
For Citrix ADC observability exporter version 1.4.001, with Prometheus as the endpoint you need to use the following `lstreamd_default.conf` file configuration.
103
105
106
+
lstreamd_default.conf: |
104
107
{
105
108
"Endpoints": {
106
109
"ZIPKIN": {
@@ -111,6 +114,8 @@ For Citrix ADC observability exporter, with Prometheus as the endpoint following
111
114
}
112
115
}
113
116
117
+
For Citrix ADC observability exporter versions prior to 1.4.001, you can use the `lstream_default.conf` configuration provided in the [coe-prometheus.yaml](https://github.com/citrix/citrix-observability-exporter/blob/master/deployment/coe-prometheus.yaml) file.
You can configure Citrix ADC Observability Exporter manually in Citrix ADC. Manual configuration is suitable for Citrix ADC in MPX and VPX form factors. We recommend deploying the Citrix ADC Observability Exporter in the automated way with the YAML file as described in the preceding sections.
0 commit comments