#!/bin/bash microk8s.kubectl create configmap fluentd-config --from-literal=fluent.conf=' @type http @id input_http port 8888 tag sardine.log @type elasticsearch @id output_elasticsearch host elasticsearch port 9200 scheme http user fluentd_user password fluentd_password logstash_format true ' -n efk