Is your feature request related to a problem? Please describe.
add_remote_addr in fluentd http input allow you to add the source host ip to the event been forwarded. Fluent-bit does not seem to have it unless it is hidden which is the reason why I am asking first.
Describe the solution you'd like
Solution will be to add this option which is looking in the request header and retrieving the remote address and inject it in the event as REMOTE_ADDR.
Describe alternatives you've considered
Will have to put a proxy in front of fluent-bit.
Additional context
The event that I am trying to aggregate does not have any datapoint to identify the source of the event.