Evebox Versions Save

Web Based Event Viewer (GUI) for Suricata EVE Events in Elastic Search

0.17.2

11 months ago

0.17.2 - 2023-05-27

0.17.1

11 months ago

0.17.1 - 2023-03-27

0.17.0

11 months ago

0.16.0

1 year ago

0.15.0

2 years ago

0.15.0 - 2022-02-27

  • [sqlite] Remove full text search engine. It provided little benefit on search and was very expensive to add events to.
  • Add a stats view.
  • [webapp] Update to Angular 13.
  • [server] Move from Warp to Axum.
  • [webapp] Remove Brace editor for pretty printing of JSON and replace with a JSON pretty printer module.
  • [elastic] Fixes to Elastic field name mappings that should address issues with ECS. Most things seem to work.

0.14.0

2 years ago

0.14.0 - 2021-06-16

0.13.1

3 years ago

0.13.1 - 2021-04-09

0.13.0

3 years ago

0.13.0 - 2021-03-18

Fixes

  • Flow report fixes.
  • Netflow report fixes.
  • Capitalization of app_proto's in web.
  • When converting a packet to pcap, use the linktype from the packet info if available. If not available use ethernet. Fixes the case where the packet is from nfqueue, where its DLT_RAW.
  • Unfocus time range selector after a new range is selected allowing keyboard shortcuts to work again without having to click somewhere in the page.
  • Fix issue where the input section in the configuration file was being used even if enabled was set to false. This only happened when using a configuration file with an input section: https://github.com/jasonish/evebox/issues/159

Changes

  • Server: Allow wildcard in input filename to allow the usage of threaded eve output. For example: /var/log/suricata/eve.*.json.
  • Agent: Allow multiple input paths to be specified.
  • New keyboard shortcut, '\' to open time range selector.

Features

  • New DHCP report that attempts to give you a picture of the devices that have been assigned an IP(v4) address over the requested period of time.

0.12.0

3 years ago

0.12.0 - 2020-09-25

Changes

  • 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. https://github.com/jasonish/evebox/issues/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.

0.11.1

3 years ago

0.11.1 - 2020-03-31