Skip to content

Commit

Permalink
Add metricbeat to EFK stack for events
Browse files Browse the repository at this point in the history
  • Loading branch information
komljen committed Jul 7, 2019
1 parent 79ab9d9 commit ff35598
Show file tree
Hide file tree
Showing 22 changed files with 109 additions and 57 deletions.
Binary file modified charts/alb-ingress-0.1.3.tgz
Binary file not shown.
Binary file modified charts/buzzfeed-sso-0.0.2.tgz
Binary file not shown.
Binary file modified charts/contour-0.2.0.tgz
Binary file not shown.
Binary file modified charts/descheduler-0.2.1.tgz
Binary file not shown.
Binary file modified charts/devto-0.1.0.tgz
Binary file not shown.
Binary file added charts/efk-0.4.0.tgz
Binary file not shown.
Binary file modified charts/elasticsearch-0.1.6.tgz
Binary file not shown.
Binary file modified charts/elasticsearch-operator-0.1.7.tgz
Binary file not shown.
Binary file modified charts/event-forwarder-gelf-0.1.1.tgz
Binary file not shown.
Binary file modified charts/hpa-operator-0.0.6.tgz
Binary file not shown.
122 changes: 71 additions & 51 deletions charts/index.yaml

Large diffs are not rendered by default.

Binary file modified charts/k8s-spot-rescheduler-0.3.0.tgz
Binary file not shown.
Binary file modified charts/kube-spot-termination-notice-handler-0.4.3.tgz
Binary file not shown.
Binary file modified charts/merge-ingress-0.2.tgz
Binary file not shown.
Binary file modified charts/metrics-server-0.0.5.tgz
Binary file not shown.
5 changes: 4 additions & 1 deletion efk/Chart.yaml
@@ -1,12 +1,15 @@
name: efk
version: 0.3.4
version: 0.4.0
appVersion: 6.4.2
description: EFK stack
keywords:
- elasticsearch
- kibana
- fluent-bit
- filebeat
- metricbeat
- events
- logs
maintainers:
- name: komljen
email: alen.komljen@live.com
Expand Down
Binary file modified efk/charts/elasticsearch-0.1.6.tgz
Binary file not shown.
Binary file added efk/charts/metricbeat-1.7.0.tgz
Binary file not shown.
7 changes: 5 additions & 2 deletions efk/requirements.lock
Expand Up @@ -14,5 +14,8 @@ dependencies:
- name: kibana
repository: https://kubernetes-charts.storage.googleapis.com/
version: 2.0.0
digest: sha256:a900210e523dfd4109cb56ed188f28afdc7efb6ff7b73546655d0601f76da056
generated: 2019-05-21T17:34:32.10322+02:00
- name: metricbeat
repository: https://kubernetes-charts.storage.googleapis.com/
version: 1.7.0
digest: sha256:98d3349733e5d702debea63eccfde0e774c3837472555e22e79096b41a0f37ec
generated: 2019-07-07T13:09:11.430108+02:00
3 changes: 3 additions & 0 deletions efk/requirements.yaml
Expand Up @@ -17,3 +17,6 @@ dependencies:
- name: kibana
version: "2.0.0"
repository: https://kubernetes-charts.storage.googleapis.com/
- name: metricbeat
version: "1.7.0"
repository: https://kubernetes-charts.storage.googleapis.com/
29 changes: 26 additions & 3 deletions efk/values.yaml
@@ -1,6 +1,6 @@
# Default values for efk.

# https://github.com/komljen/helm-charts/blob/master/kibana/values.yaml
# https://github.com/helm/charts/blob/master/stable/kibana/values.yaml
kibana:
image:
repository: "docker.elastic.co/kibana/kibana-oss"
Expand Down Expand Up @@ -51,7 +51,7 @@ elasticsearch:
memory: 2048Mi
cpu: '1'

# https://github.com/kubernetes/charts/blob/master/stable/fluent-bit/values.yaml
# https://github.com/helm/charts/blob/master/stable/fluent-bit/values.yaml
fluent-bit:
enabled: true
image:
Expand All @@ -73,7 +73,7 @@ elasticsearch-curator:
hosts:
- elasticsearch-efk-cluster

# https://github.com/kubernetes/charts/blob/master/stable/filebeat/values.yaml
# https://github.com/helm/charts/blob/master/stable/filebeat/values.yaml
filebeat:
enabled: false
config:
Expand Down Expand Up @@ -102,3 +102,26 @@ filebeat:
hosts: ["http://elasticsearch-efk-cluster:9200"]
index: "kubernetes_cluster-%{+yyyy.MM.dd}"
privileged: true

# https://github.com/helm/charts/blob/master/stable/metricbeat/values.yaml
metricbeat:
enabled: false
daemonset:
enabled: false

deployment:
config:
setup.template.name: "kubernetes_events"
setup.template.pattern: "kubernetes_events-*"
output.elasticsearch:
hosts: ["http://elasticsearch-efk-cluster:9200"]
index: "kubernetes_events-%{[beat.version]}-%{+yyyy.MM.dd}"
output.file:
enabled: false
modules:
kubernetes:
enabled: true
config:
- module: kubernetes
metricsets:
- event
Binary file modified hpa-operator/charts/metrics-server-0.0.5.tgz
Binary file not shown.

0 comments on commit ff35598

Please sign in to comment.