<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Elasticsearch on 黄文卓 | DevOps Engineer</title>
    <link>https://socake.github.io/tags/elasticsearch/</link>
    <description>Recent content in Elasticsearch on 黄文卓 | DevOps Engineer</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <managingEditor>17691281867@163.com (Wenzhuo Huang)</managingEditor>
    <webMaster>17691281867@163.com (Wenzhuo Huang)</webMaster>
    <copyright>© 2026 Wenzhuo Huang</copyright>
    <lastBuildDate>Tue, 04 Nov 2025 12:27:00 +0800</lastBuildDate><atom:link href="https://socake.github.io/tags/elasticsearch/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Python 操作 Elasticsearch：从索引管理到复杂聚合查询</title>
      <link>https://socake.github.io/posts/python-elasticsearch-client/</link>
      <pubDate>Tue, 04 Nov 2025 12:27:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/python-elasticsearch-client/</guid>
      <description>从客户端初始化到批量操作、scroll 查询、聚合统计，一篇文章搞定 Python 操作 Elasticsearch 的高频场景。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/python-elasticsearch-client/featured.jpg" />
    </item>
    
    <item>
      <title>ELK 集群监控：用 Prometheus &#43; Grafana 监控 Elasticsearch 健康</title>
      <link>https://socake.github.io/posts/elk-prometheus-monitoring/</link>
      <pubDate>Wed, 08 Oct 2025 11:33:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/elk-prometheus-monitoring/</guid>
      <description>Kibana 内置的 Stack Monitoring 免费功能有限，告警媒介也受商业授权约束。我们最终选择 Prometheus + Grafana 方案监控 ELK 集群，这篇文章记录完整的落地过程和踩坑。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/elk-prometheus-monitoring/featured.jpg" />
    </item>
    
    <item>
      <title>Elasticsearch 备份与恢复：快照管理与跨集群迁移实践</title>
      <link>https://socake.github.io/posts/elasticsearch-backup-restore/</link>
      <pubDate>Fri, 03 Oct 2025 12:06:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/elasticsearch-backup-restore/</guid>
      <description>Snapshot API 配置、S3 IRSA 认证、定时快照脚本，以及跨集群迁移三种方案的对比与实战踩坑。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/elasticsearch-backup-restore/featured.jpg" />
    </item>
    
    <item>
      <title>Elasticsearch 查询实战：从 URI Search 到 DSL 复杂聚合</title>
      <link>https://socake.github.io/posts/elasticsearch-dsl-query/</link>
      <pubDate>Wed, 01 Oct 2025 09:17:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/elasticsearch-dsl-query/</guid>
      <description>ES 查询是每个运维必须掌握的技能。这篇文章从 URI Search 快速上手，到 DSL bool 查询、聚合分析，再到运维常用的 _cat API，配合真实排障场景整理成一篇实战手册。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/elasticsearch-dsl-query/featured.jpg" />
    </item>
    
    <item>
      <title>Elasticsearch 索引策略：ILM 生命周期管理与写入性能优化</title>
      <link>https://socake.github.io/posts/elasticsearch-index-optimization/</link>
      <pubDate>Wed, 24 Sep 2025 11:01:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/elasticsearch-index-optimization/</guid>
      <description>ILM 四阶段配置、rollover 策略、bulk 写入调优，以及分片数规划和 mapping 爆炸的避坑指南。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/elasticsearch-index-optimization/featured.jpg" />
    </item>
    
    <item>
      <title>Elasticsearch 集群部署实战：ECK 在 K8s 上的生产级配置</title>
      <link>https://socake.github.io/posts/elasticsearch-cluster-deployment/</link>
      <pubDate>Fri, 19 Sep 2025 13:03:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/elasticsearch-cluster-deployment/</guid>
      <description>从集群角色规划到 ECK Operator 落地，结合生产环境踩坑经验，完整讲解 Elasticsearch 在 Kubernetes 上的生产级部署方案。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/elasticsearch-cluster-deployment/featured.jpg" />
    </item>
    
    <item>
      <title>EFK 日志系统实战：Fluent Bit &#43; Fluentd &#43; Elasticsearch 完整部署</title>
      <link>https://socake.github.io/posts/efk-logging-practice/</link>
      <pubDate>Wed, 05 Mar 2025 12:44:00 +0800</pubDate>
      <author>17691281867@163.com (Wenzhuo Huang)</author>
      <guid>https://socake.github.io/posts/efk-logging-practice/</guid>
      <description>讲清楚为什么要 Fluent Bit + Fluentd 两层架构，给出可直接参考的完整 ConfigMap 配置和 ES 索引模板设计。</description>
      <media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://socake.github.io/posts/efk-logging-practice/featured.jpg" />
    </item>
    
  </channel>
</rss>
