Skip to content

0.20.0 - 2025-01-28

Latest
Compare
Choose a tag to compare
@jasonish jasonish released this 29 Jan 01:52
· 12 commits to main since this release
0.20.0
9a09e91
  • Feature to fit screen height instead of number of rows. Only
    available for alerts.
  • [fix] Pagination fixes.
  • Kibana inspired filters. This is still a work in progress.
  • [fix] Handle "null" or "empty" IP addresses.
  • [fix] [sqlite] Fix negated queries.
  • [webapp] Attempt to resolve IP addresses to hostnames using DNS
    records. This is still a work in progress.
  • [fix] [opensearch] Fixes for OpenSearch as features only available in
    Elasticsearch were being used. This increases compatiblity with
    OpenSearch as its used by ClearNDR (formerly SELKS).
  • [eve2pcap] Use SID as filename when available.
  • [webapp] Allow user to choose local time or UTC time:
    #161
  • Auto-archive events by filter:
    #52
  • [sqlite] Use server side events to stream back data such as
    aggregations, so updates in the UI can start right away.
  • [elastic] Support custom certificate authority: #222
  • Auto archive events by date. Allows users to set a number of days,
    events older will be automatically archived.