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 <[email protected]>
Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
JaredTan95 and yurishkuro committed Aug 14, 2024
1 parent 2e048b8 commit 59f4bd6
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 59f4bd6

Please sign in to comment.