Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: zzzk1 <[email protected]>
  • Loading branch information
zzzk1 committed Jan 18, 2025
1 parent ae5e6b6 commit 1bb60d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/es-rollover/app/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func AddFlags(flags *flag.FlagSet) {
flags.Bool(archive, false, "Handle archive indices")
flags.String(username, "", "The username required by storage")
flags.String(password, "", "The password required by storage")
flags.Bool(useILM, true, "Use ILM to manage jaeger indices")
flags.Bool(useILM, false, "Use ILM to manage jaeger indices")
flags.String(ilmPolicyName, "jaeger-ilm-policy", "The name of the ILM policy to use if ILM is active")
flags.Int(timeout, 120, "Number of seconds to wait for master node response")
flags.Bool(skipDependencies, false, "Disable rollover for dependencies index")
Expand Down
1 change: 0 additions & 1 deletion plugin/storage/integration/elasticsearch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (s *ESStorageIntegration) initializeES(t *testing.T, c *http.Client, allTag
})
require.NoError(t, err)
s.initSpanstore(t, allTagsAsFields)

s.CleanUp = func(t *testing.T) {
s.esCleanUp(t)
}
Expand Down

0 comments on commit 1bb60d0

Please sign in to comment.