My team would like to start using graylog as a log management tool, but one of our wishes is to be able to use it for local development as well as production. I was able to successfully set up graylog locally with Docker, but the issue now is sharing configs between devs. Ideally we could all share the same local graylog setup, so inputs/sources/streams etc. could just be set up once and then used by all.
Is there a way to accomplish this painlessly? How do others use graylog in development environment?