[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-elastic-elastic-package-cli":3,"mdc--wvsdgd-key":34,"related-repo-elastic-elastic-package-cli":1028,"related-org-elastic-elastic-package-cli":1127},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"elastic-package-cli","develop and validate Elastic integrations","Use when developing or validating Elastic integrations with elastic-package commands such as build, check, lint, format, test, stack, service, install, profiles, and benchmark.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"elastic","Elastic","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Felastic.png",[12,16,19,20],{"name":13,"slug":14,"type":15},"Integrations","integrations","tag",{"name":17,"slug":18,"type":15},"CLI","cli",{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"Testing","testing",11,"https:\u002F\u002Fgithub.com\u002Felastic\u002Fintegration-skills","2026-07-12T07:46:57.647395","Apache-2.0",2,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],null,"https:\u002F\u002Fgithub.com\u002Felastic\u002Fintegration-skills\u002Ftree\u002FHEAD\u002Fskills\u002Felastic-package-cli","---\nname: elastic-package-cli\ndescription: \"Use when developing or validating Elastic integrations with elastic-package commands such as build, check, lint, format, test, stack, service, install, profiles, and benchmark.\"\nlicense: Apache-2.0\nmetadata:\n  author: elastic\n  version: \"1.0\"\n---\n\n# elastic-package CLI\n\n\n## When to use\n\nUse this skill when tasks include:\n- validating package structure and formatting\n- building a package artifact\n- running pipeline or system tests\n- managing local Elastic test stack lifecycle\n- installing or checking package status in Kibana\n\n## When not to use\n\nDo not use this skill as the primary guide for:\n- ECS field design decisions (use an ECS-focused skill)\n- ingest processor design and parsing strategy (use an ingest-pipeline-focused skill)\n- package layout architecture (use a package-structure-focused skill)\n\n## Prerequisites\n\n- `elastic-package` is installed and available in `PATH`\n- container runtime is available (Docker or Podman)\n- you run commands from a package directory (or pass `-C \u003Cpackage-dir>`)\n\n## Core workflows\n\n### 1) Validate and build loop\n\nRun this sequence for routine local verification:\n\n```bash\nelastic-package format\nelastic-package lint\nelastic-package check\nelastic-package build\n```\n\nNotes:\n- `check` runs lint and build together and fails fast by default.\n- use `format --fail-fast` when you want read-only verification without rewriting files.\n\n### 2) Pipeline test loop (fast iteration)\n\nUse Elasticsearch-only stack for quicker feedback:\n\n```bash\nelastic-package stack up -d --services=elasticsearch\nelastic-package test pipeline\nelastic-package test pipeline --generate\n```\n\nThen review generated expected files before keeping changes.\n\n### 3) System test loop (end-to-end)\n\nUse this when you need full ingest behavior with service provisioning:\n\n```bash\nelastic-package stack up -d\nelastic-package service up\nelastic-package test system\n```\n\nUse `--data-streams \u003Cname>` to scope tests and reduce run time.\n\n## Practical command examples\n\n```bash\n# format package files\nelastic-package format\n\n# lint against package spec and templates\nelastic-package lint\n\n# combined validation workflow\nelastic-package check\n\n# build package artifact\nelastic-package build\n\n# start only Elasticsearch for pipeline tests\nelastic-package stack up -d --services=elasticsearch\n\n# run pipeline tests\nelastic-package test pipeline\n\n# regenerate expected pipeline outputs\nelastic-package test pipeline --generate\n\n# run end-to-end system tests\nelastic-package test system\n```\n\n## Key flags cheat sheet\n\n- global: `-C, --change-directory`, `-v, --verbose`\n- stack: `-d, --daemon`, `-s, --services`, `--version`, `-p, --profile`\n- pipeline tests: `-d, --data-streams`, `-g, --generate`, `-m, --fail-on-missing`\n- system tests: `--setup`, `--tear-down`, `--no-provision`, `--variant`\n\n## Quick command map\n\n- validate\u002Fbuild: `format`, `lint`, `check`, `build`\n- stack lifecycle: `stack up`, `stack status`, `stack down`\n- testing: `test pipeline`, `test system`, `test static`, `test asset`, `test policy`, `test script`\n- package lifecycle: `create`, `install`, `status`, `uninstall`\n- support: `service up`, `profiles`, `benchmark`\n\n## References\n\n- Failure diagnosis and fixes: `references\u002Ftroubleshooting.md`\n\n",{"data":35,"body":38},{"name":4,"description":6,"license":26,"metadata":36},{"author":8,"version":37},"1.0",{"type":39,"children":40},"root",[41,49,56,62,92,98,103,121,127,166,172,179,184,250,255,282,288,293,365,370,376,381,441,454,460,717,723,834,840,1002,1008,1022],{"type":42,"tag":43,"props":44,"children":45},"element","h1",{"id":4},[46],{"type":47,"value":48},"text","elastic-package CLI",{"type":42,"tag":50,"props":51,"children":53},"h2",{"id":52},"when-to-use",[54],{"type":47,"value":55},"When to use",{"type":42,"tag":57,"props":58,"children":59},"p",{},[60],{"type":47,"value":61},"Use this skill when tasks include:",{"type":42,"tag":63,"props":64,"children":65},"ul",{},[66,72,77,82,87],{"type":42,"tag":67,"props":68,"children":69},"li",{},[70],{"type":47,"value":71},"validating package structure and formatting",{"type":42,"tag":67,"props":73,"children":74},{},[75],{"type":47,"value":76},"building a package artifact",{"type":42,"tag":67,"props":78,"children":79},{},[80],{"type":47,"value":81},"running pipeline or system tests",{"type":42,"tag":67,"props":83,"children":84},{},[85],{"type":47,"value":86},"managing local Elastic test stack lifecycle",{"type":42,"tag":67,"props":88,"children":89},{},[90],{"type":47,"value":91},"installing or checking package status in Kibana",{"type":42,"tag":50,"props":93,"children":95},{"id":94},"when-not-to-use",[96],{"type":47,"value":97},"When not to use",{"type":42,"tag":57,"props":99,"children":100},{},[101],{"type":47,"value":102},"Do not use this skill as the primary guide for:",{"type":42,"tag":63,"props":104,"children":105},{},[106,111,116],{"type":42,"tag":67,"props":107,"children":108},{},[109],{"type":47,"value":110},"ECS field design decisions (use an ECS-focused skill)",{"type":42,"tag":67,"props":112,"children":113},{},[114],{"type":47,"value":115},"ingest processor design and parsing strategy (use an ingest-pipeline-focused skill)",{"type":42,"tag":67,"props":117,"children":118},{},[119],{"type":47,"value":120},"package layout architecture (use a package-structure-focused skill)",{"type":42,"tag":50,"props":122,"children":124},{"id":123},"prerequisites",[125],{"type":47,"value":126},"Prerequisites",{"type":42,"tag":63,"props":128,"children":129},{},[130,148,153],{"type":42,"tag":67,"props":131,"children":132},{},[133,140,142],{"type":42,"tag":134,"props":135,"children":137},"code",{"className":136},[],[138],{"type":47,"value":139},"elastic-package",{"type":47,"value":141}," is installed and available in ",{"type":42,"tag":134,"props":143,"children":145},{"className":144},[],[146],{"type":47,"value":147},"PATH",{"type":42,"tag":67,"props":149,"children":150},{},[151],{"type":47,"value":152},"container runtime is available (Docker or Podman)",{"type":42,"tag":67,"props":154,"children":155},{},[156,158,164],{"type":47,"value":157},"you run commands from a package directory (or pass ",{"type":42,"tag":134,"props":159,"children":161},{"className":160},[],[162],{"type":47,"value":163},"-C \u003Cpackage-dir>",{"type":47,"value":165},")",{"type":42,"tag":50,"props":167,"children":169},{"id":168},"core-workflows",[170],{"type":47,"value":171},"Core workflows",{"type":42,"tag":173,"props":174,"children":176},"h3",{"id":175},"_1-validate-and-build-loop",[177],{"type":47,"value":178},"1) Validate and build loop",{"type":42,"tag":57,"props":180,"children":181},{},[182],{"type":47,"value":183},"Run this sequence for routine local verification:",{"type":42,"tag":185,"props":186,"children":191},"pre",{"className":187,"code":188,"language":189,"meta":190,"style":190},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","elastic-package format\nelastic-package lint\nelastic-package check\nelastic-package build\n","bash","",[192],{"type":42,"tag":134,"props":193,"children":194},{"__ignoreMap":190},[195,212,224,237],{"type":42,"tag":196,"props":197,"children":200},"span",{"class":198,"line":199},"line",1,[201,206],{"type":42,"tag":196,"props":202,"children":204},{"style":203},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[205],{"type":47,"value":139},{"type":42,"tag":196,"props":207,"children":209},{"style":208},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[210],{"type":47,"value":211}," format\n",{"type":42,"tag":196,"props":213,"children":214},{"class":198,"line":27},[215,219],{"type":42,"tag":196,"props":216,"children":217},{"style":203},[218],{"type":47,"value":139},{"type":42,"tag":196,"props":220,"children":221},{"style":208},[222],{"type":47,"value":223}," lint\n",{"type":42,"tag":196,"props":225,"children":227},{"class":198,"line":226},3,[228,232],{"type":42,"tag":196,"props":229,"children":230},{"style":203},[231],{"type":47,"value":139},{"type":42,"tag":196,"props":233,"children":234},{"style":208},[235],{"type":47,"value":236}," check\n",{"type":42,"tag":196,"props":238,"children":240},{"class":198,"line":239},4,[241,245],{"type":42,"tag":196,"props":242,"children":243},{"style":203},[244],{"type":47,"value":139},{"type":42,"tag":196,"props":246,"children":247},{"style":208},[248],{"type":47,"value":249}," build\n",{"type":42,"tag":57,"props":251,"children":252},{},[253],{"type":47,"value":254},"Notes:",{"type":42,"tag":63,"props":256,"children":257},{},[258,269],{"type":42,"tag":67,"props":259,"children":260},{},[261,267],{"type":42,"tag":134,"props":262,"children":264},{"className":263},[],[265],{"type":47,"value":266},"check",{"type":47,"value":268}," runs lint and build together and fails fast by default.",{"type":42,"tag":67,"props":270,"children":271},{},[272,274,280],{"type":47,"value":273},"use ",{"type":42,"tag":134,"props":275,"children":277},{"className":276},[],[278],{"type":47,"value":279},"format --fail-fast",{"type":47,"value":281}," when you want read-only verification without rewriting files.",{"type":42,"tag":173,"props":283,"children":285},{"id":284},"_2-pipeline-test-loop-fast-iteration",[286],{"type":47,"value":287},"2) Pipeline test loop (fast iteration)",{"type":42,"tag":57,"props":289,"children":290},{},[291],{"type":47,"value":292},"Use Elasticsearch-only stack for quicker feedback:",{"type":42,"tag":185,"props":294,"children":296},{"className":187,"code":295,"language":189,"meta":190,"style":190},"elastic-package stack up -d --services=elasticsearch\nelastic-package test pipeline\nelastic-package test pipeline --generate\n",[297],{"type":42,"tag":134,"props":298,"children":299},{"__ignoreMap":190},[300,327,344],{"type":42,"tag":196,"props":301,"children":302},{"class":198,"line":199},[303,307,312,317,322],{"type":42,"tag":196,"props":304,"children":305},{"style":203},[306],{"type":47,"value":139},{"type":42,"tag":196,"props":308,"children":309},{"style":208},[310],{"type":47,"value":311}," stack",{"type":42,"tag":196,"props":313,"children":314},{"style":208},[315],{"type":47,"value":316}," up",{"type":42,"tag":196,"props":318,"children":319},{"style":208},[320],{"type":47,"value":321}," -d",{"type":42,"tag":196,"props":323,"children":324},{"style":208},[325],{"type":47,"value":326}," --services=elasticsearch\n",{"type":42,"tag":196,"props":328,"children":329},{"class":198,"line":27},[330,334,339],{"type":42,"tag":196,"props":331,"children":332},{"style":203},[333],{"type":47,"value":139},{"type":42,"tag":196,"props":335,"children":336},{"style":208},[337],{"type":47,"value":338}," test",{"type":42,"tag":196,"props":340,"children":341},{"style":208},[342],{"type":47,"value":343}," pipeline\n",{"type":42,"tag":196,"props":345,"children":346},{"class":198,"line":226},[347,351,355,360],{"type":42,"tag":196,"props":348,"children":349},{"style":203},[350],{"type":47,"value":139},{"type":42,"tag":196,"props":352,"children":353},{"style":208},[354],{"type":47,"value":338},{"type":42,"tag":196,"props":356,"children":357},{"style":208},[358],{"type":47,"value":359}," pipeline",{"type":42,"tag":196,"props":361,"children":362},{"style":208},[363],{"type":47,"value":364}," --generate\n",{"type":42,"tag":57,"props":366,"children":367},{},[368],{"type":47,"value":369},"Then review generated expected files before keeping changes.",{"type":42,"tag":173,"props":371,"children":373},{"id":372},"_3-system-test-loop-end-to-end",[374],{"type":47,"value":375},"3) System test loop (end-to-end)",{"type":42,"tag":57,"props":377,"children":378},{},[379],{"type":47,"value":380},"Use this when you need full ingest behavior with service provisioning:",{"type":42,"tag":185,"props":382,"children":384},{"className":187,"code":383,"language":189,"meta":190,"style":190},"elastic-package stack up -d\nelastic-package service up\nelastic-package test system\n",[385],{"type":42,"tag":134,"props":386,"children":387},{"__ignoreMap":190},[388,408,425],{"type":42,"tag":196,"props":389,"children":390},{"class":198,"line":199},[391,395,399,403],{"type":42,"tag":196,"props":392,"children":393},{"style":203},[394],{"type":47,"value":139},{"type":42,"tag":196,"props":396,"children":397},{"style":208},[398],{"type":47,"value":311},{"type":42,"tag":196,"props":400,"children":401},{"style":208},[402],{"type":47,"value":316},{"type":42,"tag":196,"props":404,"children":405},{"style":208},[406],{"type":47,"value":407}," -d\n",{"type":42,"tag":196,"props":409,"children":410},{"class":198,"line":27},[411,415,420],{"type":42,"tag":196,"props":412,"children":413},{"style":203},[414],{"type":47,"value":139},{"type":42,"tag":196,"props":416,"children":417},{"style":208},[418],{"type":47,"value":419}," service",{"type":42,"tag":196,"props":421,"children":422},{"style":208},[423],{"type":47,"value":424}," up\n",{"type":42,"tag":196,"props":426,"children":427},{"class":198,"line":226},[428,432,436],{"type":42,"tag":196,"props":429,"children":430},{"style":203},[431],{"type":47,"value":139},{"type":42,"tag":196,"props":433,"children":434},{"style":208},[435],{"type":47,"value":338},{"type":42,"tag":196,"props":437,"children":438},{"style":208},[439],{"type":47,"value":440}," system\n",{"type":42,"tag":57,"props":442,"children":443},{},[444,446,452],{"type":47,"value":445},"Use ",{"type":42,"tag":134,"props":447,"children":449},{"className":448},[],[450],{"type":47,"value":451},"--data-streams \u003Cname>",{"type":47,"value":453}," to scope tests and reduce run time.",{"type":42,"tag":50,"props":455,"children":457},{"id":456},"practical-command-examples",[458],{"type":47,"value":459},"Practical command examples",{"type":42,"tag":185,"props":461,"children":463},{"className":187,"code":462,"language":189,"meta":190,"style":190},"# format package files\nelastic-package format\n\n# lint against package spec and templates\nelastic-package lint\n\n# combined validation workflow\nelastic-package check\n\n# build package artifact\nelastic-package build\n\n# start only Elasticsearch for pipeline tests\nelastic-package stack up -d --services=elasticsearch\n\n# run pipeline tests\nelastic-package test pipeline\n\n# regenerate expected pipeline outputs\nelastic-package test pipeline --generate\n\n# run end-to-end system tests\nelastic-package test system\n",[464],{"type":42,"tag":134,"props":465,"children":466},{"__ignoreMap":190},[467,476,487,496,504,516,524,533,545,553,562,573,581,590,614,622,631,647,655,664,684,692,701],{"type":42,"tag":196,"props":468,"children":469},{"class":198,"line":199},[470],{"type":42,"tag":196,"props":471,"children":473},{"style":472},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[474],{"type":47,"value":475},"# format package files\n",{"type":42,"tag":196,"props":477,"children":478},{"class":198,"line":27},[479,483],{"type":42,"tag":196,"props":480,"children":481},{"style":203},[482],{"type":47,"value":139},{"type":42,"tag":196,"props":484,"children":485},{"style":208},[486],{"type":47,"value":211},{"type":42,"tag":196,"props":488,"children":489},{"class":198,"line":226},[490],{"type":42,"tag":196,"props":491,"children":493},{"emptyLinePlaceholder":492},true,[494],{"type":47,"value":495},"\n",{"type":42,"tag":196,"props":497,"children":498},{"class":198,"line":239},[499],{"type":42,"tag":196,"props":500,"children":501},{"style":472},[502],{"type":47,"value":503},"# lint against package spec and templates\n",{"type":42,"tag":196,"props":505,"children":507},{"class":198,"line":506},5,[508,512],{"type":42,"tag":196,"props":509,"children":510},{"style":203},[511],{"type":47,"value":139},{"type":42,"tag":196,"props":513,"children":514},{"style":208},[515],{"type":47,"value":223},{"type":42,"tag":196,"props":517,"children":519},{"class":198,"line":518},6,[520],{"type":42,"tag":196,"props":521,"children":522},{"emptyLinePlaceholder":492},[523],{"type":47,"value":495},{"type":42,"tag":196,"props":525,"children":527},{"class":198,"line":526},7,[528],{"type":42,"tag":196,"props":529,"children":530},{"style":472},[531],{"type":47,"value":532},"# combined validation workflow\n",{"type":42,"tag":196,"props":534,"children":536},{"class":198,"line":535},8,[537,541],{"type":42,"tag":196,"props":538,"children":539},{"style":203},[540],{"type":47,"value":139},{"type":42,"tag":196,"props":542,"children":543},{"style":208},[544],{"type":47,"value":236},{"type":42,"tag":196,"props":546,"children":548},{"class":198,"line":547},9,[549],{"type":42,"tag":196,"props":550,"children":551},{"emptyLinePlaceholder":492},[552],{"type":47,"value":495},{"type":42,"tag":196,"props":554,"children":556},{"class":198,"line":555},10,[557],{"type":42,"tag":196,"props":558,"children":559},{"style":472},[560],{"type":47,"value":561},"# build package artifact\n",{"type":42,"tag":196,"props":563,"children":564},{"class":198,"line":23},[565,569],{"type":42,"tag":196,"props":566,"children":567},{"style":203},[568],{"type":47,"value":139},{"type":42,"tag":196,"props":570,"children":571},{"style":208},[572],{"type":47,"value":249},{"type":42,"tag":196,"props":574,"children":576},{"class":198,"line":575},12,[577],{"type":42,"tag":196,"props":578,"children":579},{"emptyLinePlaceholder":492},[580],{"type":47,"value":495},{"type":42,"tag":196,"props":582,"children":584},{"class":198,"line":583},13,[585],{"type":42,"tag":196,"props":586,"children":587},{"style":472},[588],{"type":47,"value":589},"# start only Elasticsearch for pipeline tests\n",{"type":42,"tag":196,"props":591,"children":593},{"class":198,"line":592},14,[594,598,602,606,610],{"type":42,"tag":196,"props":595,"children":596},{"style":203},[597],{"type":47,"value":139},{"type":42,"tag":196,"props":599,"children":600},{"style":208},[601],{"type":47,"value":311},{"type":42,"tag":196,"props":603,"children":604},{"style":208},[605],{"type":47,"value":316},{"type":42,"tag":196,"props":607,"children":608},{"style":208},[609],{"type":47,"value":321},{"type":42,"tag":196,"props":611,"children":612},{"style":208},[613],{"type":47,"value":326},{"type":42,"tag":196,"props":615,"children":617},{"class":198,"line":616},15,[618],{"type":42,"tag":196,"props":619,"children":620},{"emptyLinePlaceholder":492},[621],{"type":47,"value":495},{"type":42,"tag":196,"props":623,"children":625},{"class":198,"line":624},16,[626],{"type":42,"tag":196,"props":627,"children":628},{"style":472},[629],{"type":47,"value":630},"# run pipeline tests\n",{"type":42,"tag":196,"props":632,"children":634},{"class":198,"line":633},17,[635,639,643],{"type":42,"tag":196,"props":636,"children":637},{"style":203},[638],{"type":47,"value":139},{"type":42,"tag":196,"props":640,"children":641},{"style":208},[642],{"type":47,"value":338},{"type":42,"tag":196,"props":644,"children":645},{"style":208},[646],{"type":47,"value":343},{"type":42,"tag":196,"props":648,"children":650},{"class":198,"line":649},18,[651],{"type":42,"tag":196,"props":652,"children":653},{"emptyLinePlaceholder":492},[654],{"type":47,"value":495},{"type":42,"tag":196,"props":656,"children":658},{"class":198,"line":657},19,[659],{"type":42,"tag":196,"props":660,"children":661},{"style":472},[662],{"type":47,"value":663},"# regenerate expected pipeline outputs\n",{"type":42,"tag":196,"props":665,"children":667},{"class":198,"line":666},20,[668,672,676,680],{"type":42,"tag":196,"props":669,"children":670},{"style":203},[671],{"type":47,"value":139},{"type":42,"tag":196,"props":673,"children":674},{"style":208},[675],{"type":47,"value":338},{"type":42,"tag":196,"props":677,"children":678},{"style":208},[679],{"type":47,"value":359},{"type":42,"tag":196,"props":681,"children":682},{"style":208},[683],{"type":47,"value":364},{"type":42,"tag":196,"props":685,"children":687},{"class":198,"line":686},21,[688],{"type":42,"tag":196,"props":689,"children":690},{"emptyLinePlaceholder":492},[691],{"type":47,"value":495},{"type":42,"tag":196,"props":693,"children":695},{"class":198,"line":694},22,[696],{"type":42,"tag":196,"props":697,"children":698},{"style":472},[699],{"type":47,"value":700},"# run end-to-end system tests\n",{"type":42,"tag":196,"props":702,"children":704},{"class":198,"line":703},23,[705,709,713],{"type":42,"tag":196,"props":706,"children":707},{"style":203},[708],{"type":47,"value":139},{"type":42,"tag":196,"props":710,"children":711},{"style":208},[712],{"type":47,"value":338},{"type":42,"tag":196,"props":714,"children":715},{"style":208},[716],{"type":47,"value":440},{"type":42,"tag":50,"props":718,"children":720},{"id":719},"key-flags-cheat-sheet",[721],{"type":47,"value":722},"Key flags cheat sheet",{"type":42,"tag":63,"props":724,"children":725},{},[726,745,777,802],{"type":42,"tag":67,"props":727,"children":728},{},[729,731,737,739],{"type":47,"value":730},"global: ",{"type":42,"tag":134,"props":732,"children":734},{"className":733},[],[735],{"type":47,"value":736},"-C, --change-directory",{"type":47,"value":738},", ",{"type":42,"tag":134,"props":740,"children":742},{"className":741},[],[743],{"type":47,"value":744},"-v, --verbose",{"type":42,"tag":67,"props":746,"children":747},{},[748,750,756,757,763,764,770,771],{"type":47,"value":749},"stack: ",{"type":42,"tag":134,"props":751,"children":753},{"className":752},[],[754],{"type":47,"value":755},"-d, --daemon",{"type":47,"value":738},{"type":42,"tag":134,"props":758,"children":760},{"className":759},[],[761],{"type":47,"value":762},"-s, --services",{"type":47,"value":738},{"type":42,"tag":134,"props":765,"children":767},{"className":766},[],[768],{"type":47,"value":769},"--version",{"type":47,"value":738},{"type":42,"tag":134,"props":772,"children":774},{"className":773},[],[775],{"type":47,"value":776},"-p, --profile",{"type":42,"tag":67,"props":778,"children":779},{},[780,782,788,789,795,796],{"type":47,"value":781},"pipeline tests: ",{"type":42,"tag":134,"props":783,"children":785},{"className":784},[],[786],{"type":47,"value":787},"-d, --data-streams",{"type":47,"value":738},{"type":42,"tag":134,"props":790,"children":792},{"className":791},[],[793],{"type":47,"value":794},"-g, --generate",{"type":47,"value":738},{"type":42,"tag":134,"props":797,"children":799},{"className":798},[],[800],{"type":47,"value":801},"-m, --fail-on-missing",{"type":42,"tag":67,"props":803,"children":804},{},[805,807,813,814,820,821,827,828],{"type":47,"value":806},"system tests: ",{"type":42,"tag":134,"props":808,"children":810},{"className":809},[],[811],{"type":47,"value":812},"--setup",{"type":47,"value":738},{"type":42,"tag":134,"props":815,"children":817},{"className":816},[],[818],{"type":47,"value":819},"--tear-down",{"type":47,"value":738},{"type":42,"tag":134,"props":822,"children":824},{"className":823},[],[825],{"type":47,"value":826},"--no-provision",{"type":47,"value":738},{"type":42,"tag":134,"props":829,"children":831},{"className":830},[],[832],{"type":47,"value":833},"--variant",{"type":42,"tag":50,"props":835,"children":837},{"id":836},"quick-command-map",[838],{"type":47,"value":839},"Quick command map",{"type":42,"tag":63,"props":841,"children":842},{},[843,874,899,945,977],{"type":42,"tag":67,"props":844,"children":845},{},[846,848,854,855,861,862,867,868],{"type":47,"value":847},"validate\u002Fbuild: ",{"type":42,"tag":134,"props":849,"children":851},{"className":850},[],[852],{"type":47,"value":853},"format",{"type":47,"value":738},{"type":42,"tag":134,"props":856,"children":858},{"className":857},[],[859],{"type":47,"value":860},"lint",{"type":47,"value":738},{"type":42,"tag":134,"props":863,"children":865},{"className":864},[],[866],{"type":47,"value":266},{"type":47,"value":738},{"type":42,"tag":134,"props":869,"children":871},{"className":870},[],[872],{"type":47,"value":873},"build",{"type":42,"tag":67,"props":875,"children":876},{},[877,879,885,886,892,893],{"type":47,"value":878},"stack lifecycle: ",{"type":42,"tag":134,"props":880,"children":882},{"className":881},[],[883],{"type":47,"value":884},"stack up",{"type":47,"value":738},{"type":42,"tag":134,"props":887,"children":889},{"className":888},[],[890],{"type":47,"value":891},"stack status",{"type":47,"value":738},{"type":42,"tag":134,"props":894,"children":896},{"className":895},[],[897],{"type":47,"value":898},"stack down",{"type":42,"tag":67,"props":900,"children":901},{},[902,904,910,911,917,918,924,925,931,932,938,939],{"type":47,"value":903},"testing: ",{"type":42,"tag":134,"props":905,"children":907},{"className":906},[],[908],{"type":47,"value":909},"test pipeline",{"type":47,"value":738},{"type":42,"tag":134,"props":912,"children":914},{"className":913},[],[915],{"type":47,"value":916},"test system",{"type":47,"value":738},{"type":42,"tag":134,"props":919,"children":921},{"className":920},[],[922],{"type":47,"value":923},"test static",{"type":47,"value":738},{"type":42,"tag":134,"props":926,"children":928},{"className":927},[],[929],{"type":47,"value":930},"test asset",{"type":47,"value":738},{"type":42,"tag":134,"props":933,"children":935},{"className":934},[],[936],{"type":47,"value":937},"test policy",{"type":47,"value":738},{"type":42,"tag":134,"props":940,"children":942},{"className":941},[],[943],{"type":47,"value":944},"test script",{"type":42,"tag":67,"props":946,"children":947},{},[948,950,956,957,963,964,970,971],{"type":47,"value":949},"package lifecycle: ",{"type":42,"tag":134,"props":951,"children":953},{"className":952},[],[954],{"type":47,"value":955},"create",{"type":47,"value":738},{"type":42,"tag":134,"props":958,"children":960},{"className":959},[],[961],{"type":47,"value":962},"install",{"type":47,"value":738},{"type":42,"tag":134,"props":965,"children":967},{"className":966},[],[968],{"type":47,"value":969},"status",{"type":47,"value":738},{"type":42,"tag":134,"props":972,"children":974},{"className":973},[],[975],{"type":47,"value":976},"uninstall",{"type":42,"tag":67,"props":978,"children":979},{},[980,982,988,989,995,996],{"type":47,"value":981},"support: ",{"type":42,"tag":134,"props":983,"children":985},{"className":984},[],[986],{"type":47,"value":987},"service up",{"type":47,"value":738},{"type":42,"tag":134,"props":990,"children":992},{"className":991},[],[993],{"type":47,"value":994},"profiles",{"type":47,"value":738},{"type":42,"tag":134,"props":997,"children":999},{"className":998},[],[1000],{"type":47,"value":1001},"benchmark",{"type":42,"tag":50,"props":1003,"children":1005},{"id":1004},"references",[1006],{"type":47,"value":1007},"References",{"type":42,"tag":63,"props":1009,"children":1010},{},[1011],{"type":42,"tag":67,"props":1012,"children":1013},{},[1014,1016],{"type":47,"value":1015},"Failure diagnosis and fixes: ",{"type":42,"tag":134,"props":1017,"children":1019},{"className":1018},[],[1020],{"type":47,"value":1021},"references\u002Ftroubleshooting.md",{"type":42,"tag":1023,"props":1024,"children":1025},"style",{},[1026],{"type":47,"value":1027},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1029,"total":592},[1030,1049,1064,1075,1092,1105,1120],{"slug":1031,"name":1031,"fn":1032,"description":1033,"org":1034,"tags":1035,"stars":23,"repoUrl":24,"updatedAt":1048},"anonymize-logs","anonymize sensitive log data","Anonymize and sanitize customer-provided log files before they are committed as pipeline test fixtures or sample events. Performs a line-by-line review and replaces all sensitive values inline, preserving log structure and format exactly — never reformats, re-indents, or restructures content. Invoke manually with \u002Fanonymize-logs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1036,1039,1042,1045],{"name":1037,"slug":1038,"type":15},"Data Cleaning","data-cleaning",{"name":1040,"slug":1041,"type":15},"Logs","logs",{"name":1043,"slug":1044,"type":15},"Privacy","privacy",{"name":1046,"slug":1047,"type":15},"Security","security","2026-07-18T05:13:04.420121",{"slug":1050,"name":1050,"fn":1051,"description":1052,"org":1053,"tags":1054,"stars":23,"repoUrl":24,"updatedAt":1063},"cel-programs","write CEL programs for data collection","Use for all CEL and mito work on integrations that collect from APIs — writing CEL programs, cel.yml.hbs templates, manifest configuration, mock-first development with the mito CLI, system test mock setup, and answering CEL\u002Fmito questions. Load this skill whenever any data stream uses the cel input type.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1055,1058,1061,1062],{"name":1056,"slug":1057,"type":15},"API Development","api-development",{"name":1059,"slug":1060,"type":15},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-07-12T07:47:10.207064",{"slug":1065,"name":1065,"fn":1066,"description":1067,"org":1068,"tags":1069,"stars":23,"repoUrl":24,"updatedAt":1074},"create-integration","create Elastic integration packages","Use when creating a new Elastic integration package, scaffolding data streams, answering package layout or structure questions, or running the end-to-end integration build workflow. Covers package topology, scaffold commands, post-scaffold edits, and full orchestration of CEL\u002Fpipeline\u002Ftest subagents.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1070,1073],{"name":1071,"slug":1072,"type":15},"Elasticsearch","elasticsearch",{"name":13,"slug":14,"type":15},"2026-07-12T07:46:56.318866",{"slug":1076,"name":1076,"fn":1077,"description":1078,"org":1079,"tags":1080,"stars":23,"repoUrl":24,"updatedAt":1091},"dashboard-guidelines","create and review Kibana dashboard assets","Use when creating or reviewing Kibana assets in packages, including dashboard export structure, naming, and data stream alignment.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1081,1084,1085,1088],{"name":1082,"slug":1083,"type":15},"Dashboards","dashboards",{"name":1071,"slug":1072,"type":15},{"name":1086,"slug":1087,"type":15},"Kibana","kibana",{"name":1089,"slug":1090,"type":15},"UI Components","ui-components","2026-07-12T07:47:07.702332",{"slug":1093,"name":1093,"fn":1094,"description":1095,"org":1096,"tags":1097,"stars":23,"repoUrl":24,"updatedAt":1104},"dashboard-review","review Elastic dashboard JSON changes","Use when reviewing dashboard JSON changes in a PR or branch. Extracts structured descriptions with kbdash, compares before\u002Fafter, and checks guideline compliance.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1098,1101,1102,1103],{"name":1099,"slug":1100,"type":15},"Code Review","code-review",{"name":1082,"slug":1083,"type":15},{"name":9,"slug":8,"type":15},{"name":1086,"slug":1087,"type":15},"2026-07-12T07:47:06.493988",{"slug":1106,"name":1106,"fn":1107,"description":1108,"org":1109,"tags":1110,"stars":23,"repoUrl":24,"updatedAt":1119},"ecs-field-mappings","define ECS field mappings for integrations","Use when defining field mappings for data streams, populating ecs.yml with ECS field references, selecting ECS categorization values, choosing custom field types, or troubleshooting mapping validation failures.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1111,1114,1117,1118],{"name":1112,"slug":1113,"type":15},"Data Modeling","data-modeling",{"name":1115,"slug":1116,"type":15},"Data Quality","data-quality",{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},"2026-07-12T07:47:13.472534",{"slug":4,"name":4,"fn":5,"description":6,"org":1121,"tags":1122,"stars":23,"repoUrl":24,"updatedAt":25},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1123,1124,1125,1126],{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},{"name":13,"slug":14,"type":15},{"name":21,"slug":22,"type":15},{"items":1128,"total":1292},[1129,1148,1165,1176,1195,1207,1217,1230,1242,1255,1266,1279],{"slug":1130,"name":1130,"fn":1131,"description":1132,"org":1133,"tags":1134,"stars":1145,"repoUrl":1146,"updatedAt":1147},"accessing-benchmark-results","retrieve and analyze Rally benchmark results","Retrieve Rally benchmark results from an external Elasticsearch metrics store. Use to list past races, get a single race's overall (per-task) results, chart a metric's trend across multiple runs, compare two races, or check whether a run converged — e.g. \"show me recent geonames races\", \"what's the service_time trend for nyc_taxis over the last 30 days?\", \"compare these two race-ids\". Applies when datastore.type = elasticsearch is set in ~\u002F.rally\u002Frally.ini.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1135,1138,1141,1142],{"name":1136,"slug":1137,"type":15},"Analytics","analytics",{"name":1139,"slug":1140,"type":15},"Data Analysis","data-analysis",{"name":9,"slug":8,"type":15},{"name":1143,"slug":1144,"type":15},"Performance","performance",2027,"https:\u002F\u002Fgithub.com\u002Felastic\u002Frally","2026-07-12T07:46:38.54144",{"slug":1149,"name":1149,"fn":1150,"description":1151,"org":1152,"tags":1153,"stars":1145,"repoUrl":1146,"updatedAt":1164},"developing-rally","develop and debug Rally source code","Work on Rally's own codebase, not running benchmarks with it. Use when setting up the dev environment, running Rally's tests or linters, navigating its source, debugging Rally's own code, or making changes to Rally itself.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1154,1157,1158,1161],{"name":1155,"slug":1156,"type":15},"Debugging","debugging",{"name":9,"slug":8,"type":15},{"name":1159,"slug":1160,"type":15},"Engineering","engineering",{"name":1162,"slug":1163,"type":15},"Local Development","local-development","2026-07-12T07:46:35.976807",{"slug":1166,"name":1166,"fn":1167,"description":1168,"org":1169,"tags":1170,"stars":1145,"repoUrl":1146,"updatedAt":1175},"running-benchmarks","run Rally benchmarks against Elasticsearch","Run Rally benchmarks (races) against Elasticsearch — an existing\u002Fexternal cluster or a Rally-provisioned distribution — and read the summary report. Use when running a race (any pipeline, track, challenge, target-hosts, or auth) or when interpreting throughput, latency, and service_time results.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1171,1172,1173,1174],{"name":9,"slug":8,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1143,"slug":1144,"type":15},{"name":21,"slug":22,"type":15},"2026-07-12T07:46:37.277964",{"slug":1177,"name":1177,"fn":1178,"description":1179,"org":1180,"tags":1181,"stars":1192,"repoUrl":1193,"updatedAt":1194},"cloud-access-management","manage Elastic Cloud organization access","Manage Elastic Cloud organization access: invite users, assign roles to Serverless projects, and create or revoke Cloud API keys. Use when granting, modifying, or auditing user access.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1182,1185,1186,1189],{"name":1183,"slug":1184,"type":15},"Cloud","cloud",{"name":9,"slug":8,"type":15},{"name":1187,"slug":1188,"type":15},"Operations","operations",{"name":1190,"slug":1191,"type":15},"Permissions","permissions",531,"https:\u002F\u002Fgithub.com\u002Felastic\u002Fagent-skills","2026-07-12T07:46:44.946285",{"slug":1196,"name":1196,"fn":1197,"description":1198,"org":1199,"tags":1200,"stars":1192,"repoUrl":1193,"updatedAt":1206},"cloud-create-project","create Elastic Cloud Serverless projects","Creates Elastic Cloud Serverless projects (Elasticsearch, Observability, or Security) via the REST API, saves credentials to file, and bootstraps a scoped Elasticsearch API key. Use when creating a new serverless project, provisioning a search or observability environment, or spinning up a new Elastic Cloud project.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1201,1202,1205],{"name":1183,"slug":1184,"type":15},{"name":1203,"slug":1204,"type":15},"Deployment","deployment",{"name":1071,"slug":1072,"type":15},"2026-07-12T07:46:42.353362",{"slug":1208,"name":1208,"fn":1209,"description":1210,"org":1211,"tags":1212,"stars":1192,"repoUrl":1193,"updatedAt":1216},"cloud-manage-project","manage Elastic Cloud Serverless projects","Manages existing Elastic Cloud Serverless projects: list, get, update, delete, reset credentials, resume, and load saved credentials. Connects to existing projects by resolving endpoints and acquiring scoped Elasticsearch API keys. Use when performing day-2 operations on serverless projects, connecting to an existing project, loading or resetting project credentials, or looking up project details.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1213,1214,1215],{"name":1183,"slug":1184,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1187,"slug":1188,"type":15},"2026-07-12T07:46:41.097412",{"slug":1218,"name":1218,"fn":1219,"description":1220,"org":1221,"tags":1222,"stars":1192,"repoUrl":1193,"updatedAt":1229},"cloud-network-security","manage Elastic Cloud network security","Manage Serverless network security (traffic filters): create, update, and delete IP filters and AWS PrivateLink VPC filters. Use when restricting network access or configuring private connectivity.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1223,1224,1225,1228],{"name":1183,"slug":1184,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1226,"slug":1227,"type":15},"Networking","networking",{"name":1046,"slug":1047,"type":15},"2026-07-12T07:46:43.675992",{"slug":1231,"name":1231,"fn":1232,"description":1233,"org":1234,"tags":1235,"stars":1192,"repoUrl":1193,"updatedAt":1241},"cloud-setup","configure Elastic Cloud authentication","Configures Elastic Cloud authentication and environment defaults. Use when setting up EC_API_KEY, configuring Cloud API access, or when another cloud skill requires credentials.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1236,1239,1240],{"name":1237,"slug":1238,"type":15},"Authentication","authentication",{"name":1183,"slug":1184,"type":15},{"name":1071,"slug":1072,"type":15},"2026-07-12T07:46:39.783105",{"slug":1243,"name":1243,"fn":1244,"description":1245,"org":1246,"tags":1247,"stars":1192,"repoUrl":1193,"updatedAt":1254},"elasticsearch-audit","configure Elasticsearch security audit logs","Enable, configure, and query Elasticsearch security audit logs. Use when the task involves audit logging setup, event filtering, or investigating security incidents like failed logins.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1248,1251,1252,1253],{"name":1249,"slug":1250,"type":15},"Audit","audit",{"name":1071,"slug":1072,"type":15},{"name":1040,"slug":1041,"type":15},{"name":1046,"slug":1047,"type":15},"2026-07-12T07:47:35.092599",{"slug":1256,"name":1256,"fn":1257,"description":1258,"org":1259,"tags":1260,"stars":1192,"repoUrl":1193,"updatedAt":1265},"elasticsearch-authn","configure Elasticsearch authentication realms","Authenticate to Elasticsearch using native, file-based, LDAP\u002FAD, SAML, OIDC, Kerberos, JWT, or certificate realms. Use when connecting with credentials, choosing a realm, or managing API keys. Assumes the target realms are already configured.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1261,1262,1263,1264],{"name":1237,"slug":1238,"type":15},{"name":9,"slug":8,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1046,"slug":1047,"type":15},"2026-07-12T07:47:41.474547",{"slug":1267,"name":1267,"fn":1268,"description":1269,"org":1270,"tags":1271,"stars":1192,"repoUrl":1193,"updatedAt":1278},"elasticsearch-authz","manage Elasticsearch RBAC and security roles","Manage Elasticsearch RBAC: native users, roles, role mappings, document- and field-level security. Use when creating users or roles, assigning privileges, or mapping external realms like LDAP\u002FSAML.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1272,1273,1274,1277],{"name":9,"slug":8,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1275,"slug":1276,"type":15},"RBAC","rbac",{"name":1046,"slug":1047,"type":15},"2026-07-12T07:47:36.394177",{"slug":1280,"name":1280,"fn":1281,"description":1282,"org":1283,"tags":1284,"stars":1192,"repoUrl":1193,"updatedAt":1291},"elasticsearch-esql","query Elasticsearch data with ES|QL","Execute ES|QL (Elasticsearch Query Language) queries, use when the user wants to query Elasticsearch data, analyze logs, aggregate metrics, explore data, or create charts and dashboards from ES|QL results.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1285,1286,1287,1288],{"name":1136,"slug":1137,"type":15},{"name":1139,"slug":1140,"type":15},{"name":1071,"slug":1072,"type":15},{"name":1289,"slug":1290,"type":15},"SQL","sql","2026-07-12T07:47:40.249533",86]