Releases: robcowart/elastiflow
ElastiFlow v2.1.0
-
Added support for flow proxies, such as nProbe, which populate the
exporterIPv4Address
orexporterIPv6Address
fields with the IP of the device from which the flow originated. This applies to both Netflow v9 and IPFIX flow types. -
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
tofalse
(default istrue
). The result of setting this to false is that thenetflow
,ipfix
andsflow
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 normalizedflow
object. However the original flow fields will no longer be available if they are desired for additional analytics. -
Updated MaxMind GeoLite2 DBs to those released 6 Feb 2018.
ElastiFlow v2.0.0
ElastiFlow™ 2.0.0 is a major release which adds support for IPFIX and sFlow, in addition to Netflow v5 and v9.
It includes the following features:
-
Support added for IPFIX (#34)
-
Support added for sFlow (#26)
-
Index name changed from
netflow
toelastiflow
. -
All flow types are normalized under the
flow
object (previously Netflow v5 and v9 were normalized to anetflow
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)
-
Change
netflow.conn_id
to along
(#33) -
License updated.
ElastiFlow v1.2.0
-
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)
ElastiFlow v1.1.2
-
Fixed the
if
statement that controls conditions whengeoip_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.
ElastiFlow v1.1.1
Fixed destination port normalization in case of UDP. Thanks to @vpiserchia for contributing the PR.
ElastiFlow v1.1.0
-
Released under Apache License, Version 2.0.
-
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 theConversations
dashboard. -
Updated GeoLite City and ASN databases.
-
Corrected a problem where
geoip.autonomous_system
was not always set.
ElastiFlow v1.0.0
Developed and tested with Elastic Stack 5.5.0 and 5.5.1.