Hi all. I’m using the OS Logstash JDBC plugin. It allows SELECTs by a “:sql_last_value”. Per the docs:
The plugin will persist the
sql_last_value
parameter in the form of a metadata file stored in the configuredlast_run_metadata_path
.
My problem is I’m running in Docker, so that file will be wiped out each time there’s a Docker update, and the plugin will read ALL the data again. Can anyone tell me how to configure Docker to store that file on the actual server disk, and read from it there?
Thanks!