...

Text file src/edge-infra.dev/config/pallets/o11y/fluentbit/base/k8s-node/input-clirunner.yaml

Documentation: edge-infra.dev/config/pallets/o11y/fluentbit/base/k8s-node

     1apiVersion: fluentbit.fluent.io/v1alpha2
     2kind: ClusterInput
     3metadata:
     4  name: k8s-node-clirunner
     5  namespace: fluent-operator
     6  labels:
     7    fluentbit.fluent.io/enabled: "true"
     8spec:
     9  alias: clirunner-tail
    10  tail:
    11    db: /var/log/flb_clirunner.db
    12    memBufLimit: 50MB
    13    parser: json
    14    path: /var/log/clirunner/audit.log
    15    refreshIntervalSeconds: 10
    16    tag: k8s_node.clirunner.$${NODE_NAME}

View as plain text