# kibana-code-analysis **Repository Path**: mirrors_elastic/kibana-code-analysis ## Basic Information - **Project Name**: kibana-code-analysis - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # kibana-code-analysis Code to analyze the kibana codebase. Assumes the kibana codebase is located next to the clone of this repo - `../kibana`. This currently does exactly one thing - it finds `Private` invocations, looks at the argument (provider) passed to `Private`, and creates a json object of the file paths based on the provider name. 0) clone repo next to your kibana repo 1) `yarn` 2) `yarn run find-private` 3) Grab a nice beverage, this is going to take a minute or two. 4) Look at `output/find-private.json` 5) `yarn run find-private-deps` 6) `yarn start` 7) http://localhost:8000