Principal/Senior-level Elasticsearch playbook for index design, search relevance, cluster operations, performance tuning, observability, and production reliability.
Use when: designing search workloads, reviewing mappings and analyzers, fixing shard/query bottlenecks, or operating Elasticsearch in production.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Principal/Senior-level Elasticsearch playbook for index design, search relevance, cluster operations, performance tuning, observability, and production reliability.
Use when: designing search workloads, reviewing mappings and analyzers, fixing shard/query bottlenecks, or operating Elasticsearch in production.
Elasticsearch Mastery (Senior → Principal)
Operate
Start with query patterns, relevance requirements, data freshness, and retention.
Treat mapping, analyzer, shard count, and indexing strategy as architectural choices.
Optimize for predictable operations, not demo-search quality only.
Distinguish logging/observability use-cases from user-facing search needs.
Default Standards
Mappings should be explicit on important fields.
Shards are not free; oversharding is an operational tax.
Relevance tuning requires representative queries and evaluation, not intuition.