当前位置:   article > 正文

filebeat 配置

filebeat 配置

主要就是证书的配置   

ca_trusted_fingerprint: 产生方式

openssl x509 -fingerprint -sha256 -in /etc/elasticsearch/certs/http_ca.crt

产生的结果 SHA256 Fingerprint=

中的冒号 替换掉就是我们想要的结果

ssl:
    enabled: true
    ca_trusted_fingerprint: "C51513EFAA86B5E078095211814D969ECE2FA26031FBA70311BC8F119AD7D108"
 

要正常运行还需要启用gcp

filebeat modules enable gcp

修改配置如下:

  1. # Module: gcp
  2. # Docs: https://www.elastic.co/guide/en/beats/filebeat/8.12/filebeat-module-gcp.html
  3. - module: gcp
  4. vpcflow:
  5. enabled: true
  6. var.project_id: my-gcp-project-id
  7. var.topic: gcp-vpc-flowlogs
  8. var.subscription_name: filebeat-gcp-vpc-flowlogs-sub
  9. var.credentials_file: ${path.config}/gcp-service-account-xyz.json
  10. var.keep_original_message: false
  11. firewall:
  12. enabled: true
  13. var.project_id: my-gcp-project-id
  14. var.topic: gcp-vpc-firewall
  15. var.subscription_name: filebeat-gcp-firewall-sub
  16. var.credentials_file: ${path.config}/gcp-service-account-xyz.json
  17. var.keep_original_message: false
  18. audit:
  19. enabled: true
  20. var.project_id: my-gcp-project-id
  21. var.topic: gcp-vpc-audit
  22. var.subscription_name: filebeat-gcp-audit
  23. var.credentials_file: ${path.config}/gcp-service-account-xyz.json
  24. var.keep_original_message: false

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/302847
推荐阅读
相关标签
  

闽ICP备14008679号