Skip to content

Commit

Permalink
feat(inputs/firehose): update
Browse files Browse the repository at this point in the history
  • Loading branch information
syedmhashim committed Nov 18, 2024
1 parent f0ec118 commit 3d93830
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/inputs/firehose/firehose.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,8 @@ func (f *Firehose) ServeHTTP(res http.ResponseWriter, req *http.Request) {
func init() {
inputs.Add("firehose", func() telegraf.Input {
return &Firehose{
ServiceAddress: ":8080",
Paths: []string{"/telegraf"},
ReadTimeout: config.Duration(time.Second * 5),
WriteTimeout: config.Duration(time.Second * 5),
ReadTimeout: config.Duration(time.Second * 5),
WriteTimeout: config.Duration(time.Second * 5),
}
})
}

0 comments on commit 3d93830

Please sign in to comment.