About 2,850,000 results
Open links in new tab
  1. How to increase _cluster/settings/cluster.max_shards_per_node for …

    Sep 2, 2020 · You're almost there, you need to rename defaults to persistent PUT /_cluster/settings { "persistent" : { "cluster.max_shards_per_node": "2000" } } Beware though, …

  2. java - How to connect to AWS Elasticsearch? - Stack Overflow

    Since the Elasticsearch Java SDK version 5.6 there is a REST Client available. This allows you to connect to Elasticsearch Service on AWS. Currently Elasticsearch Service allows installations …

  3. node.js - How to connect to AWS Elasticsearch using the …

    8 NPM package elasticsearch has been deprecated, and replaced by @elastic/elasticsearch So instead of using http-aws-es, which is supposed to work with the deprecated elasticsearch …

  4. Upgrading OpenSearch cluster on aws from Elasticsearch 6.8 OSS …

    Mar 17, 2025 · I’m managing AWS OpenSearch cluster with indexes created in Elasticsearch 6.8 OSS which I successfully manage to reindex to OpenSearch 1.3 and 2.17 compatible …

  5. Move from Elasticsearch (beyond version 7.10.2) to AWS …

    Nov 8, 2022 · The migration from Elasticsearch up to version 7.10.2 seems easy, basically we have to upload the snapshot to S3 and restore snapshot on Opensearch, following the steps …

  6. Elastic Search to AWS OpenSearch migration - Stack Overflow

    Jan 25, 2023 · Any new updates to elasticsearch don't apply to opensearch. Also, the pricing is way too high, you're already overpaying for ec2 instances and on top of that opensearch …

  7. How to access Kibana from Amazon elasticsearch service?

    Nov 17, 2015 · I created Amazon elasticsearch service and populated data into it using logstash, which has been installed on an EC2 instance. On the Amazon elasticservice console page, …

  8. AWS Elasticsearch Service IAM Role based Access Policy

    Oct 19, 2015 · I have been struggling to figure out how to communicate with the Amazon ES service from my EC2 instances. The documentation clearly states that the Amazon ES service …

  9. What is the different between AWS Elasticsearch and AWS Redshift

    May 22, 2016 · Amazon Elasticsearch is a popular open-source search and analytics engine for use cases such as log analytics, real-time application monitoring, and clickstream analytics. …

  10. 403 Error when indexing data from AWS Lambda to Elasticsearch …

    Nov 12, 2020 · My function can index documents in single and bulk to my AWS Elasticsearch from a local Jupyter notebook, but when I deploy to Lambda it keeps returning this error: …