
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@dharun235/doc-editor
Advanced tools
Kibana plugin for editing and saving index values through forms.
@dharun235/doc-editordocEditor-9.3.0.zip9.3.0.git clone --filter=blob:none https://github.com/elastic/kibana.git
cd kibana
# First, fetch the tags if they aren't visible
git fetch --tags
# Checkout the exact release
git checkout v9.3.0
grep '"version"' package.json
kibana/plugins/docEditor.yarn kbn bootstrap
yarn start
yarn dev --watch
public/: UI code, forms, components, and client-side feature changes.server/: backend routes, server logic, and data handling.common/: shared types, config, and code used by both public and server.kibana.json: Version control of kibana and required plugins for the docEditor pluginIf you are adding a new feature, first decide whether it belongs in public, server, or common, then update the matching files there.
Build the distributable zip from the plugin folder:
yarn build
The build output is created under build/ and should match the Kibana version, for example:
build/docEditor-9.3.0.zip
npm publish --access public from this folder after a successful build.build/docEditor-9.3.0.zip as the release asset for the matching tag.Copy the zip to the remote machine:
scp build/docEditor-9.3.0.zip 202Q-lab-user-sudo@202q.mc2.chalmers.se:/tmp/
Then SSH in:
ssh 202Q-lab-user-sudo@202q.mc2.chalmers.se
Install the plugin inside the Kibana directory on the server:
sudo bin/kibana-plugin install file:///tmp/docEditor-9.3.0.zip
Restart Kibana:
sudo systemctl restart kibana
yarn dev --watch while developing.yarn build.kibana.json and elasticsearch is sameFAQs
Kibana plugin for editing and saving index values through forms.
We found that @dharun235/doc-editor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.