zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Log Stream Widget - Indexes #317

Open kgrodzicki opened 4 years ago

kgrodzicki commented 4 years ago

Hi,

According to https://docs.datadoghq.com/dashboards/widgets/log_stream/ logset parameter has been deprecated and indexes should be used. I have updated the relevant struct and PR is on the way.