Closed chris-west-travelex closed 7 years ago
sorry; meant to merge this to the Travelex fork! happy to discuss bringing this upstream though
To confirm, are you saying "don't bother getting logs any farther back than 1hr before container starts up"?
@tedder that's exactly what this was for. we run logstash in a stateless container and can't (or rather, don't want to) rely on a persistent sincedb or similar. instead we start reading from X hours ago and rely on ElasticSearch's UPSERT behaviour to do away with any overlapping events.
adding tom's changes