cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I send this log pod to Dynatrace using Fluent Bit?

dff
Participant
apiVersion: v1
kind: Pod
metadata:
  name: ejemplo-pod
  namespace: test-fluentbit  
spec:
  containers:
  - name: ejemplo-pod
    image: busybox
    command: ["/bin/sh", "-c"]
    args: ["while true; do echo $(date) - Log entry >> /usr/src/app/combined.log; sleep 30; done"]
    volumeMounts:
    - name: log-volume
      mountPath: /usr/src/app
  volumes:
  - name: log-volume
    emptyDir: {}    
0 REPLIES 0

Featured Posts