Add an app_log data stream to the openai_chatgpt_enterprise integration.
Collects ChatGPT Enterprise APP_LOG events (in-app connector requests and responses) from the OpenAI Compliance Logs Platform via CEL input. Collection is incremental using last_end_time as the cursor (list log files, then download each file).
Includes:
- CEL-based data collection with two-phase list/download pagination
- Ingest pipeline with ECS mappings (
user.*, user_agent.*, source.geo.*, gen_ai.*)
- Field definitions, pipeline and system tests, sample event, and documentation
- Dashboard covering application/connector usage
Part of #19399.
Add an
app_logdata stream to theopenai_chatgpt_enterpriseintegration.Collects ChatGPT Enterprise
APP_LOGevents (in-app connector requests and responses) from the OpenAI Compliance Logs Platform via CEL input. Collection is incremental usinglast_end_timeas the cursor (list log files, then download each file).Includes:
user.*,user_agent.*,source.geo.*,gen_ai.*)Part of #19399.