-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: support for logging sinks #368
Comments
It seems that this feature should be ready in Apologies for the off topic question, but is there a way to use this somehow before 1.0 lands? I couldn't find anything in the docs about installing provider plugins from Github |
There are two more stackdriver logging sinks (organizations and folders), so let's keep this open to track those. You can build from source by cloning the repo and running |
Release has occurred; you should be able to use the new project logging sink: https://www.terraform.io/docs/providers/google/r/logging_project_sink.html |
Update google-beta CHANGELOG
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Hi,
I'm trying to get notifications triggered by activity logs to Slack. The step after creating pub/sub topic is to create logging sink which exports logs to that topic. It can't be done via terraform. Here is related API
https://developers.google.com/apis-explorer/#search/logging.projects.sinks.create/
Terraform Version
0.10.2
Expected Behavior
Ability to create logging sinks
Actual Behavior
Can't create logging sinks
The text was updated successfully, but these errors were encountered: