Announcing SOC 2 Compliance: Ensuring the Highest Standards of SecurityAs it continues to stride forward with new products and services, Opster is committed to ensuring and protecting the privacy of its clients and their data. Opster has always prioritized the trust of its clients…
Multi-Cluster Load Balancer ConfigurationThis is the configuration of the Multi-Cluster Load Balancer. Here you’ll be able to see an example of the configuration that will be customized to each individual user and explanations of the different terms and…
The Future of Elasticsearch: Comparing Elastic to AWSElasticsearch license change. What does this mean for you and which version should you choose? We put together a rundown of what Elasticsearch might look like in the future, and what you should do now that the licenses are changing.
How EveryMundo Improved Elasticsearch Performance and Optimized Resources with OpsterAbout EveryMundo EveryMundo provides Offer Marketing Software to drive direct channel growth and customer acquisition for major travel companies worldwide. The company works with over 60 airlines worldwide ranging from major full-service carriers to LCCs,…
How to Easily Upgrade Elasticsearch VersionsUpgrading versions in Elasticsearch is often a very daunting task, especially when jumping major versions. Users fear downtime, data loss, configuration issues and more, all of which are legitimate risks when upgrading. One way to…
How to Improve Performance in Elasticsearch When Your Cluster Is LoadedElasticsearch users often work with one primary cluster for all operations, even if they actually require a second backup cluster. If a backup cluster exists, it will usually sit idle while the primary cluster handles…
How to Prevent Downtime in Elasticsearch and Benefit from Active-Active RecoveryWhen a primary cluster falls in Elasticsearch, the data recovery process is usually initiated, but it might take time to complete. This means that you’ll suffer from downtime in the system and data will not…
How to Ensure Data Recovery in ElasticsearchIt’s always important to have more than one copy of your data, especially if you’re operating a mission-critical Elasticsearch deployment. Should your cluster fall or become unavailable for any reason, it’s possible to maintain service…
How to Solve “Noisy Neighbor” Issues in ElasticsearchA common issue many multi-tenant Elasticsearch deployments face is having a “noisy neighbor” – a certain customer interfering with the service and user experience of another customer on the same cluster. In cases like these,…
How to Scale Elasticsearch with Multiple Users and TenantsHosting too many tenants on a single Elasticsearch cluster adds unnecessary load to your system. With too many shards, indices and nodes, cluster state and metadata become far larger than is optimal. Master nodes can’t…
How to Optimize Search Performance and Eliminate Latency in ElasticsearchOne of the most difficult issues to manage and resolve in Elasticsearch is poor search performance and search latency. To optimize Elasticsearch search performance, you need to find the heavy and slow searches in your…
How to Correctly Identify Slow and Heavy Searches in ElasticsearchA heavy search is a search that consumes many resources in the cluster (like memory, disk bandwidth, CPU and network) and which causes latency in Elasticsearch. Heavy searches are not to be confused with a…
How to Locate Which Elasticsearch Users are Slowing Down SearchesWhen viewing Elasticsearch searches, it’s very difficult to derive actionable insights without knowing which of your users searched for what. Assigning which searches belong to which users is a crucial step towards improving search performance…
How to Find Searches that are Slowing Down your Elasticsearch ClusterIt can be very difficult to understand what is going with your searches in Elasticsearch. Without visibility, you can’t get a clear picture of what is happening in your system, which searches are slowing it…
High Availability in Elasticsearch – Cross Cluster Replication and AlternativesHow to Achieve High Availability in ES – Cross Cluster Replication, Load Balancer Approach and Snapshots (/Backup and Restore) Last Updated : August 2020 High availability in Elasticsearch, as well as data recovery, are two…
How to Improve your Elasticsearch Indexing RateTo get personalized detailed recommendations that can improve indexing and search performance run our Elasticsearch Check-Up (no installation required)!
Improve your Elasticsearch Reindex Performance with these TipsDisable replicas when building a new index from scratch that is not serving the search traffic, and increase index buffer size.
How to Improve Elasticsearch Search Performance10 crucial tips on how to improve search in Elasticsearch in easy-to-follow steps.
Managed Elasticsearch Service Overview – Focusing on AWSAWS managed Elasticsearch vs unmanaged Elasticsearch – a complete overview examining available features, capabilities, costs, and limitations Updated on : July 2020 Like many operations running in the cloud, when operating Elasticsearch in AWS, you…
Elasticsearch Monitoring ToolsObservability is a critical aspect of operating any system, exposing its inner workings, and facilitating the detection and resolution of problems. Monitoring tools serve as the first and most basic layer in system