logstash-input-rethinkdb
logstash-input-rethinkdb copied to clipboard
automatically listen to the table on create
Suppose we specified a table in config file but it has not been created yet when logstash is started. It would be great that the input-plugin can automatically start listening to that table when it is created later.
That is,
- RethinkDB started but table not created
- Logstash started. Table specified in config is not found on the RethinkDB
- RethinkDB table is created
- Logstash finds the specified table in the rethinkdb and start listening to it
Thank you
This is a good idea. Right now you can do it if you specify watching a database, but you also have to watch all other tables in that database.