You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
Regards,
I am working on windows, what's the correct way to give sincedb path?
Error: No such file or directory
Basic config:
input {
cloudwatch_logs {
log_group => "/aws/lambda/lambdatest"
log_group_prefix => true
sincedb_path => "/temp/sincedb"
access_key_id => ["${CLOUDWATCH_AWS_ACCESS_KEY_ID}"]
secret_access_key => ["${CLOUDWATCH_AWS_SECRET_ACCESS_KEY}"]
interval => 30
}
}
output {
stdout { }
}
The text was updated successfully, but these errors were encountered: