Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elastic/elasticsearch-definitive-guide
The Definitive Guide to Elasticsearch
https://github.com/elastic/elasticsearch-definitive-guide
Last synced: 4 months ago
JSON representation
The Definitive Guide to Elasticsearch
- Host: GitHub
- URL: https://github.com/elastic/elasticsearch-definitive-guide
- Owner: elastic
- License: other
- Archived: true
- Created: 2013-12-01T20:13:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T14:04:43.000Z (over 3 years ago)
- Last Synced: 2024-05-22T19:31:42.348Z (8 months ago)
- Language: HTML
- Homepage: https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html
- Size: 7.18 MB
- Stars: 3,541
- Watchers: 568
- Forks: 2,836
- Open Issues: 162
-
Metadata Files:
- Readme: README.md
- License: LICENSE.asciidoc
Awesome Lists containing this project
- awesome-projects - elasticsearch-definitive-guide - The Definitive Guide to Elasticsearch (HTML)
- awesome-elastic-stack - The Definitive Guide to Elasticsearch
README
# Elasticsearch: The Definitive Guide
This repository contains the source for the legacy [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html)
documentation and is no longer maintained. For the latest information, see the
current
Elasticsearch documentation.## Building the Definitive Guide
In order to build this project, we rely on our [docs infrastructure](https://github.com/elastic/docs).
To build the HTML of the complete project, run the following commands:
```
# clone this repo
git clone [email protected]:elastic/elasticsearch-definitive-guide.git
# clone the docs build infrastructure
git clone [email protected]:elastic/docs.git
# Build HTML and open a browser
cd elasticsearch-definitive-guide
../docs/build_docs.pl --doc book.asciidoc --open
```This assumes that you have all necessary prerequisites installed. For a more complete reference, please refer to the [README in the docs repo](https://github.com/elastic/docs).
The Definitive Guide is written in Asciidoc and the docs repo also contains a [short Asciidoc guide](https://github.com/elastic/docs#asciidoc-guide).
## Supported versions
The Definitive Guide is available for multiple versions of Elasticsearch:
* The [`1.x` branch](https://github.com/elastic/elasticsearch-definitive-guide/tree/1.x) applies to Elasticsearch 1.x
* The [`2.x` and `master` branches](https://github.com/elastic/elasticsearch-definitive-guide/tree/2.x) apply to Elasticsearch 2.x## Contributing
This repository is no longer maintained. Pull requests and issues will not be
addressed.To contribute to the current Elasticsearch docs, refer to the [Elasticsearch
repository](https://github.com/elastic/elasticsearch/).## License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
See http://creativecommons.org/licenses/by-nc-nd/3.0/ for the full text of the License.