mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Updating link in docs for deprecated plugin.
This commit is contained in:
parent
af834410f6
commit
f6ff7f1e66
5 changed files with 12 additions and 2 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
2.4-715 | 2016-07-23 07:27:05 -0700
|
||||||
|
|
||||||
|
* SQLite writer: Remove unused string formatting function. (Johanna Amann)
|
||||||
|
|
||||||
|
* Deprecated the ElasticSearch log writer. (Johanna Amann)
|
||||||
|
|
||||||
2.4-709 | 2016-07-15 09:05:20 -0700
|
2.4-709 | 2016-07-15 09:05:20 -0700
|
||||||
|
|
||||||
* Change Bro's hashing for short inputs and Bloomfilters from H3 to
|
* Change Bro's hashing for short inputs and Bloomfilters from H3 to
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -197,6 +197,10 @@ Deprecated Functionality
|
||||||
decode_base64() and encode_base64(), which take an optional
|
decode_base64() and encode_base64(), which take an optional
|
||||||
parameter to change the Base64 alphabet.
|
parameter to change the Base64 alphabet.
|
||||||
|
|
||||||
|
- The ElasticSearch log writer hasn't been maintained for a while
|
||||||
|
and is now deprecated. It will be removed with the next release.
|
||||||
|
|
||||||
|
|
||||||
Bro 2.4
|
Bro 2.4
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.4-709
|
2.4-715
|
||||||
|
|
1
doc/components/bro-plugins/elasticsearch-deprecated/README.rst
Symbolic link
1
doc/components/bro-plugins/elasticsearch-deprecated/README.rst
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../../../aux/plugins/elasticsearch-deprecated/README
|
|
@ -1 +0,0 @@
|
||||||
../../../../aux/plugins/elasticsearch/README
|
|
Loading…
Add table
Add a link
Reference in a new issue