How can I style an event overlay with terraform?

22 Views Asked by At

I am trying to create an event overlay with terraform, so far this works

  event {
      q = "sources:test tags:1"
    }

The issue is that I want to style it, display an alias and in another color like the datadog UI shows, but terraform does not seem to have that api, any ideas?

Datadog UI

0

There are 0 best solutions below