当前配置:
单台服务器部署ELK,资源分配如下:
机器配置:
32G DDR4 2666内存
i9 9980k CPU
4T三星固态硬盘(新购入,应该不是这个问题)
elastic:
jvm.options:
-Xms4g
-Xmx4g
elasticsearch.yml:
cluster.name: my-sgk
node.name: node-1
network.host: 0.0.0.0
http.port: 9200
cluster.initial_master_nodes: ["node-1"]
xpack.security.enabled: true
xpack.license.self_generated.type: basic
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.keystore.path: cert/elastic-certificates.p12
xpack.security.transport.ssl.truststore.path: cert/elastic-certificates.p12
logstash:
jvm.options:
-Xms8g
-Xmx8g
logstash.yml:
pipeline.batch.size: 80
pipeline.batch.delay: 200
状况说明
每次使用logstash导入过亿数据时,每分钟导入大概控制在5W条数据
###报错信息txt:
http://webdown.trainee.host:2052/index.txt
kibana报错截图