Skip to main content
Back to registry

elasticsearch-best-practices

mindrally/skills

Installs190
Install command
npx skills add https://github.com/mindrally/skills --skill elasticsearch-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Design indices and mappings based on query patterns - Optimize for search performance with proper analysis and indexing - Use appropriate shard sizing and cluster configuration - Implement proper security and access control - Monitor cluster health and optimize queries - Define explicit mappings instead of relying on dynamic mapping - Use appropriate data types for each field - Disable indexing for fields you do not search on - Use keyword type for exact matches, text for full-text search - keyword : Exact values, filtering, aggregations, sorting - text : Full-text search with analysis - date : Date/time values with format specification - numeric types : long, integer, short, byte, double, float, scaled_float - boolean : True/false values - geo_point : Latitude/longitude pairs - nested : Arrays of objects that need independent querying - Target 20-40GB per shard - Aim for ~20 shards per GB of heap - Avoid oversharding (too many small shards) - Consider time-based indices for time-series data - Use filter context for non-scoring queries (cacheable) - Use must only when scoring is needed - Avoid wildcards at the beginning of terms - Use keyword fields for exact matches - Limit result size with size parameter - Use size: 0 when you only need aggregations - Set appropriate shard_size for terms aggregations - Use composite aggregations for pagination - Consider using aggs filters...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does elasticsearch-best-practices do?

elasticsearch-best-practices is listed in SkillJury, but the source summary is still sparse.

Is elasticsearch-best-practices good?

elasticsearch-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does elasticsearch-best-practices work with?

elasticsearch-best-practices currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot, claude-code.

What are alternatives to elasticsearch-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install elasticsearch-best-practices?

npx skills add https://github.com/mindrally/skills --skill elasticsearch-best-practices

Related skills

More from mindrally/skills

Related skills

Alternatives in Software Engineering