logdna / terraform-provider-logdna

Terraform provider to simplify creation of views, preset alerts and other resources in LogDNA!
https://registry.terraform.io/providers/logdna/logdna/latest
MIT License
11 stars 12 forks source link

Allow setting description in logdna_view resource #106

Open mriedem opened 2 months ago

mriedem commented 2 months ago

The UI shows that you can set a description for a view:

image

For views with an alert attached, we'd like to be able to populate a description with a link to a runbook for dealing with the alert so that can get into the alert details in PagerDuty.

Would it be possible to expose setting the description for the logdna_view resource so that information can also get into the alert via the pagerduty_channel?

jakedipity commented 2 months ago

Our API currently does not surface the description for views. https://docs.mezmo.com/log-analysis-api#create-view

This would be a necessary prerequisite to make this available in Terraform. I'll raise this issue internally to see if a change like this is viable.