Fixed
Details
Assignee
Seth LegerSeth LegerReporter
Seth LegerSeth LegerComponents
Sprint
NoneFix versions
Affects versions
Priority
Critical
Details
Details
Assignee
Seth Leger
Seth LegerReporter
Seth Leger
Seth LegerComponents
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 20, 2017 at 6:21 PM
Updated January 27, 2017 at 3:22 PM
Resolved January 27, 2017 at 10:31 AM
If you set the es-rest forwarder to 'forwardAllEvents', events that are not persisted to the database are stored in the same, single ES document with the 'id' of zero. Subsequent events overwrite the document with a new version of the same document instead of generating additional documents.
We need to change the forwarder so that even if incoming events do not have database IDs, they generate separate ES documents.