gpt4 book ai didi

elasticsearch - 如何设置Elasticsearch和Filebeat

转载 作者:行者123 更新时间:2023-12-02 23:43:03 27 4
gpt4 key购买 nike

我已经安装了elasicsearch和filebeat。
filebeat配置:

output.elasticsearch:
hosts: ["https://myElastic:9200"]
username: "user"
password: "password"
您能否告诉我,我是否需要在elasticsearch中进行配置。
我现在遇到的问题是,我在Elasticsearch中看不到来自文件拍的数据。

最佳答案

您的filebeat配置应具有输入行。
filebeat.yml:

filebeat.inputs:
- type: log
enabled: true
paths:
- /mylog/*.log

output.elasticsearch:
hosts: ["https://myElastic:9200"]
username: "user"
password: "password"
我建议您将logstash与filebeat一起使用。
您可以在下面的github存储库中找到如何轻松配置它。

docker-compose config : ELK with Filebeat by Docker-compose

关于elasticsearch - 如何设置Elasticsearch和Filebeat,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63767368/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com