Hi everyone! Wondering if anyone has replaced `Ela...
# all-things-deployment
a
Hi everyone! Wondering if anyone has replaced
ElasticSearch
with
Elastic Cloud
on GCP. Doing a PoC for my company and trying to see how easy/hard it would be to swap out the dependencies.
e
We haven’t tried using Elastic Cloud on GCP, but we have been heavily using AWS Elasticsearch service (now Opensearch)
Suspect the process is very similar
Checkout this part of the AWS deploy doc
note you can skip the part that sets USE_AWS_ELASTICSEARCH to true for setup job. This is because AWS uses it’s own forked version of elastic (open distro) that doesn’t support some of the latest elastic functionalities. Mainly data streams
a
That’s very helpful. Thanks!