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
Tracking the sql_last_value via the last_run_metadata_path parameter is tricky in a containerized Logstash setup unless some form of persistent storage is attached to the container, which in turn brings its own challenges and is simply not always possible to implement.
Allowing for remote locations of the stored metadata would make tracking the state possible in stateless instances of Logstash. I'm not exactly sure how this is best accomplished, but the first idea would be to store it in Elasticsearch.
The text was updated successfully, but these errors were encountered:
Tracking the sql_last_value via the last_run_metadata_path parameter is tricky in a containerized Logstash setup unless some form of persistent storage is attached to the container, which in turn brings its own challenges and is simply not always possible to implement.
Allowing for remote locations of the stored metadata would make tracking the state possible in stateless instances of Logstash. I'm not exactly sure how this is best accomplished, but the first idea would be to store it in Elasticsearch.
The text was updated successfully, but these errors were encountered: