Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

since_db not working #73

Open
asimarra opened this issue Apr 8, 2019 · 1 comment
Open

since_db not working #73

asimarra opened this issue Apr 8, 2019 · 1 comment

Comments

@asimarra
Copy link

asimarra commented Apr 8, 2019

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 { }
}

@asimarra asimarra changed the title start_position date in seconds not working since_db not working Apr 8, 2019
@codybennett
Copy link

As you are working on Windows, my assumption would be that the path would be relative to Windows.

Assuming you have a public directory named "temp" located at the root of C:\ it would be, in your case, C:\temp\sincedb

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants