【发布时间】:2022-01-17 23:06:31
【问题描述】:
我正在试用 K8s Operator(又名 ECK),到目前为止,一切都很好。
但是,我想知道正确的模式是什么,例如,使用 Apache 模块配置 Kibana 和 Elasticsearch。
我知道我可以临时使用:
filebeat setup --modules apache2 --strict.perms=false \
--dashboards --pipelines --template \
-E setup.kibana.host="${KIBANA_URL}"
但是自动化的方法是什么?我看到了Kibana dashboard portion of it 的一些文档,但其余的(管道等)呢?
注意:在某些时候,我可能最终会为 K8s 集群运行节拍,但我还没有到那个阶段。目前,我只想设置 Elasticsearch/Kibana 并添加 Apache 模块,以便外部 Apache 服务的 Filebeats 可以正确摄取/显示。
仅供参考,我目前使用的是 Elastic 堆栈的 6.8 版。
【问题讨论】:
标签: elasticsearch kibana elastic-stack filebeat