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: {}    
1 REPLY 1

ChadTurner
DynaMight Legend
DynaMight Legend

@dff were you able to get this sent over with Fluent Bit? Here is a support document that might help: https://docs.dynatrace.com/docs/analyze-explore-automate/logs/lma-log-ingestion/lma-stream-logs-with...

 

-Chad

Featured Posts