没有合适的资源?快使用搜索试试~ 我知道了~
首页filebeat+kafka+ELK 6.2.4版本安装与部署
资源详情
资源评论
资源推荐

各模块之间的关系如下:
filebeat>kafka>logstash>elasticsearch>kibana
1:elasticsearch
[logger@app01elasticsearch6.2.4]$tarxvfelasticsearch6.2.4.tar.gz
[logger@app01elasticsearch6.2.4]$ll
total224
drwxrxrx2loggerlogger4096Jun509:36bin
drwxrxrx2loggerlogger72Apr1304:39config
drwxrxrx2loggerlogger4096Apr1304:39lib
rwrr1loggerlogger11358Apr1304:33LICENSE.txt
drwxrxrx2loggerlogger6Apr1304:39logs
drwxrxrx16loggerlogger4096Apr1304:39modules
rwrr1loggerlogger191887Apr1304:38NOTICE.txt
drwxrxrx2loggerlogger6Apr1304:39plugins
rwrr1loggerlogger9268Apr1304:33README.textile
[logger@app01elasticsearch6.2.4]$viconfig/elasticsearch.yml
cluster.name:elkacct
node.name:elkacctnode
path.data:/home/logger/tmp/elasticsearch/data
path.logs:/home/logger/tmp/elasticsearch/logs
network.host:0.0.0.0
http.port:9200
修改系统配置
root权限:
1、vi/etc/sysctl.conf
vm.max_map_count=262144
2、vi/etc/security/limits.conf(限制logger用户,若对所有用户生效则用'*'替代
logger)
loggersoftnofile65536
loggerhardnofile65536
loggersoftnproc65536
loggerhardnproc65536
loggersoftmemlockunlimited
loggerhardmemlockunlimited
3、sysctlp立即生效
logger用户登录执行ulimita查看配置是否生效
启动elasticsearch
[logger@app01elasticsearch6.2.4]$nohupbin/elasticsearch&














安全验证
文档复制为VIP权益,开通VIP直接复制

评论1