Skip to content

Commit

Permalink
logstash merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zak-pawel committed Sep 13, 2024
1 parent 8d89b09 commit ce1e00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/logstash/logstash.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ func newLogstash() *Logstash {
URL: "http://127.0.0.1:9600",
Collect: []string{"pipelines", "process", "jvm"},
Headers: make(map[string]string),
HTTPClientConfig: httpconfig.HTTPClientConfig{
HTTPClientConfig: common_http.HTTPClientConfig{
Timeout: config.Duration(5 * time.Second),
},
}
Expand Down

0 comments on commit ce1e00c

Please sign in to comment.