All Versions
27
Latest Version
Avg Release Cycle
53 days
Latest Release
1352 days ago

Changelog History
Page 3

  • v2.1.0 Changes

    πŸ†• New Features

    • βž• Added support for flow proxies, such as nProbe, which populate the exporterIPv4Address or exporterIPv6Address fields with the IP of the device from which the flow originated. This applies to both Netflow v9 and IPFIX flow types.

    πŸ†• New Features

    • Added the option to remove fields from the original flow records to save storage space. This is done by setting the environment variable ELASTIFLOW_KEEP_ORIG_DATA to false (default is true). The result of setting this to false is that the netflow, ipfix and sflow objects will be removed prior to sending the data to Elasticsearch. This has no adverse affect on the provided dashboards, as they they are populated from the normalized flow object. However the original flow fields will no longer be available if they are desired for additional analytics.

    ⚑️ Updates

    • πŸš€ Updated MaxMind GeoLite2 DBs to those released 6 Feb 2018.

  • v2.0.0 Changes

    πŸš€ ElastiFlowβ„’ 2.0.0 is a major release which adds support for IPFIX and sFlow, in addition to Netflow v5 and v9.

    πŸ†• New Features

    • πŸ‘Œ Support added for IPFIX (#34)
    • πŸ‘Œ Support added for sFlow (#26)
    • Index name changed from netflow to elastiflow.
    • All flow types are normalized under the flow object (previously Netflow v5 and v9 were normalized to a netflow object), but all original data is retained.
    • Reworked Top-N dashboards. Now includes Top Talkers, Top Services and Top Conversations (replace old Conversations dashboard).
    • Reworked Geo Location dashboards. Now includes client/server and source/destination perspectives.
    • ⚑️ Autonomous System dashboard updated to simplify analysis of traffic to/from Autonomous Systems.
    • πŸ”„ Changed most timelion graphs to display bit/s instead of bytes/s (requested by a number of users)
    • πŸ‘€ Index Pattern now imported via Kibana API. (see README.md)

    πŸ›  Fixes

    • πŸ”„ Change netflow.conn_id to a long (#33)

    ⚑️ Updates

    • ⚑️ License updated.

  • v1.2.0 Changes

    πŸš€ This release has been tested with Elastic Stack versions 5.4.3, 5.5.3, 5.6.5 and 6.0.1. It will also work with 6.1.0 and 6.1.1, however due to issues with Kibana visualization scaling (see elastic/kibana#15594) I cannot yet recommend users making a move 6.1.x.

    • πŸ‘ Modified index templates to support Elasticsearch 6.0. (#20)
    • πŸ‘Œ Improved support for bi-directional flows to better handle flows from devices such as Cisco ASA. (#29)
    • πŸ”„ Changed application_id to a keyword to better handle flows from devices such as Fortinet devices. (#14)
    • πŸ‘Œ Improved presentation of units for traffic volume (e.g. 100KB/s instead of 100000) in Timelion charts. (#24)

  • v1.1.2 Changes

    • Fixed the if statement that controls conditions when geoip_dst.autonomous_system is set. Thanks to @vpiserchia for contributing the PR.
    • Modified the index template to use "codec": "best_compression" to reduce storage capacity requirements.

  • v1.1.1 Changes

    • πŸ›  Fixed destination port normalization in case of UDP. Thanks to @vpiserchia for contributing the PR.

  • v1.1.0 Changes

    • ✨ Enhanced with basic determination of client, server and service from the source and destination addresses and ports.
    • ⚑️ Dashboards updated to use client/server instead of source/destination.
    • Conversation Partners dashboard replaced by the Conversations dashboard.
    • ⚑️ Updated GeoLite City and ASN databases.
    • Corrected a problem where geoip.autonomous_system was not always set.

  • v1.0.0 Changes

    βœ… Developed and tested with Elastic Stack 5.5.0 and 5.5.1.