Elastic Stack

Elasticsearch

配置说明

配置相关文件位于${ELASTICSEARCH_HOME}/config目录下

  • elasticsearch.yml es相关配置项
  • jvm.options jvm相关参数配置
  • log4j2.properties 日志相关配置

Development与Production模式

  • 以transport的地址是否绑定在localhost为标准判断network.host启用那种模式
  • Development模式下在启动时会以warning的方式提示配置检查异常
  • Production模式下在启动时会以error的方式提示配置检查异常并退出
ELK 

See also