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

Restricting Wide-Date-Range Queries in INFINI Gateway

Problem Statement A common data architecture involves creating a new Elasticsearch index for each day's data, often with a date-based suffix. While this simplifies data lifecycle management, it can lead to performance issues when applications execute queries that span multiple days, causing significant load on the cluster. To mitigate this, we ...

Posted on Sat, 08 Aug 2026 16:37:12 +0000 by cjconnor24

Modifying Query Parameters with INFINI Gateway: Regex-Based Approach

This article explores how to use INFINI Gateway's regex replacement capabilities to fix problematic query parameters. The techniques discussed here also apply to Opensaerch and Easysearch environments. In a previous article, we covered the request_body_json_set processor for modifying query parameters. This piece will focus on the request_body_ ...

Posted on Mon, 29 Jun 2026 16:20:59 +0000 by Katanius

Seamless Elasticsearch Cluster Migration to Cloud Infrastructure

Overview A client required migrating an existing Elasticsearch cluster to a mobile cloud environment while ensuring minimal service interruption during the transition process. Migration Strategy The approach leverages a proven gateway solution (INFINI Gateway) to implement dual-write functionality. During the cluster switching process, all data ...

Posted on Tue, 16 Jun 2026 17:58:52 +0000 by brian79

Comparing INFINI Gateway and Nginx as Proxies for Elasticsearch Clusters

INFINI Gateway OverviewINFINI Gateway is a specialized application gateway engineered specifically for Elasticsearch deployments, focusing on enhancing cluster performance, security, and operational manageability. Acting as a front-end proxy, it intercepts all client requests before forwarding them to backend Elasticsearch clusters, offering ad ...

Posted on Sun, 14 Jun 2026 16:55:32 +0000 by buildernaut1

Verifying Elasticsearch Data Integrity with INFINI Gateway

After migrating data between clusters, verifying document counts is often insufficient to guarantee data integrity. To perform a robust, content-level comparison betwean two Elasticsearch, Easysearch, or OpenSearch clusters, ENFINI Gateway provides a highly efficient solution for verifying that every document is identical across source and dest ...

Posted on Sat, 30 May 2026 19:27:32 +0000 by smeee_b