Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Latest version of files (8.1.2)

elastic-8.1.2.yaml

kibana-8.1.2elk.yaml

fluentd.yaml


  • elastic.yaml includes a persistence volume that mounts the /usr/share/elasticsearch/data directory to a host path. This prevents loss of data when the pod is restarted. (You may ned to change the hostPath path value to a directory on your own host)
  • Both elastic.yaml and kibana.yaml contain a config map for configuring the component on start up.
  • xpack.security.enabled is set to true to enable security.
  • This is a single-node minkube setup, you may want to alter this for your own installation.
  • elk.yaml combines elasticelastic-8.1.2.yaml and kibana-8.1.yaml into 1 file2.yaml use the most up to date images.
  • fluentd.yaml combines fluentd-rbac.yaml and fluentd-daemonset.yaml into 1 file and includes certificte configuration for version 8.1.2.
  • They all add additional persistent volumes for storing the keys/certificates - please modify these values to suit your own requirements. 

...