how to get specific deployed project mount path on get log in fluentbit #9077
Replies: 2 comments
-
You want to just tail it with tail right? https://docs.fluentbit.io/manual/pipeline/inputs/tail Just set it up to read it from wherever you mount it into the Fluent Bit container. |
Beta Was this translation helpful? Give feedback.
-
how to use yore provide solution extraVolumes: [] ,extraVolumeMounts: []
what is add in this extraVolumes , extraVolumeMounts |
Beta Was this translation helpful? Give feedback.
-
i have one project asp .net core mvc in add serilog demo.log file add mount path /var/log/open like below
serilog configure like this below
i am using helm chart in deployment.yaml in configure
in this path on add log file in container how to get log from this file in fluentbit below is my deployed project
there are use this command minikube kubectl -- exec -it custommvc-open-5549d6fbfd-7cmwt -n custommvc -- /bin/sh to see there are make log file in this pod custommvc-open-5549d6fbfd-7cmwt like this
how to get this mount path /var/log/open demo.log in fluent bit
i want to get specific container in mount path in get log and view in fluentbit
Beta Was this translation helpful? Give feedback.
All reactions