Support dynamic paths based on attributes of logs #24654
Closed
Description
Component(s)
exporter/file
Is your feature request related to a problem? Please describe.
I want to send our kubernetes pod logs to an opentelementry server and then write them to disk to log files based on attributes within the logs. For example: /data/logs/NAMESPACE_NAME/POD_NAME/CONTAINER_NAME/out.log
Describe the solution you'd like
As above, allow the file exporter to be able to read attributes of the logs and dynamically generate the log location.
Describe alternatives you've considered
No response
Additional context
No response