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
{{ message }}
This repository was archived by the owner on May 19, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Current SIEM integration of Kafka export from splunk does not work with Kafka endpoint that has an auth mechanism enabled and may be an issue in sending out data to kafka in some env.
Describe the solution you'd like
As the integration is based on confluent-kafka producer, it supports having authN features from SASL_SSL like GSSAPI and OAUTH. Having configurable parameters to these inputs should help in configuring a producer with auth mechanism enabled.