mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Disabling ES output in check-test-all-policy.bro to avoid warning
about ES server not being available. I'm not quite sure why the warning has started to be appear now, but it looks like it should have been there already.
This commit is contained in:
parent
36e56c725b
commit
2d8c8435bf
3 changed files with 16 additions and 10 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
2.1-641 | 2013-05-15 18:15:09 -0700
|
||||
|
||||
* Test update. (Robin Sommer)
|
||||
|
||||
2.1-640 | 2013-05-15 17:24:09 -0700
|
||||
|
||||
* Support for cleaning up threads that have terminated. (Bernhard
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1-640
|
||||
2.1-641
|
||||
|
|
|
@ -78,3 +78,5 @@
|
|||
@load tuning/defaults/warnings.bro
|
||||
@load tuning/logs-to-elasticsearch.bro
|
||||
@load tuning/track-all-assets.bro
|
||||
|
||||
redef LogElasticSearch::server_host = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue