The extension creates links for quick filtering logs in Kibana.
Screen recording
[![screen recording](media/screen-recording.mp4)](https://github.com/hyzyla/kibana-clicker/assets/7952949/e346f45e-5d94-4b08-9d74-3c2f7652b80d)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.
- Make sure all changes are committed and pushed to the main branch.
- Run
npm version patch
to bump the version number. It will create a new commit and tag. - Push the new commit and tag to the main branch
git push --follow-tags origin main
. - Open Actions page on GitHub and check status of the Publish to Chrome Web Store workflow
- 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