Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hyzyla/kibana-clicker
Browse logs in your Kibana faster
https://github.com/hyzyla/kibana-clicker
browser-extension chrome chrome-extension firefox firefox-extension
Last synced: 1 day ago
JSON representation
Browse logs in your Kibana faster
- Host: GitHub
- URL: https://github.com/hyzyla/kibana-clicker
- Owner: hyzyla
- License: mit
- Created: 2021-12-17T11:23:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T11:49:31.000Z (about 1 year ago)
- Last Synced: 2025-01-16T03:19:30.753Z (4 days ago)
- Topics: browser-extension, chrome, chrome-extension, firefox, firefox-extension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/kibana-clicker/jloofjcmeejindbohbhiidlokgobjpkn
- Size: 26.5 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kibana Clicker — browser extension for Kibana
The extension creates links for quick filtering logs in Kibana.
- [Chrome](https://chrome.google.com/webstore/detail/kibana-clicker/jloofjcmeejindbohbhiidlokgobjpkn)
- [Firefox](https://addons.mozilla.org/en-US/firefox/addon/kibana-clicker/)![screenshot of extension](media/window-screenshoot.png)
Screen recording
[![screen recording](media/screen-recording.mp4)](https://github.com/hyzyla/kibana-clicker/assets/7952949/e346f45e-5d94-4b08-9d74-3c2f7652b80d)🍎 [Kibana demo site](https://demo.elastic.co/app/discover#/)
### Run the extension in development mode
```sh
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](https://docs.plasmo.com/framework#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](https://github.com/hyzyla/kibana-clicker/actions/workflows/submit.yml) workflow### TODO:
- [x] 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
- [x] Add LICENSE