Skip to content

Azure Elasticsearch Offering

Elasticsearch Cloud Offering Pricing Calculator Azure Elasticsearch Offering

Connecting Datavolt to External Elasticsearch

Datavolt services for LLM monitoring can be configured to use an external Elasticsearch over one provided by PCS. To accomplish this an elasticsearch URL and credentials must be provided to Datavolt via values.yaml and k8s secrets object.

values.yaml changes:

DATAVOLT_ELASTIC_SEARCH_URL: <elasticearch URL>
DATAVOLT_ELASTIC_SEARCH_USERNAME: <elasticsearch username> 

And the secret pcs-elasticsearch must be created or updated to contain the elasticsearch password:

data:
  elasticsearch-password: <base64 encoded>