Mingyi World Elasticsearch
Author

Mingyi World Elasticsearch

The leading WeChat public account for Elasticsearch fundamentals, advanced topics, and hands‑on practice. Join us to dive deep into the ELK Stack (Elasticsearch, Logstash, Kibana, Beats).

117
Articles
0
Likes
382
Views
0
Comments
Recent Articles

Latest from Mingyi World Elasticsearch

100 recent articles max
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Aug 7, 2026 · Backend Development

How to Turn Raw Text Data into an Interactive Searchable Dashboard in One Minute for Pre‑sales POCs

The article describes a fully automated pipeline that lets pre‑sales engineers upload a raw CSV/JSON sample, automatically infer mappings, mask sensitive fields, ingest data into Easysearch, generate a searchable, chart‑driven dashboard, and clean up the session with a single click, eliminating the tedious manual preparation that normally dominates POC demos.

DashboardData IngestionEasysearch
0 likes · 14 min read
How to Turn Raw Text Data into an Interactive Searchable Dashboard in One Minute for Pre‑sales POCs
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jul 11, 2026 · Backend Development

Elasticsearch Introduces True Columnar Mode: What It Means for Storage and Analytics

Elasticsearch adds a new Columnar Mode in the 9.5 tech preview and 9.6 GA, storing data once in a columnar layout with on‑demand indexing, which cuts storage costs, speeds analytical queries, keeps the existing document mode intact, and offers a migration path for append‑only log and security workloads.

Analytics QueriesColumnar ModeElasticsearch
0 likes · 6 min read
Elasticsearch Introduces True Columnar Mode: What It Means for Storage and Analytics
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jul 3, 2026 · Artificial Intelligence

Why Every Enterprise AI System Eventually Needs a Search Engine

The article explains that while small‑scale AI projects can rely solely on prompting large models, growing data volumes and complex queries force enterprises to combine LLMs for understanding and generation with search engines for fast, accurate retrieval, making the two technologies complementary rather than interchangeable.

Enterprise AILarge Language ModelsRetrieval Augmentation
0 likes · 6 min read
Why Every Enterprise AI System Eventually Needs a Search Engine
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 24, 2026 · Databases

How Two Mapping Tweaks Cut Easysearch Index Size by One‑Third

A storage audit of an Easysearch cluster revealed that overly generic field mappings caused the index to bloat to 500‑600 GB, and by correcting two mapping mistakes—using text + autocomplete only where needed and storing numeric IDs as long types—the index size shrank by over 200 GB, roughly one‑third, without data loss or functional changes.

Disk UsageDynamic TemplatesEasysearch
0 likes · 10 min read
How Two Mapping Tweaks Cut Easysearch Index Size by One‑Third
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 21, 2026 · Fundamentals

Boost Your Learning Speed 10× with AI Prompt Techniques

The article outlines a six‑step system that turns AI chat tools like Claude, ChatGPT, Gemini, or Grok into personal tutors, examiners, practice partners and cheat‑sheet creators, enabling you to structure, test, compress, and repeatedly refine any subject for ten‑fold faster mastery.

AIClaudeFeynman method
0 likes · 17 min read
Boost Your Learning Speed 10× with AI Prompt Techniques
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Jun 7, 2026 · Artificial Intelligence

Build an Enterprise RAG Vector Search System from Scratch with LangChain, Easysearch, and MiMo

This article walks through the complete end‑to‑end pipeline for building a production‑grade RAG system—including document chunking, embedding generation via MiMo, vector storage and kNN retrieval in Easysearch, hybrid search configuration, prompt engineering, answer generation, interactive chat, and a detailed list of common pitfalls and fixes.

EasysearchKNNLangChain
0 likes · 17 min read
Build an Enterprise RAG Vector Search System from Scratch with LangChain, Easysearch, and MiMo
Mingyi World Elasticsearch
Mingyi World Elasticsearch
May 31, 2026 · Operations

How to Collect Easysearch Logs with Filebeat OSS: A Step‑by‑Step Guide

This guide walks through selecting Filebeat OSS 7.10.2, preparing Ubuntu 20.04, uploading and extracting the package, configuring filebeat.yml for Easysearch log paths, creating an index template, starting Filebeat, verifying data ingestion, and applying production‑grade recommendations such as systemd service setup and ILM policies.

EasysearchElasticsearchFilebeat
0 likes · 11 min read
How to Collect Easysearch Logs with Filebeat OSS: A Step‑by‑Step Guide
Mingyi World Elasticsearch
Mingyi World Elasticsearch
May 31, 2026 · Operations

Automating Easysearch Cluster Alerts and Root‑Cause Analysis with AIOps – Full Implementation Guide

This article walks through a practical AIOps solution that replaces brittle keyword rules for Easysearch Elasticsearch clusters with a three‑step pipeline—Filebeat log ingestion, Flask‑driven LLM analysis, and automated email alerts plus ES feedback—detailing configuration, code, pitfalls, and suitability.

AIOpsDeepSeekElasticsearch
0 likes · 12 min read
Automating Easysearch Cluster Alerts and Root‑Cause Analysis with AIOps – Full Implementation Guide