This causes problems since this also includes building our wolfi image that is based on a non public available base image resulting in build failure for user without access to the docker registry.
We should avoid suggesting using ./gradlew assemble as it builds a tons of stuff unrelated to any distribution.
Instead people should be pointed to `./gradlew localDistro`
https://www.elastic.co/start-local is live and will be our go-to local
dev setup.
This PR:
- Updates both the Elasticsearch root readme and `run-elasticsearch-locally.asciidoc`
🧹 Also try to keep as concise as possible by not mirroring _everything_
in readme
* Update README.asciidoc
updating the readme with the latest blurb from PMM and a reference to RAG + a few links to search labs content.
* Tweak verbiage
---------
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
* Update README.asciidoc to include Vector Search etc.
* Update README.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
* Update README.asciidoc
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
---------
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
Changes:
* Refactors the "Getting Started" content down to one page.
* Refactors the README to reduce duplicated content and better mirror
Kibana's.
* Focuses the quick start on time series data, including data streams
and runtime fields.
* Streamlines self-managed install instructions to Docker.
Co-authored-by: debadair <debadair@elastic.co>
Converts the main README file to asciidoc.
Also includes the following changes:
* Mentioning Slack instead of IRC
* Removed mentioning of native java API, HTTP should be used
* Removed java as a installed requirement