You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+48-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,52 @@
2
2
3
3
---
4
4
5
+
## v4.0.1
6
+
7
+
> **WARNING!** - If you are using a 3.x or earlier release, please refer to the v4.0.0 Breaking Changes.
8
+
9
+
ElastiFlow v4.0.1 is a minor release. No migration of data from v4.0.0 to v4.0.1 is required.
10
+
11
+
### Fixes
12
+
13
+
* Netflow v5 sources reporting zero bytes and packets in ECS fields has been fixed.
14
+
* TSVB visualizations displaying data in bits/s now use the new `bitd` custom formatter.
15
+
16
+
---
17
+
18
+
## v4.0.0
19
+
20
+
> **WARNING!** - ElastiFlow v4.0.0 is a major release, and now supports Elastic Common Schema (ECS). Due to significant data model changes there is no upgrade/migration from ElastiFlow 3.x. You should either remove all 3.x indices or deploy ElastiFlow 4.0.0 to a separate environment.
21
+
22
+
### Breaking Changes
23
+
24
+
ElastiFlow v4.0.0 is built for Elasticsearch and Kibana 7.8.1 and later. No earlier versions will be supported. Please use a prior ElastiFlow release if you cannot yet upgrade to Elastic Stack 7.8.1+.
25
+
26
+
ElastiFlow v4.0.0 takes advantage of X-Pack Basic features, such as the Maps, SIEM and Logs apps, as well as Index Lifecycle Management (ILM). This means that you must use at least the X-Pack Basic licensed release of the Elastic Stack. The pure Apache 2.0 licensed release of the Elastic Stack will not work without disabling many features.
27
+
28
+
### New Features
29
+
30
+
* Data model has changed to leverage ECS 1.5.
31
+
* Flow data can now be analyzed using the Kibana SIEM and Log apps.
32
+
* Optional resolution of MAC OUIs to vendor names (disabled by default).
33
+
* Kibana dark theme is now supported.
34
+
* Geo IP dashboards now leverage the new Kibana Maps app.
35
+
* Applications can now be defined manually by IP address and port number.
36
+
* Palo Alto virtual interface indexes are translated to interfaces names.
37
+
* Support for VeloCloud, Calix and various Cisco SD-WAN information elements.
38
+
* KQL is now default
39
+
40
+
### Updates
41
+
42
+
* Pipeline refactored to simplify various logic, which might improve performance and throughput for some users.
43
+
* YAML dictionaries intended for customization by users have been moved to the `logstash/elastiflow/user_settings` path.
44
+
45
+
### Fixes
46
+
47
+
* Client/Server detection using TCP flags is improved.
48
+
49
+
---
50
+
5
51
## v4.0.0-beta1
6
52
7
53
v4.0.0 is a major release. A data migration will be required if you want to have your older data available in 4.0.0. This `BETA` release does not yet include a migration method and is intended for testing with new flow data only.
@@ -41,7 +87,7 @@ ElastiFlow v3.5.x provides support Elastic Stack 7.x. The support for document t
41
87
42
88
* Added support for pmacct IEs (needed for VyOS 1.2.x).
43
89
44
-
------
90
+
---
45
91
46
92
## v3.5.2
47
93
@@ -68,7 +114,7 @@ ElastiFlow v3.5.x provides support Elastic Stack 7.x. The support for document t
Copy file name to clipboardexpand all lines: INSTALL.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@
4
4
5
5
ElastiFlow™ is built using the Elastic Stack, including Elasticsearch, Logstash and Kibana. To install and configure ElastiFlow™, you must first have a working Elastic Stack environment.
6
6
7
-
> **WARNING!** - ElastiFlow 4.0.0 supports Elastic Common Schema (ECS). Due to significant data model changes there is no upgrade/migration from ElastiFlow 3.x. You should either remove all 3.x indices or deploy ElastiFlow 4.0.0 to a separate environment.
7
+
> **WARNING!** - ElastiFlow 4.0.x supports Elastic Common Schema (ECS). Due to significant data model changes there is no upgrade/migration from ElastiFlow 3.x. You should either remove all 3.x indices or deploy ElastiFlow 4.0.x to a separate environment.
8
8
9
9
> **IMPORTANT!** - Always use a **RELEASE**. DO NOT use the `master` branch.
10
10
11
-
> **NOTE** - For full ElastiFlow 4.0.0 functionality, including Kibana's SIEM and Logs apps, you should use X-Pack Basic or one of the commercial X-Pack tiers.
11
+
> **NOTE** - For full ElastiFlow 4.0.x functionality, including Kibana's SIEM and Logs apps, you should use X-Pack Basic or one of the commercial X-Pack tiers.
12
12
13
13
## Elastic Stack Compatibility
14
14
15
15
Refer to the following compatibility chart to choose a release of ElastiFlow™ that is compatible with the version of the Elastic Stack you are using.
0 commit comments