Skip to content

pgomulka/elasticsearch

This branch is 20826 commits behind elastic/elasticsearch:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 14, 2022
Jan 27, 2022
Jun 2, 2022
May 20, 2022
Jun 6, 2022
Jun 17, 2022
Jun 16, 2022
Sep 22, 2021
Jun 17, 2022
Feb 11, 2021
Jun 17, 2022
Jun 20, 2022
Jun 17, 2022
Jun 17, 2022
Feb 8, 2021
Jun 18, 2022
Jun 18, 2022
Jun 17, 2022
Jun 16, 2022
Jun 20, 2022
Jun 20, 2022
Jun 20, 2022
May 25, 2022
Apr 14, 2017
May 18, 2022
Nov 4, 2021
Sep 7, 2021
Jun 2, 2022
Oct 13, 2021
Feb 11, 2022
Jun 14, 2022
Feb 3, 2021
Oct 14, 2021
Apr 20, 2021
May 4, 2022
Apr 21, 2022
Feb 17, 2021
Jun 7, 2022
Apr 13, 2022
Aug 18, 2021
Aug 11, 2020
May 19, 2022

Repository files navigation

Elasticsearch

Elasticsearch is the distributed, RESTful search and analytics engine at the heart of the Elastic Stack. You can use Elasticsearch to store, search, and manage data for:

  • Logs

  • Metrics

  • A search backend

  • Application monitoring

  • Endpoint security

... and more!

To learn more about Elasticsearch’s features and capabilities, see our product page.

Get started

The simplest way to set up Elasticsearch is to create a managed deployment with Elasticsearch Service on Elastic Cloud.

If you prefer to install and manage Elasticsearch yourself, you can download the latest version from elastic.co/downloads/elasticsearch.

For more installation options, see the Elasticsearch installation documentation.

Upgrade

To upgrade from an earlier version of Elasticsearch, see the Elasticsearch upgrade documentation.

Build from source

Elasticsearch uses Gradle for its build system.

To build a distribution for your local OS and print its output location upon completion, run:

./gradlew localDistro

To build a distribution for another platform, run the related command:

./gradlew :distribution:archives:linux-tar:assemble
./gradlew :distribution:archives:darwin-tar:assemble
./gradlew :distribution:archives:windows-zip:assemble

To build distributions for all supported platforms, run:

./gradlew assemble

Distributions are output to distributions/archives.

To run the test suite, see TESTING.

Documentation

For the complete Elasticsearch documentation visit elastic.co.

For information about our documentation processes, see the docs README.

Contribute

For contribution guidelines, see CONTRIBUTING.

Questions? Problems? Suggestions?

  • To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasn’t created an issue for the same topic.

  • Need help using Elasticsearch? Reach out on the Elastic Forum or Slack. A fellow community member or Elastic engineer will be happy to help you out.

About

Open Source, Distributed, RESTful Search Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Groovy 0.2%
  • Shell 0.0%
  • ANTLR 0.0%
  • Python 0.0%
  • Dockerfile 0.0%