logstash-input-rethinkdb icon indicating copy to clipboard operation
logstash-input-rethinkdb copied to clipboard

automatically listen to the table on create

Open lucidfrontier45 opened this issue 9 years ago • 1 comments

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,

  1. RethinkDB started but table not created
  2. Logstash started. Table specified in config is not found on the RethinkDB
  3. RethinkDB table is created
  4. Logstash finds the specified table in the rethinkdb and start listening to it

Thank you

lucidfrontier45 avatar Jan 23 '16 08:01 lucidfrontier45

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.

deontologician avatar Jan 25 '16 22:01 deontologician