Elasticsearch 2.0 doesn’t accept dots in fieldnames. Bro writes fieldnames with dots.
As a result bro data can not be written to Elasticsearch 2.0.
I have made 2 very small patches to bro/src/threading/formatters/JSON.h and
bro/src/threading/formatters/JSON.cc that solves this problem.
JSON.cc.patch (120 Bytes)
JSON.h.patch (31 Bytes)