Skip to content

Commit

Permalink
feat(splunk-logger): allow configuring keepalive_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Sep 26, 2024
1 parent 502b420 commit c03c8a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apisix/plugins/splunk-hec-logging.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ local schema = {
type = "integer",
minimum = 1,
default = 10
},
keepalive_timeout = {
type = "integer",
minimum = 1000,
default = 60000,
description = "keepalive timeout in milliseconds",
}
},
required = { "uri", "token" }
Expand Down

0 comments on commit c03c8a2

Please sign in to comment.