Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saidsef/elasticsearch-containerised
Elasticsearch with Plugins Containerised
https://github.com/saidsef/elasticsearch-containerised
docker-container docker-image elasticsearch elasticsearch-kubernetes hacktoberfest non-root search-engine
Last synced: 2 months ago
JSON representation
Elasticsearch with Plugins Containerised
- Host: GitHub
- URL: https://github.com/saidsef/elasticsearch-containerised
- Owner: saidsef
- License: mit
- Created: 2019-11-22T22:47:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T20:31:42.000Z (7 months ago)
- Last Synced: 2024-06-28T21:44:14.347Z (7 months ago)
- Topics: docker-container, docker-image, elasticsearch, elasticsearch-kubernetes, hacktoberfest, non-root, search-engine
- Language: Dockerfile
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Elasticsearch - Containerised [![CI](https://github.com/saidsef/elasticsearch-containerised/actions/workflows/docker.yml/badge.svg)](#installed-plugins-list) [![Tagging](https://github.com/saidsef/elasticsearch-containerised/actions/workflows/tagging.yml/badge.svg)](#installed-plugins-list) [![Release](https://github.com/saidsef/elasticsearch-containerised/actions/workflows/release.yml/badge.svg)](#installed-plugins-list)
Elasticsearch is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases. As the heart of the Elastic Stack, it centrally stores your data so you can discover the expected and uncover the unexpected.
>This default distribution is governed by the Elastic License, and includes the [full set of free features](https://www.elastic.co/subscriptions).
This will run Elasticsearch in a single node via `env` variable baked into the container, we can run the container service via `docker run` command or in Kubernetes `kubectl apply -k deployment/`.
## Installed Plugins list
- repository-gcs
- repository-s3
- discovery-ec2
- mapper-size
- mapper-murmur3
- mapper-annotated-text
- ingest-attachment
- analysis-icu
- analysis-phonetic## Source
Our latest and greatest source of Jenkins can be found on [GitHub](#source). Fork us!
## Contributing
We would :heart: you to contribute by making a [pull request](https://github.com/saidsef/elasticsearch-containerised/pulls).
Please read the official [Contribution Guide](./CONTRIBUTING.md) for more information on how you can contribute.