Is there a way I can download the Kibana user guide in PDF (or any similar output).
https://www.elastic.co/guide/en/kibana/current/index.html - I basically need all of this so I can use this offline in a sense for training etc. I thought about downloading the HTML but this will obviously look silly without a browser...
EDIT: I should probably add that this is for training for myself. I'm not using it in any commercial way.
There is no current way to download the Kibana documentation from www.elastic.co.
However, you can build the documentation and create a bundle for offline use
- Install
yarn 1.6
- Checkout out the kibana repo
- open command prompt in
KIBANA_HOME
- Run
yarn kbn bootstrap to install and build required dependencies
- Run
node scripts/docs.js to build documentation.
- tar directory
KIBANA_HOME/html_docs and transport zip to offline network
- untar html_docs and open
html_docs/index.html in your browser on the offline network