Docker graylog: configure inputs, streams, dashboards in yml?

I’m coming from old Graylog 2.0 package installation. We’re moving to docker based Graylog 4.0. Can you configure inputs (and for that matter, streams, etc) in the yml?
I have the ports all carved up for the inputs, but I’m not seeing how I can configure streams, etc.

Hi @primerib
you can’t configure inputs in yaml. But you can create inputs using REST API. Web UI completely uses Rest API, so every operation done in web UI can be also done with Rest API including creating inputs, streams.

https://docs.graylog.org/en/4.0/pages/configuration/rest_api.html

1 Like

Awesome. Thanks for the guidance.

If you want some examples please post.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.