Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable beats monitoring in ECK #5563

Closed
sophiaxu8 opened this issue Apr 7, 2022 · 0 comments · Fixed by #5878
Closed

enable beats monitoring in ECK #5563

sophiaxu8 opened this issue Apr 7, 2022 · 0 comments · Fixed by #5878
Assignees
Labels
>enhancement Enhancement of existing functionality

Comments

@sophiaxu8
Copy link

With the stack monitoring enabled for ECK cluster, this simplify the whole stack monitoring config.
it would be good to have the similar function for beats monitoring enabled.
Currently have to add the following in beats yaml file:

---
apiVersion: [beat.k8s.elastic.co/v1beta1](https://beat.k8s.elastic.co/v1beta1)
kind: Beat
metadata:
  name: aws
  namespace: eck
spec:
  type: filebeat
  version: 7.16.3
  config:
    name: beat-aws
  monitoring:
    enabled: true
    elasticsearch:
      hosts: ["[https://${MONITORING_CLUSTERNAME_ES_HTTP_SERVICE_HOST}:${MONITORING_CLUSTERNAME_ES_HTTP_SERVICE_PORT}]
      username: ${ES_USER}
      password: ${ES_PASSWORD}
      ssl.certificate_authorities: ["/etc/pki/root/tls.crt"]
      ssl.verification_mode: certificate
@sophiaxu8 sophiaxu8 added the >enhancement Enhancement of existing functionality label Apr 7, 2022
@naemono naemono self-assigned this Jun 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants