Michael Vasilenko
Results
2
comments of
Michael Vasilenko
Hi @exekias i'm trying to implement OR logic using multiple `condition` statements in `filebeat.yml` but it doesn't work. ``` - condition: or: - contains: docker.container.name: "image1" - contains: docker.container.name: "image2"...
hit this issue too @jalexandre0 did you managed to replay RDS logs by `pgreplay-go`? so far, I was able to convert RDS `csvlog` to `pgreplay-go` compatible log by writing a...