Elasticsearch cloud offerings¶
Elastic Cloud is available through each major cloud provider's marketplace. Use the links below to review pricing and access each provider's offering.
AWS¶
FIPS compliance requires a platinum subscription if using a cloud provider. See FIPS Compliance via FedRAMP Gov Cloud.
Azure¶
GCP¶
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>