I am planning to use AWS Elasticsearch as an eventstore DB. Mostly the events would be something like an instance ID and an event of login/logout etc. In this scenario the instance ID pretty much remains the same but events would keep on updating along with the timestamp of such events.
Was wondering if anybody has an experience with Elastic for such a scenario and any pointers on how best to inject such data into ES indices ?