mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Small updates and a little standardization for config.h.in naming.
This commit is contained in:
parent
57980c86e6
commit
cb7eac212e
7 changed files with 32 additions and 18 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "writers/Ascii.h"
|
||||
#include "writers/None.h"
|
||||
|
||||
#ifdef INSTALL_ELASTICSEARCH
|
||||
#ifdef USE_ELASTICSEARCH
|
||||
#include "writers/ElasticSearch.h"
|
||||
#endif
|
||||
|
||||
|
@ -40,7 +40,7 @@ WriterDefinition log_writers[] = {
|
|||
{ BifEnum::Log::WRITER_NONE, "None", 0, writer::None::Instantiate },
|
||||
{ BifEnum::Log::WRITER_ASCII, "Ascii", 0, writer::Ascii::Instantiate },
|
||||
|
||||
#ifdef INSTALL_ELASTICSEARCH
|
||||
#ifdef USE_ELASTICSEARCH
|
||||
{ BifEnum::Log::WRITER_ELASTICSEARCH, "ElasticSearch", 0, writer::ElasticSearch::Instantiate },
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue