Skip to content

Commit 8b5ab45

Browse files
committed
Update docs
1 parent 7824835 commit 8b5ab45

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

spec/integration/data_stream/fields/fields.spec.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,14 @@ spec:
4646
description: >
4747
Name of field. Names containing dots are automatically split into
4848
sub-fields.
49+
Names with wildcards generate dynamic mappings.
4950
type: string
5051
pattern: '^[\-*_\/@A-Za-z0-9]+(\.[\-*_\/@A-Za-z0-9]+)*$'
5152

5253
type:
53-
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.
5457
type: string
5558
enum:
5659
- aggregate_metric_double

0 commit comments

Comments
 (0)