Skip to content

Commit

Permalink
Add "dataset_is_prefix" field to data_stream, if present.
Browse files Browse the repository at this point in the history
  • Loading branch information
skh committed Jan 26, 2021
1 parent 82fcffe commit 14e1c8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/data_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ type DataStream struct {
Dataset string `config:"dataset" json:"dataset,omitempty" yaml:"dataset,omitempty"`
Hidden bool `config:"hidden" json:"hidden,omitempty" yaml:"hidden,omitempty"`
IlmPolicy string `config:"ilm_policy" json:"ilm_policy,omitempty" yaml:"ilm_policy,omitempty"`
DatasetIsPrefix bool `config:"dataset_is_prefix" json:"dataset_is_prefix,omitempty" yaml:"dataset_is_prefix,omitempty"`

Title string `config:"title" json:"title" validate:"required"`
Release string `config:"release" json:"release"`
Expand Down

0 comments on commit 14e1c8c

Please sign in to comment.