Skip to content
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

cloud logs retention to 180 days #173

Open
vburckhardt opened this issue Sep 30, 2024 · 3 comments
Open

cloud logs retention to 180 days #173

vburckhardt opened this issue Sep 30, 2024 · 3 comments
Assignees

Comments

@vburckhardt
Copy link
Member

condition = contains([7, 14, 30, 60, 90], var.cloud_logs_retention_period)

180 days is supported as well in the service

@kierramarie
Copy link
Contributor

This error was returned from the provider when trying to create a cloud logs instance with a 180 retention period:

"Result": {
│           "details": "{\"message\":\"invalid retention period: 180. allowed values are 7,14,30,60,90\"}\n",
│           "error_code": "RC-ServiceBrokerErrorResponse",
│           "message": "Please contact the Service Provider for this error. Service Broker returned error status code 400",
│           "status_code": 422,
│           "transaction_id": "626c-6491d80462134d56"
│       }

@ocofaigh
Copy link
Member

@kierramarie we need to reach out to Observability team to see if they plan to add this support

@kierramarie
Copy link
Contributor

@ocofaigh Vincent has a slack thread going about this but I am unsure how much has resulted from it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants