Offline ES 2.3. reference?

Is there an easy way to generate an offline ES 2.3 reference documentation (https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html)? Maybe as a pdf file?

You can do it with wget --recursive --no-clobber --page-requisites --html-extension --convert-links --domains elastic.co --no-parent https://www.elastic.co/guide/blah/blah/blah

Obviously you will need to keep this up to date yourself.

1 Like