We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7824835 commit 8b5ab45Copy full SHA for 8b5ab45
1 file changed
spec/integration/data_stream/fields/fields.spec.yml
@@ -46,11 +46,14 @@ spec:
46
description: >
47
Name of field. Names containing dots are automatically split into
48
sub-fields.
49
+ Names with wildcards generate dynamic mappings.
50
type: string
51
pattern: '^[\-*_\/@A-Za-z0-9]+(\.[\-*_\/@A-Za-z0-9]+)*$'
52
53
type:
- description: Datatype of field
54
+ description: >
55
+ Datatype of field. If the type is set to object, a dynamic mapping is created. In this case, if the name doesn't
56
+ contain any wildcard, the wildcard is added as the last segment of the path.
57
58
enum:
59
- aggregate_metric_double
0 commit comments