Skip to content

AWS Elasticsearch offering

Elasticsearch Cloud Offering Pricing Calculator AWS Offical Elasticsearch Offering

Note FIPS compliance requires platinum subscription if using cloud provider FIPS Compliance via FedRAMP Gov Cloud

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>