humio / humio-helm-charts

Helm Charts for Humio Components
Apache License 2.0
9 stars 17 forks source link

added additional metricsets for the configmap #138

Open gregbird101 opened 2 years ago

gregbird101 commented 2 years ago

I wanted to add more metric sets to the configmap. I have added in a variable here and therefore you can add additional sets in the values.yaml when deploying.

humio-metrics:
  humioHostname: cloud.humio.com
  token: REDACTED
  additionMetricbeatMetricsets:
  - name: state_daemonset
  - name: state_resourcequota
  enabled: true
  es:
    autodiscovery: false
    tls: true