Skip to content

Commit

Permalink
Update pkg/es/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Yuri Shkuro <yurishkuro@users.noreply.github.com>
Signed-off-by: Jared Tan <jian.tan@daocloud.io>
  • Loading branch information
JaredTan95 and yurishkuro committed Aug 8, 2024
1 parent 060b571 commit 470d70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/es/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type TemplateOptions struct {
// IndexOptions describes the index format and rollover frequency
type IndexOptions struct {
DateLayout string `mapstructure:"date_layout"`
RolloverFrequency string `mapstructure:"rollover_frequency"`
RolloverFrequency string `mapstructure:"rollover_frequency"` // "hour" or "day"
TemplateOptions TemplateOptions `mapstructure:"template"`
}

Expand Down

0 comments on commit 470d70d

Please sign in to comment.