You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server rewritten in Rust. Ideally this should not be noticed.
Stop tagging events with "archived" and "escalated", and only use
"evebox.archived" and "evebox.escalated". This should not be noticed
as EveBox has been using both tags for a very long.
The Docker image is now based on Alpine Linux. Scratch could be
used, but it would break compatibility with previous images.
Agent: The baheaviour of using the log filename suffixed with ".bookmark
has been removed. The agent will prefer to use the configured bookmark
directory (aka data-directory) instead, or if not set, the current
directory where EveBox is being run from. However, if these deprecated
bookmark filenames exist (like after an upgrade), they will continue
to be used.
The command "esimport" has been renamed to "elastic-import".
Fixes
Fix the index_pattern when adding a template to Elasticsearch with a
non logstash index.
Fix disabling of certificate checks for connecting to an Elasticsearch
server with a self-signed certificate. #144
Breaking Changes
License: AGPL
LetsEncrypt support has been removed.
Known Issues
When using a self-signed certificate, the hostname being connected
to must match the hostname in the certificate.