[O11y][CItrix ADC] Support NITRO SESSION
Authentication mechanism for interface, lbvserver, vpn, system and server data streams
#12144
Labels
enhancement
New feature or request
Integration:citrix_adc
Citrix ADC
Team:Obs-InfraObs
Label for the Observability Infrastructure Monitoring team [elastic/obs-infraobs-integrations]
Issue and analysis
Currently, the Citrix ADC supports
Basic Auth
mechanism to authenticate and data collection. For each data streams there could be 1 authentication call with respect to interval (default 10s). Here is the performing request logs for data streams.Also here are the logs after Postman calls from citrix adc,
To reduce the authentication for every interval, we can use the
NITRO SESSION
authentication mechanism for interface, lbvserver, vpn, system and server data streams.Here are the logs after creating the sessionID from
/nitro/v1/config/login
api and then using the sessionID to perform data collection.Implementation
NITRO SESSION
, we need to useCEL
input due to conditional operations handling. Hence we need to switch to CEL input from HTTPJSON input.Reference
Relates
NITRO SESSION
Authentication mechanism for interface, lbvserver, vpn, system and server data streams #12144The text was updated successfully, but these errors were encountered: