Releases: robcowart/elastiflow
ElastiFlow v3.3.0
v3.3.0 is a minor release. No migration of data from v3.0.x or later to v3.3.0 is required.
This release includes the following changes:
New Features
- Sample interval can be manually set if not sent by the device.
- DNS resolution of IP addresses can be enabled for only exporters, endpoints or both.
- Split docs into
README.md
andINSTALL.md
. - Removed
sflow.size_header
.
Updates
- Updated GeoLite2-City and GeoLite2-ASN DBs
- Updated IP Reputation dictionary
- Added field 99 to
netflow.yml
definitions
ElastiFlow v3.2.3
v3.2.3 is a maintenance release. No migration of data from v3.0.x or later to v3.2.3 is required.
This release includes the following changes:
New Features
- Support for Kibana 6.4.
- Support for additional sFlow fields, including TCP Flags.
- Added an IP reputation whitelist dictionary.
- Added a CHANGELOG.md which documents all changes since v1.0.0.
Fixes
- Minor dashboard tweaks.
- Fixed document/index name version inconsistency.
Updates
- Updated GeoLite2-ASN DB
- Updated service name dictionary.
- Updated IP Reputation dictionary.
ElastiFlow v3.2.2
v3.2.2 is a maintenance release. No migration of data from v3.0.x or later to v3.2.2 is required.
This release includes the following changes:
Fixes
Minor changes to README.md.
Updates
Added additional Riverbed fields to netflow.yml
.
Updated GeoLite2-ASN DB
Updated GeoLite2-City DB
Updated IP Reputation Dictionary
ElastiFlow v3.2.0
v3.2.0 is a minor release. No migration of data from v3.0.x or v3.1.0 to v3.2.0 is required.
- Add a multi-server output option.
- Add support for RiverBed WAN Optimizers using a custom Netflow field definitions file.
- Cleanup of NBAR2 application IDs.
- Consider SYN-only TCP Flags when determining client/server.
- Provide the option to lookup interface names from a YAML dictionary.
- Add the ability to set the UDP receive buffer via an environment variable.
- Update GeoIP DBs.
- Update ASN DB.
ElastiFlow v3.2.1
v3.2.1 is a minor release. No migration of data from v3.0.x or later to v3.2.1 is required.
Well v3.2.0 was short lived! Found a bug related to the enrichment of Riverbed port numbers that I wanted to fix quickly.
ElastiFlow v3.1.0
v3.1.0 is a minor release. No migration of data from v3.0.x to v3.1.0 is required.
-
Added country_code related fields.
-
Normalized IPFIX NAT-related fields.
-
Added a configurable default value of App ID source type.
-
Added option for SSL connection to Elasticsearch.
-
Added support for App IDs from v4.x of the Netflow codec. Compatibility with v3.x is maintained.
-
Dashboards optimized for Kibana 6.3. (separate import file for 6.2 is also available)
ElastiFlow v3.0.3
v3.0.3 is a maintenance release. No migration of data from v3.0.x to v3.0.3 is required.
This release includes the following changes:
New Features
- Added support for nDPI detected application names sent via Netflow from nProbe. A configuration file for nProbe, which works well with ElastiFlow™, is available HERE.
ElastiFlow v3.0.2
v3.0.2 is a maintenance release. No migration of data from v3.0.0/v3.0.1 to v3.0.2 is required.
This release includes the following changes:
Updates
- Updated IP Reputation Dictionary - Reduced to focus on higher risk IPs. This also reduces the JVM heap requirements of Logstash.
ElastiFlow v3.0.1
v3.0.1 is a maintenance release. No migration of data from v3.0.0 to v3.0.1 is required.
This release includes the following changes:
New Features
- Added field formatters to the Index Pattern to launch external URLs for IP addresses (www.talosintelligence.com/reputation_center/), Autonomous System Numbers (http://viewdns.info/asnlookup/) and Ports (http://www.adminsub.net/tcp-udp-port-finder/).
- Added recommended Kibana settings to
README.md
.
Fixes
- Fixed a few errors in
README.md
. - Ignore
application_id
of0:0
.
Updates
- Updated GeoLite2-ASN DB
- Updated IP Reputation Dictionary
ElastiFlow v3.0.0
-
Dashboards have been rebuilt to leverage features added since the release of Kibana 6.x. This includes the addition of experimental dashboards which leverage the new Vega visualization.
-
The schema was refactored to minimize the volume of data stored and increase the efficiency of processing. The result is a reduction of storage requirements by 20-30%, and better throughput.
-
IP reputation tagging has been added to assist in the identification of suspect network traffic.
-
Improved support for application identification data has been added for Cisco NBAR2 and Fortinet.
-
Added support for simultaneous collection over IPv4 and IPv6 on separate interfaces.
-
Versioning has been added for indices and index templates. This will make it possible in the future to create reindexing methods for the migration of historical data to newer versions.
-
GeoIP and ASN lookups can now be enabled/disabled using an environment variable. Users who don't need these capabilities will be able to disable them, saving disk space and increasing processing efficiency.
-
Index mappings were modified to more gracefully handle various vendor-specific flow field implementations.
-
Fixed a regression related to the field type of various IPFIX date fields.