Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzuki-shunsuke/go-graylog
Graylog API client for Go and terraform provider for Graylog
https://github.com/suzuki-shunsuke/go-graylog
golang graylog oss terraform terraform-provider
Last synced: about 2 months ago
JSON representation
Graylog API client for Go and terraform provider for Graylog
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/go-graylog
- Owner: suzuki-shunsuke
- License: mit
- Archived: true
- Created: 2018-02-19T13:49:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T22:47:00.000Z (over 1 year ago)
- Last Synced: 2024-09-22T05:01:18.559Z (about 2 months ago)
- Topics: golang, graylog, oss, terraform, terraform-provider
- Language: Go
- Homepage: https://github.com/terraform-provider-graylog/terraform-provider-graylog
- Size: 1.66 MB
- Stars: 45
- Watchers: 6
- Forks: 11
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# go-graylog
[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://pkg.go.dev/github.com/suzuki-shunsuke/go-graylog)
[![Build Status](https://cloud.drone.io/api/badges/suzuki-shunsuke/go-graylog/status.svg)](https://cloud.drone.io/suzuki-shunsuke/go-graylog)
[![codecov](https://codecov.io/gh/suzuki-shunsuke/go-graylog/branch/master/graph/badge.svg)](https://codecov.io/gh/suzuki-shunsuke/go-graylog)
[![Go Report Card](https://goreportcard.com/badge/github.com/suzuki-shunsuke/go-graylog)](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-graylog)
[![GitHub last commit](https://img.shields.io/github/last-commit/suzuki-shunsuke/go-graylog.svg)](https://github.com/suzuki-shunsuke/go-graylog)
[![GitHub tag](https://img.shields.io/github/tag/suzuki-shunsuke/go-graylog.svg)](https://github.com/suzuki-shunsuke/go-graylog/releases)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/suzuki-shunsuke/go-graylog/master/LICENSE)[Graylog](https://www.graylog.org/) API client for Golang and terraform provider for Graylog.
## Note: Please use terraform-provider-graylog/terraform-provider-graylog
Now we released and developed [terraform-provider-graylog/terraform-provider-graylog](https://github.com/terraform-provider-graylog/terraform-provider-graylog) as the successor of `go-graylog`.
Please see the following document and announcement issue.* https://terraform-provider-graylog.github.io/
* https://github.com/suzuki-shunsuke/go-graylog/issues/253## API client
https://pkg.go.dev/github.com/suzuki-shunsuke/go-graylog/client?tab=doc#pkg-examples
If you use Graylog v3, use `client.NewClientV3` instead of `client.NewClient`.
## Terraform provider
Please see [docs/README.md](docs/README.md).
### Docker Image
https://quay.io/repository/suzuki_shunsuke/terraform-graylog
Docker image which is installed terraform and terraform-provider-graylog on Alpine.
## 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](CONTRIBUTING.md) .
## License
[MIT](LICENSE)