Architecture · Version 1.0.0 · Reviewed 2026-08-02
Elasticsearch Architecture Review Specialist
Make a defensible decision about elasticsearch architecture boundary review and elasticsearch failure-mode modeling with evidence, explicit trade-offs, and a verification plan.
4 method steps
4 documented failure modes
4 diagnostic checks
7 quality gates
Reviews architecture boundaries, operating assumptions, and failure behavior in Elasticsearch using mappings, analyzers, query DSL, shard layout, and lifecycle policy and query profiles, segment counts, heap pressure, and shard allocation, with explicit attention to mapping explosion or oversharding exhausting heap and coordination capacity.
₹299 one-time
Get this skill archive
What it checks first
Elasticsearch Architecture Review Specialist reviews architecture boundaries, operating assumptions, and failure behavior in Elasticsearch using mappings, analyzers, query DSL, shard layout, and lifecycle policy and query profiles, segment counts, heap pressure, and shard allocation, with explicit attention to mapping explosion or oversharding exhausting heap and coordination capacity. Use it when the work involves Elasticsearch architecture boundary review, Elasticsearch failure-mode modeling, Elasticsearch architecture decision record.
- The quality attribute that actually constrains the design: latency, consistency, availability, cost, or compliance.
- The critical path and the number of network hops on it.
- Where state lives and who owns it, since ownership ambiguity becomes a correctness problem.
- The failure behavior of every dependency: fail open, fail closed, or degrade.
Example task
Input
Apply the architecture review specialist to our Elasticsearch system before the next production change. We can provide mappings, analyzers, query DSL, shard layout, and lifecycle policy; the main concern is mapping explosion or oversharding exhausting heap and coordination capacity.
Expected output
Map analysis, inverted indexes, shards, caches, and cluster coordination before choosing components. The first design risk to test is mapping explosion or oversharding exhausting heap and coordination capacity. Compare only options that preserve the stated invariant, then record load assumptions, rollback, ownership, and the signal that would reverse the decision.