Added sending messages to ElasticSearch over HTTP.

This commit is contained in:
Vlad Grigorescu 2012-06-03 22:07:20 -04:00
parent 95f000738b
commit 7bee0b0d8e
11 changed files with 266 additions and 127 deletions

View file

@ -163,6 +163,7 @@ enum Writer %{
WRITER_NONE,
WRITER_ASCII,
WRITER_DATASERIES,
WRITER_ELASTICSEARCH,
%}
enum ID %{