Currently I have one pipeline and events from filebeat are written to files with the file output filter.
I am transitioning to multiple pipelines but during the transaction some hosts will write to the "default" pipeline and some to the new pipelines.
For various reasons I would like to have the new pipelines and the "default" pipeline write to the same files.
It is safe to have two instance of the file output filter in different pipelines writing to the same file?