RHsyseng / docker-rhel-elasticsearch

Elasticsearch docker rhel-based image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elasticsearch images for OpenShift

Build Status

This image includes a default jvm configuration to get the Heap configuration from the cgroups.

  • RHEL 7.3 image
  • CentOS 7 image
  • Installation of Elasticsearch 6.2.2 is done through RPMs
  • The plugin is included directly as binary because it is not yet available on Maven Central

An example deployment file is also included:

$ oc create -f es-cluster-deployment.yml
statefulset "elasticsearch" created
service "elasticsearch" created
service "elasticsearch-cluster" created
imagestream "elasticsearch" created

Delete all resources

$ oc delete all -l app=elasticsearch

About

Elasticsearch docker rhel-based image


Languages

Language:Shell 100.0%