Skip to content

Commit

Permalink
[Ingest Manager] Increase kibana client timeout to 5 minutes (#21037)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas authored Sep 10, 2020
1 parent 8ff5f4f commit 0ea1def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/kibana/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func DefaultClientConfig() *Config {
SpaceID: "",
Username: "",
Password: "",
Timeout: 90 * time.Second,
Timeout: 5 * time.Minute,
TLS: nil,
}
}
Expand Down

0 comments on commit 0ea1def

Please sign in to comment.