8 Sep
2016
8 Sep
'16
2:45 p.m.
On Thu, Sep 08, 2016 at 03:43:17PM +0200, Fabien Wernli wrote:
custom_id("syslog-ng")
^^^^^^^^^^^^^^^^^^^^^^ There's your problem: all documents will be assigned the literal "syslog-ng" as _id, so you're basically pushing all data overwriting the same document again and again :-)
so the fix is simply to drop that option altogether