ElasticSearch部署

Posted peter2014

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ElasticSearch部署相关的知识,希望对你有一定的参考价值。

内核参数

  1. 最大文件打开数

    vim /etc/security/limits.conf
       midware soft nofile 65536
       midware hard nofile 65536
    su - midware
    ulimit -n
  2. 虚拟映射内存

    sysctl -w vm.max_map_count=262144
    vim /etc/sysctl.conf
       vm.max_map_count=262144
    sysctl vm.max_map_count

配置文件

  1. elasticsearch.yml

    cluster.name: mwops-elasticsearch
       node.name: node1
       path.data: /data/es/data/node1
       path.logs: /data/es/logs/node1
    network.host: 0.0.0.0
    http.port: 9200
    gateway.recover_after_nodes: 1
  2. jvm.options

    -Xms6g
    -Xmx6g

    half of available memory

启动命令

  1. 后台启动

    ./bin/elasticsearch -d

以上是关于ElasticSearch部署的主要内容,如果未能解决你的问题,请参考以下文章

导致资产预编译在heroku部署上失败的代码片段

Elasticsearch笔记九之优化

Elasticsearch集群部署

运维工程师系统日志收集ELK之Elasticsearch服务部署

1.elasticsearch单节点部署

使用标准库Ruby将数据标记到Elasticsearch批量中