Plugin to notify on key events (internal)

Hello,
I would like to ask the community if someone is aware of a plugin for Elasticsearch which:

  • Given a set of events:
    • configuration changes (index templates etc)
    • nodes joining/leaving
    • shard replication/move etc...
  • Trigger events such as :
    • Write to a special log file
    • Do a call to a 3rd party

I think it would be feasible to do something like that in Watcher, but for me it is more oriented to periodical tests.

If I want to go to the Plugin approach, would it be easy to add hooks to endpoints etc?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.