Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/kbn-plugin-graph
generate elasticsearch documents describing kibana plugins
https://github.com/pmuellr/kbn-plugin-graph
Last synced: about 1 month ago
JSON representation
generate elasticsearch documents describing kibana plugins
- Host: GitHub
- URL: https://github.com/pmuellr/kbn-plugin-graph
- Owner: pmuellr
- License: mit
- Created: 2020-05-18T21:50:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T11:24:22.000Z (over 3 years ago)
- Last Synced: 2024-04-09T21:04:45.318Z (9 months ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
kbn-plugin-graph - generate elasticsearch documents describing kibana plugins
================================================================================Writes elasticsearch documents describing Kibana plugins.
usage
================================================================================kbn-plugin-graph
By default, writes the documents to `http://elastic:changeme@localhost:9200`,
but you can override that by setting the environment variable `ES_URL`.The index the documents will be written to is `kbn-plugin-graph`. That index
will be deleted before the new documents are written to it.Processes all `kibana.json` files found from the current directory, skipping
`build` and `template` directories.install
================================================================================npm install -g pmuellr/kbn-plugin-graph
license
================================================================================This package is licensed under the MIT license. See the [LICENSE.md][] file
for more information.contributing
================================================================================Awesome! We're happy that you want to contribute.
Please read the [CONTRIBUTING.md][] file for more information.
[LICENSE.md]: LICENSE.md
[CONTRIBUTING.md]: CONTRIBUTING.md
[CHANGELOG.md]: CHANGELOG.md