Skip to main content

Kibana Dev

@smith/kibana-devv2026.02.27.1· 6mo agoMODELS
01README

Kibana local development lifecycle model — start, stop, sync, bootstrap, health check, branch switch

02Models1
kibana_dev.tsv2026.02.27.1
fn status()
Check if Kibana dev server is running. Returns server state with PID, port, and branch.
fn start()
Start Kibana dev server with yarn start. Uses dev and stack config files. Fails if already running.
fn stop()
Stop the Kibana dev server by killing the process on the configured port.
fn health_check()
Full environment health check: Kibana reachability, ES cluster health, Node version, disk space, current branch.
fn bootstrap()
Run yarn kbn bootstrap in the Kibana directory. Required after branch switches when yarn.lock changes.
fn sync()
Sync main branch with upstream: fetch, ff-merge, push to origin. Only runs when on main. Returns commit count and whether bootstrap is needed.
fn switch_branch()
Switch to a branch (or checkout a PR). Detects if bootstrap is needed by comparing yarn.lock. Stops Kibana before switching.
fn storybook()
List available storybooks, or start a specific one.
fn open()
Open Kibana or Storybook in the default browser.

Resources

server— Current Kibana dev server state
health— Last full environment health check
sync— Result of the last upstream sync
03Stats
Downloads
1
Archive size
6.7 KB

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

04Platforms