Fix saving pipeline state using record_last_run setting#374
Fix saving pipeline state using record_last_run setting#374palin wants to merge 1 commit intologstash-plugins:mainfrom
Conversation
|
logstash-plugins/logstash-integration-jdbc#121 (comment) clean_run => true |
I don't think this patch will be merged here, because the plugin is now part of the jdbc-integration-plugin in this repository, where I created the same issue, when I stumbled upon it, but the solution is of course the same regardless. Honestly I just made another jdbc-input which uses a separate query without |
|
@s137 commented also there. See my previous message from here for the link. Update logstash-plugins/logstash-integration-jdbc#121 (comment) |
This fixes the issue with clean run: #373
The state should not be written if the record_last_run setting is false.