elasticsearch

elasticsearch

Docker app from d8sychain's Repository

Overview

This Elasticsearch docker version is built from the official Elasticsearch docker with minimal changes tailoring it for easier use on Unraid and for the purpose for use with Nextcloud.
Elasticsearch with instructions for installation on Unraid and then Nextcloud. Elasticsearch version is 7.10.2
Directions below MUST be used in order to get Elasticsearch 5 and above working correctly.
Directions:
1. see README.md

Install Elasticsearch on Unraid in a few clicks.

Find Elasticsearch in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Elasticsearch Review the template variables and paths Click Install

Download Statistics

125,058
Total Downloads
1,000
This Month
401
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
d8sychain/elasticsearch
Last Updated2021-01-25
First Seen2021-01-26

Runtime arguments

Web UI
http://[IP]:[PORT:9200]/
Network
bridge
Shell
bash
Privileged
false
Extra Params
--ulimit nofile=262144:262144 -u 1000

Template configuration

REST API PortPorttcp

Host port exposed for REST HTTP interface.

Target
9200
Default
9200
Value
9200
Nodes Communication PortPorttcp

Host port exposed for node communication.

Target
9300
Default
9300
Value
9300
Discovery TypeVariable

Container Variable: discovery.type

Target
discovery.type
Default
single-node
Value
single-node
AppDataPathrw

Directory where ES configurations and data is persisted

Target
/config
Default
/mnt/user/appdata/elasticsearch