@provisioner/logging-elk

CodeZero provisioner for logging (ELK stack)

Usage no npm install needed!

<script type="module">
  import provisionerLoggingElk from 'https://cdn.skypack.dev/@provisioner/logging-elk';
</script>

README

Logging Provisioner

This logging app installs Elasticsearch, Logstash, and Kibana (ELK stack) and with Fluentd in your cluster.

Parameters

Parameter Meaning
storage Persistent volume storage space (defaults to 1Gi)

Notes

  1. Elasticsearch listens at "elasticsearch.[namespace].svc.cluster.local:9200" (RESTful)
  2. Kibana listens at "http://kibana.[namespace].svc.cluster.local:5601"

Background

  1. How To Set Up an Elasticsearch, Fluentd and Kibana (EFK) Logging Stack on Kubernetes
  2. Configuring the elasticsearch output plugin