diff --git a/docs/deploy-coe-with-es.md b/docs/deploy-coe-with-es.md index a605636..87b5c07 100644 --- a/docs/deploy-coe-with-es.md +++ b/docs/deploy-coe-with-es.md @@ -45,8 +45,17 @@ You can deploy Citrix ADC CPX as a side car with the Citrix ADC Observability Ex Perform the following steps to deploy a Citrix ADC CPX instance with the Citrix ADC Observability Exporter support: 1. Download the [cpx-ingress-es.yaml](https://raw.githubusercontent.com/citrix/citrix-observability-exporter/master/examples/elasticsearch/cpx-ingress-es.yaml) and [cic-configmap.yaml](https://raw.githubusercontent.com/citrix/citrix-observability-exporter/master/examples/elasticsearch/cic-configmap.yaml) file. - 2. Modify Citrix ADC CPX related parameters, as required. - 3. Edit the `cic-configmap.yaml` file and specify the following variables for Citrix ADC Observability Exporter in the `NS_ANALYTICS_CONFIG` endpoint configuration. + + kubectl create -f cic-configmap.yaml + kubectl create -f cpx-ingress-es.yaml + 2. Modify Citrix ADC CPX related parameters, as required.For example, add lines under args in the cpx-ingress-es.yaml file as following: + + args: + - --configmap + default/cic-configmap + + + 4. Edit the `cic-configmap.yaml` file and specify the following variables for Citrix ADC Observability Exporter in the `NS_ANALYTICS_CONFIG` endpoint configuration. server: 'coe-es.default.svc.cluster.local' # COE service FQDN @@ -211,4 +220,4 @@ To verify if Citrix ADC sends application data logs to Citrix ADC Observability /var/ulflog/ (Location of the `libulfd` logs and counter details.) /var/log (Location of the console logs, lstreamd logs and so on.) - For information on troubleshooting related to Citrix ADC Observability Exporter, see [Citrix ADC CPX troubleshooting](https://docs.citrix.com/en-us/citrix-adc-cpx/current-release/cpx-troubleshooting.html). \ No newline at end of file + For information on troubleshooting related to Citrix ADC Observability Exporter, see [Citrix ADC CPX troubleshooting](https://docs.citrix.com/en-us/citrix-adc-cpx/current-release/cpx-troubleshooting.html).