Persistent Docker Environment for INFINI Console and Easysearch

Persistent Docker Environment for INFINI Console and Easysearch Understanding Data Persistence in Docker Containers When deploying INFINI Console (version 1.29.6 in this example) with Docker, users commonly encounter an issue: container restarts cause loss of previously configured system cluster connections. This problem typically stems from ...

Posted on Thu, 24 Sep 2026 16:21:10 +0000 by csaba

Implementing Field-Level Data Masking in Easysearch for Data Protection

Ensuring Data Privacy in Search Environments Organizations frequently store sensitive information within their search clusters, such as personal identifiers, financial data, or confidential business details. Permitting unrestricted access to this data, even for troubleshooting or internal analysis, poses significant compliance and security risk ...

Posted on Wed, 16 Sep 2026 16:22:13 +0000 by perficut

Integrating Filebeat 8 with Easysearch

Connection Issues Without Compatibility Mode By default, Easysearch does not enable Elasticsearch compatibility features. If you attempt to connect Filebeat directly, the connection will fail with the error: "could not connect to a compatible version of Elasticsearch." This indicates that Filebeat cannot recognize the Easysearch versi ...

Posted on Sun, 06 Sep 2026 16:46:53 +0000 by tomwerner

Generating Self-Signed Certificates on Windows: Seven Practical Approaches

When setting up search infrastructure like Easysearch on Windows, developers often need TLS certificates for secure inter-node communication or HTTPS endpoints—even in non-production environments. Since public CAs (e.g., Let’s Encrypt) require domain control and internet-facing validation, self-signed certificates are ideal for local developmen ...

Posted on Fri, 04 Sep 2026 16:43:15 +0000 by tenaki

Modifying Unreasonable Query Parameters with INFINI Gateway for Elasticsearch Cluster Protection

This article explains how to use INFINI Gateway to modify unreasonable query parameters, a method also applicable to OpenSearch and INFINI Easysearch. In previous posts, we covered blocking resource-intensive queries. Some queries are inherently expensive (e.g., fuzzy searches, nested aggregations). Others become problematic due to inappropriat ...

Posted on Tue, 25 Aug 2026 16:13:48 +0000 by spaggle

Integrating SkyWalking with Easysearch for APM

Overview SkyWalking is an open-source observability platform designed for collecting, analyzing, aggregating, and visualizing data from services and cloud-native infrastructure. It offers a streamlined approach to maintaining visibility across distributed systems, including those spanning cloud environments. As a modern Application Performance ...

Posted on Tue, 18 Aug 2026 16:41:30 +0000 by roflpwnt

Master Node Deprecation Strategies in Easysearch: Managing Voting Quorums

Easysearch implements an adaptive quorum system that dynamically recalculates the voting majority whenever the cluster topology changes. This mechanism ensures that leadership elections and state updates remain resilient by automatically identifying the active set of Master-eligible instances during any configuration shift. When planning to dec ...

Posted on Sat, 15 Aug 2026 16:33:01 +0000 by hightechredneck

Performance Benchmark: Elasticsearch vs Easysearch

Virtual Machine Specifications Using Alibaba Cloud instance type: ecs.u1-c1m4.4xlarge, PL2: Single disk IOPS performance limit 100,000 (applicable cloud disk capacity range: 461GiB - 64TiB) vCPU Memory (GiB) Disk (GB) Bandwidth (Gbit/s) Quantity 16 64 500 5000 24 Easysearch Configuration 7-node cluster, version: 1.9.0 Instance Name ...

Posted on Sat, 15 Aug 2026 16:02:11 +0000 by Archangel915

Easy-Es 2.1.0-easysearch: A New Milestone in Domestic Search Engine Integration

Release Overview This release marks a significant collaboration between INFINI Labs and the Dromara open source community. The Easy-Es framwork now supports Easysearch, a domestically-developed search engine, representing a major step forward in the localization of search technology infrastructure. Key resources: Source Repository: https://git ...

Posted on Mon, 03 Aug 2026 16:53:31 +0000 by crabfinger

Building End-to-End Semantic Search with Easysearch, Alibaba Cloud, and Ollama Embedding APIs

In the era of AI-driven search, semantic understanding has become essential for enterprise applications. Easysearch, a high-performance alternative to Elasticsearch, supports seamless integration with external embedding services—including Alibaba Cloud DashScope and locally hosted Ollama—via OpenAI-compatible APIs. This enables robust, end-to-e ...

Posted on Tue, 21 Jul 2026 17:02:08 +0000 by wes007