Graylog API client for Golang and terraform provider for Graylog.
Graylog provides very various APIs so we can't support all of them yet. Please check the following godoc's Client methods.
https://godoc.org/github.com/suzuki-shunsuke/go-graylog/client
We support the following versions.
- v2.5
- v3
We use the graylog's official Docker Image for development.
Use client.NewClientV3
instead of client.NewClient
.
In the terraform provider, please set the variable api_version
to v3
.
https://github.com/suzuki-shunsuke/graylog-mock-server (deprecated)
See CONTRIBUTING.md .