Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/kb-dbs
kibana diagnostic bundle summarist
https://github.com/pmuellr/kb-dbs
Last synced: about 1 month ago
JSON representation
kibana diagnostic bundle summarist
- Host: GitHub
- URL: https://github.com/pmuellr/kb-dbs
- Owner: pmuellr
- License: mit
- Created: 2023-05-28T22:27:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-29T03:53:36.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:04:45.326Z (9 months ago)
- Language: HTML
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
kb-dbs - kibana diagnostic bundle summarist
================================================================================`kb-dbs` generates an HTML file which contains a readable summary of a
Kibana [diagnostics bundle][].[diagnostics bundle]: https://www.elastic.co/blog/why-does-elastic-support-keep-asking-for-diagnostic-files
For example, see: https://pmuellr.github.io/kb-dbs
usage
================================================================================kb-dbs [options] [directory [directory [ ... ]]]
`` is a directory with the expanded diagnostic bundle contents.
Default is the current directory.The file `kb-diagnostics-summary.html` will be written to the directory
the files were read from, unless the `--stdout` flag is provided.options:
| option | description
| --------------- | -------------------------------------
| `-d --debug` | generate verbose output when running
| `-h --help` | display help
| `-v --version` | print versioninstall
================================================================================To install as a command on your machine:
npm install -g pmuellr/kb-dbs
To run without installing
npx pmuellr/kb-dbs
changelog
================================================================================version 2023.05.27
- initial version
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