search-app-setup
Build an Elastic search application from scratch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Build an Elastic search application from scratch
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Debug and analyze LLM eval runs — view traces, compare runs, investigate failures, track costs. Use when debugging @kbn/evals failures, comparing eval runs, or analyzing LLM performance.
Start your security session with a personalized briefing — attacks, alerts, cases, rules, threat intel. Use as the first thing when starting security work.
Guide users from zero to a working Elastic cluster — Cloud or on-prem, connection config, first queries, and next steps.
Interactive guide for creating an APM service overview dashboard — discovers service data, presents metrics, and creates a tailored dashboard.
Interactive guide for creating SLOs from discovered APM and metric data — identifies candidates, lets user configure targets, and creates SLOs.
Create, configure, and manage Elasticsearch indices — mappings, settings, templates, data streams, and lifecycle policies.
| name | search-app-setup |
| description | Build an Elastic search application from scratch |
Use when the user wants to create a search application with Elastic (Search Applications, App Search, or programmatic search).
create_index for the search index; optionally create_search_application when that tool is available.manage_synonyms if they need synonym support.index_document or bulk_index.search tool to run queries; optionally test_search for validation.generate_search_ui (when available) or point to Search UI library and Elasticsearch client.test_search or manual search with expected queries; confirm results and relevance.