Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Oct 2, 2023
1 parent 7824835 commit 8b5ab45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/integration/data_stream/fields/fields.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ spec:
description: >
Name of field. Names containing dots are automatically split into
sub-fields.
Names with wildcards generate dynamic mappings.
type: string
pattern: '^[\-*_\/@A-Za-z0-9]+(\.[\-*_\/@A-Za-z0-9]+)*$'

type:
description: Datatype of field
description: >
Datatype of field. If the type is set to object, a dynamic mapping is created. In this case, if the name doesn't
contain any wildcard, the wildcard is added as the last segment of the path.
type: string
enum:
- aggregate_metric_double
Expand Down

0 comments on commit 8b5ab45

Please sign in to comment.