Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions docs/deploy-coe-with-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
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).