You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elastic/beats#34014 will be adding configuration options to httpjson to allow users to specify the behaviour of http keep-alives. This configuration should be made available to integrations that make use of httpjson to perform API requests. A customer has requested that the okta package provide this option to reduce API limit impacts due to the current behaviour that does not allow keep-alives.
I think we should make HTTP keepalives enabled in our integrations. That's the optimal behavior IMO. I know that with the httpjson input we did not want to change the behavior because we didn't know who/what would be affected, but with Okta (and other httpjson based integrations) we know how it's being used and we want to optimize the OOTB experience.
Are we never going to be in a situation where resource constraints make this problematic? Would a default enabled be OK or do you specifically want it always enabled?
elastic/beats#34014 will be adding configuration options to httpjson to allow users to specify the behaviour of http keep-alives. This configuration should be made available to integrations that make use of httpjson to perform API requests. A customer has requested that the okta package provide this option to reduce API limit impacts due to the current behaviour that does not allow keep-alives.
Depends: elastic/beats#34014
Depends: elastic/beats#34299
Depends: elastic/beats#34743
The text was updated successfully, but these errors were encountered: