Skip to content

hyzyla/kibana-clicker

Repository files navigation

Kibana Clicker — browser extension for Kibana

The extension creates links for quick filtering logs in Kibana.

screenshot of extension

Screen recording [![screen recording](media/screen-recording.mp4)](https://github.com/hyzyla/kibana-clicker/assets/7952949/e346f45e-5d94-4b08-9d74-3c2f7652b80d)

🍎 Kibana demo site

Run the extension in development mode

npm run dev

Then load the extension in your browser (only once) by following this guide in Plasmo documentation for Chrome Loading the Extension in Chrome.

Publish new version

  1. Make sure all changes are committed and pushed to the main branch.
  2. Run npm version patch to bump the version number. It will create a new commit and tag.
  3. Push the new commit and tag to the main branch git push --follow-tags origin main.
  4. Open Actions page on GitHub and check status of the Publish to Chrome Web Store workflow

TODO:

  • Add support for OpenSearch
  • Add documentation about project structure
  • Inject links on viewer change
  • Add links on single document page
  • Add links on table page
  • Add LICENSE