Filter Logs

Stream log data matching the regex query parameter.

1curl "https://api.hola.cloud/v1/loggers/logger_xyz789/filter?regex=error" \
2  -H "Api-Key: LOGGER_API_KEY" \
3  -H "Api-Secret: LOGGER_API_SECRET"

regex accepts a Go regular expression.

Comments

Leave a comment