elasticsearch

elasticsearch

官方

Docker 应用程序 from FoxxMD's Repository

概述

Elasticsearch with instructions for installation on Unraid.

Default Elasticsearch version is 6.6.2
To change version simply edit the version tag in the repository field to an available version on dockerhub. This template not tested on alpine images.

Directions below MUST be used in order to get Elasticsearch 5 and above working correctly. Check support thread for more information.
Directions:
1. Install CA User Scripts
2. Create a new script named vm.max_map_count
3. Contents of script as follows:

[span style='font-family: monospace;']#!/bin/bash
sysctl -w vm.max_map_count=262144[/span]

4. Set script schedule to At Startup of Array

运行时参数

网络用户界面
http://[IP]:[PORT:9200]/
网络
bridge
外壳
bash
特权
false
额外参数
-e "ES_JAVA_OPTS"="-Xms512m -Xmx512m" --ulimit nofile=262144:262144

模板配置

DataPathrw

Directory where ES data is persisted

目标
/usr/share/elasticsearch/data
默认值
/mnt/user/appdata/elasticsearch/data
价值
/mnt/user/appdata/elasticsearch/data
REST API PortPorttcp

Host port exposed for REST HTTP interface.

目标
9200
默认值
9200
价值
9200
Nodes Communication PortPorttcp

Host port exposed for node communication.

目标
9300
默认值
9300
价值
9300
Discovery TypeVariable

Container Variable: discovery.type

目标
discovery.type
默认值
single-node
价值
single-node

下载统计数据

952,906,992
下载总数
4,987,145
本月
4,251,294
平均每月

长期下载总量

加载图表...

详细信息

存储库
elasticsearch:6.6.2
最后更新2026-05-05
初见2019-04-02

在Unraid 上运行 Elasticsearch 。

Elasticsearch 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。