Skip to content
Snippets Groups Projects
Commit 0f6e4d94 authored by Andy Wick's avatar Andy Wick
Browse files

v2.2.2

parent 84721c48
Branches
Tags v2.2.2
No related merge requests found
......@@ -17,7 +17,7 @@ Node Versions:
NOTICE: Restart wiseService before capture when upgrading
2.2.2 2020/02/xx
2.2.2 2020/02/18
- release - node 10.19.0
- capture - fix SYN retrans handling
- capture - New tcphealthcheck plugin (thanks fj604)
......@@ -36,6 +36,7 @@ NOTICE: Restart wiseService before capture when upgrading
- s3 - Fixes the problem where the s3 token expires during a capture (issue #1370)
- s3 - more logging on errors
- s3 - new s3Host setting (thank jc2k)
- all - debug can be set in config file, used if no command line debug args
2.2.1 2020/01/21
- capture - fix --skip not working with ES 7.x
......
AC_INIT([moloch], [2.3.0-GIT])
AC_INIT([moloch], [2.2.2])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_PROG_CXX
......
......@@ -70,10 +70,6 @@ interface=MOLOCH_INTERFACE
# Control the log format for access requests. This uses URI % encoding.
#accessLogFormat = :date :username %1b[1m:method%1b[0m %1b[33m:url%1b[0m :status :res[content-length] bytes :response-time ms
# Control whether requests to certain paths are suppressed from logging.
# This is a semicolon seperated list.
#accessLogSuppressPaths = /eshealth.json
# The directory to save raw pcap files to
pcapDir = MOLOCH_INSTALL_DIR/raw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment