-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
We want to eventually move away from the REST API having to trigger the elastic search update. For this we intend to consider tools like logstash. For example, if something is updated, we want to use logstash's monitoring to automatically trigger an ES update.
(We do not need to use logstash, but this seems like a decent option for now)
Since this is a bit complicated, I will try to do this in steps.
- Figure out ES indexes we maintain (and their fields) and what they are used for.
- Set up monitoring using logstash for the indexes
- Look at the current update strategy and use the monitoring from step 2 to automatically trigger an ES update