-
Notifications
You must be signed in to change notification settings - Fork 27
log4j system initialization problem #26
Comments
@yomansk8 run logstash in debug mode (-D) and paste the output here |
@marcosnils This is what it gives me :
Do you think that it can be caused by the unknown parameter |
@yomansk8 IDK, but as the log states, something is wrong in the config |
@marcosnils I've tried to change the |
Try inserting a record in dynamo after that. Verbose logging should show a lot of info. |
I've tried, but nothing is logged when I insert a record in dynamo.
And when I restart Logstash, he found my previously created records and output them to ElasticSearch producing the following logs :
|
@yomansk8 seems like logstash is working as it scans your tables when it starts. When you created your dynamodb tables, did you enable the stream option for those tables? |
Yes, the stream option is enable on those tables.
I agree that it seems like a stream problem, but I cant figure out where ! |
Hello, I have an issue when using this plugin to output data to ElasticSearch.
My Logstash conf is the following :
When I run Logstash, I got the following output :
Now if I try to insert item in my table, Logstash dont do anything (Dont capture the streams ?)...
But if I restart Logstash, the initial scan actually found the changes in tables and output them to ElasticSearch.
Any idea on why I got this behaviour ?
The text was updated successfully, but these errors were encountered: