terraform-ibm-modules / terraform-ibm-observability-da

A deployable architecture solution to deploy Observability instances and agents.
Apache License 2.0
0 stars 1 forks source link

cloud logs retention to 180 days #173

Open vburckhardt opened 3 weeks ago

vburckhardt commented 3 weeks ago

https://github.com/terraform-ibm-modules/terraform-ibm-observability-da/blob/c9c904a29301246bd314339ae5c014db10964872/solutions/instances/variables.tf#L104

180 days is supported as well in the service

kierramarie commented 1 week ago

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 commented 4 days ago

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

kierramarie commented 21 hours ago

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