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

Support for line template #22

Open philippfrank opened 3 years ago

philippfrank commented 3 years ago

Team, great work on this -- I appreciate every single thing that could be automated.

We heavily rely on line templates as our log messages contain a number of fields that we usually don't want to see by default in the viewer. To make this provider really useful, I would be able to specify the default line template on a per-view basis, e.g.

resource "logdna_view" "complex_view" {
  name = "complex view"
  aps = ...
  categories = ...
  linetemplate = "[{{ status }}] {{ msg }} (runtime: {{ runtime }})"
}
mdeltito commented 3 years ago

@philippfrank great suggestion! that makes total sense

cc: @alfeng6

philippfrank commented 2 years ago

Still no update since 1.1.0?

jschultz-6rs commented 2 years ago

checking in six months later. can you share more details about the plan to implement line template?