https://github.com/timroes/elasticsearch_status
A sample Kibana application plugin for my Kibana tutorial series.
https://github.com/timroes/elasticsearch_status
Last synced: 8 months ago
JSON representation
A sample Kibana application plugin for my Kibana tutorial series.
- Host: GitHub
- URL: https://github.com/timroes/elasticsearch_status
- Owner: timroes
- Created: 2016-02-21T01:07:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T13:56:05.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T12:56:45.727Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.timroes.de/2016/02/21/writing-kibana-plugins-custom-applications/
- Size: 5.86 KB
- Stars: 18
- Watchers: 2
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elasticsearch_status
> An awesome Kibana plugin
---
## development
See the [kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) for instructions setting up your development environment. Once you have completed that, use the following npm tasks.
npm start- Start kibana and have it include this plugin
npm run build- Build a distributable archive
npm run test:browser- Run the browser tests in a real web browser
npm run test:server- Run the server tests using mocha
For more information about any of these commands run `npm run ${task} -- --help`.