How to reshard the indices to overcome latency during high traffic in elasticsearch cluster
“<p>During high traffic times, our Elasticsearch cluster is experiencing latency, and we are considering a resharding strategy to optimize performance. Below is our current index setup and the proposed resharding plan:</p>
<pre><code>Current Indices:
billing-index-v0.0: 45 GB, 20 shards (over-sharde”
stackexchange · Karthikeyan Amaresan · 12/19/2023
Open original →How to maintain product availability within Elasticsearch/ Opensearch?
“<p>I'm setting up an eCommerce search system on Elasticsearch with about 6 million product listings across 3000 stores. I need advice on storing availability data efficiently within ES. This data updates frequently, about 100-200 updates per second, and I'm considering bulk ingestion to handle it. S”
stackexchange · Aadhar Bhatt · 12/13/2023
Open original →Elasticsearch Docker container cannot Snapshot to Google Cloud Storage (GCS)
“<p>This simple task is starkly difficult to debug using the resources online. Let me explain the use case, then the three lines of code that are expected to perform the task; then the errors, and the permissions conflicts that appear to be innate to the problem. Please advise.</p>
<p><strong>Use Cas”
stackexchange · David Bernat · 7/22/2023
Open original →Difference in elasticsearch index size with same data and number of documents
“<p>I have multiple elasticsearch clusters, every cluster has the same indices with the same data with the same number of documents. But there is a significant difference in the index size.
I tried to use <code>merge</code> api but it's not helping. The issue is, because of this elasticsearch is even”
stackexchange · Vishrant · 8/19/2021
Open original →AWS Elasticsearch restore index from backup stuck with "primary shard for this replica is not yet active"
“<p>When performing a restore of a specific index (using <code>POST /_snapshot/s3-bucket/snapshot-name/_restore</code>) on a new AWS Managed ElasticSearch cluster (version 7.1) it is getting stuck in Red state due to <code>primary shard for this replica is not yet active</code>.</p>
<p><em>What does ”
stackexchange · Jethro · 6/14/2021
Open original →