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:
Robin Sommer 2013-05-15 18:15:09 -07:00
parent 36e56c725b
commit 2d8c8435bf
3 changed files with 16 additions and 10 deletions

View file

@ -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

View file

@ -1 +1 @@
2.1-640
2.1-641

View file

@ -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 = "";