go-graylog
Graylog API client for Golang and terraform provider for Graylog.
Example of API client
Terraform provider
Supported Graylog version
We support the following versions.
We use the graylog's official Docker Image for development.
Support of Graylog v3
Use client.NewClientV3
instead of client.NewClient
.
In the terraform provider, please set the variable api_version
to v3
.
Note: Graylog API mock server has been migrated to the other repository
https://github.com/suzuki-shunsuke/graylog-mock-server (deprecated)
Contribution
See CONTRIBUTING.md .
License
MIT