netscaler / netscaler-observability-exporter

Exports logs and metrics from Citrix ADC to various observability tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELK and ADC connection

rafaelpirolla opened this issue · comments

How can I specify the ADC address and port to be monitored and how to pass username and password to elasticsearch?

@rafaelpirolla You will have to specify Citrix Observability Exporter in your CIC configmap to ensure ADC communication. As shown here: https://github.com/citrix/citrix-observability-exporter/blob/master/examples/elasticsearch/cic-configmap.yaml

server: 'coe-es.default.svc.cluster.local' -> change this parameter to the Citrix Observability Exporter address.

You can use Elasticsearch without Authentication. Authentication will be supported in future release.

Is there any roadmap to this project? Is it dead?

Hello @rafaelpirolla we are focusing on supporting observability end points directly from NetScaler.
We have roadmap to support elasticsearch from NetScaler directly where auth part will be considered. Hence we have not worked so far on supporting auth based elasticsearch through COE.