grafana / grafana/lambda-promtail
lambda promtail support EventBridge
Open
enhancement
- Dominant language
- Go
- Stars
- 11
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
I try to send logs from ECS Events by Event Bridge rule to lambda-promtail and then to loki but i get this error message
`level=error caller=main.go:207 err="error processing event: event bridge event type not supported"`
**Event bridge rule**
```
{
"source": ["aws.ecs"]
}
```
**Describe the solution you'd like**
to send logs from EventBridge to loki.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.