官方在线文档lastic search
学习一项技术,做重要的便是看其官方文档;经典,实用。
#修改启动时加载自定义配置文件
ES_PATH_CONF=/path/to/my/config ./bin/elasticsearch
配置项
node.name: ${HOSTNAME}
network.host: ${ES_NETWORK_HOST}
path.data: /var/lib/elasticsearch
path.logs: /var/log/elasticsearch
英文的解释挺经典,就不献丑翻译了。
#代表改行为comment
lines beginning with # are treated as comments and are ignored# this is a comment
lines beginning with a - are treated as a JVM option that applies independent of the version of the JVM-Xmx2g
lines beginning with a number followed by a : followed by a - are treated as a JVM option that applies only if the version of the JVM matches the number8:-Xmx2g
lines beginning with a number followed by a - followed by a : are treated as a JVM option that applies only if the version of the JVM is greater than or equal to the number8-:-Xmx2g
lines beginning with a number followed by a - followed by a number followed by a : are treated as a JVM option that applies only if the version of the JVM falls in the range of the two numbers8-9:-Xmx2g
all other lines are rejected**ES_JAVA_OPTS**export ES_JAVA_OPTS="$ES_JAVA_OPTS -pdir=/path/to/temp/dir"./bin/elasticsearch
elasticsearch-keystore add the.set
本文发布于:2024-02-04 05:10:03,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170699806752351.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |