mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Added sending messages to ElasticSearch over HTTP.
This commit is contained in:
parent
95f000738b
commit
7bee0b0d8e
11 changed files with 266 additions and 127 deletions
|
@ -163,6 +163,7 @@ enum Writer %{
|
|||
WRITER_NONE,
|
||||
WRITER_ASCII,
|
||||
WRITER_DATASERIES,
|
||||
WRITER_ELASTICSEARCH,
|
||||
%}
|
||||
|
||||
enum ID %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue