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: USAGE.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,11 +298,16 @@ For `template.json`, the `mappings` object is left empty: `{}`. Likewise the `pr
298
298
299
299
#### OSS
300
300
301
-
ECS now uses basic licensed types that are not available on OSS Elasticsearch clusters. Some of these types have an OSS replacement that can be used instead, without too much loss of functionality.
301
+
**IMPORTANT**: This feature is unnecessary for most users. Our default free distribution
302
+
comes with the Elastic Basic license, and supports all data types used by ECS.
303
+
Learn more about our licenses [here](https://www.elastic.co/subscriptions).
304
+
305
+
Users that want to use the open source version of Elasticsearch do not have access to the basic data types.
306
+
However some of these types have an OSS replacement that can be used instead, without too much loss of functionality.
302
307
303
308
This flag performs a best effort fallback, replacing basic data types with their OSS replacement.
304
309
305
-
Indices using purely OSS types will benefit from the normalization of ECS, but may be missing on some of the added functionality of basic types.
310
+
Indices using purely OSS types will benefit from the normalization of ECS, but may be missing on some of the added functionality of these basic types.
0 commit comments