Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Arkime
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrors
Arkime
Commits
0f6e4d94
Commit
0f6e4d94
authored
5 years ago
by
Andy Wick
Browse files
Options
Downloads
Patches
Plain Diff
v2.2.2
parent
84721c48
Branches
Branches containing commit
Tags
v2.2.2
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+2
-1
2 additions, 1 deletion
CHANGELOG
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
release/config.ini.sample
+0
-4
0 additions, 4 deletions
release/config.ini.sample
with
3 additions
and
6 deletions
CHANGELOG
+
2
−
1
View file @
0f6e4d94
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
0f6e4d94
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
...
...
This diff is collapsed.
Click to expand it.
release/config.ini.sample
+
0
−
4
View file @
0f6e4d94
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment