Skip to content

Instantly share code, notes, and snippets.

---
apiVersion: v1
kind: ConfigMap
metadata:
name: splunk-kubernetes-logging
namespace: kube-system
labels:
app: splunk-kubernetes-logging
version: 1.2.0
data:
# Telegraf Configuration
#
# Telegraf is entirely plugin driven. All metrics are gathered from the
# declared inputs, and sent to the declared outputs.
#
# Plugins must be declared in here to be active.
# To deactivate a plugin, comment out the name and any variables.
#
# Use 'telegraf -config telegraf.conf -test' to see what metrics a config
# file would generate.