Skip to content

Commit

Permalink
fix indexDateLayout for elasticsearch dependencies #3523
Browse files Browse the repository at this point in the history
Signed-off-by: ilya morgenshtern <ilya.m@coralogix.com>
  • Loading branch information
ilyamor committed Feb 12, 2022
1 parent 96026e6 commit cc14933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/storage/es/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ func createDependencyReader(
Client: client,
Logger: logger,
IndexPrefix: cfg.GetIndexPrefix(),
IndexDateLayout: cfg.GetIndexDateLayoutDependencies(),
MaxDocCount: cfg.GetMaxDocCount(),
UseReadWriteAliases: cfg.GetUseReadWriteAliases(),
})
Expand Down

0 comments on commit cc14933

Please sign in to comment.