microsoft_authentication:
    microsoft_tenant_id: "your-tenant-id"
    microsoft_client_id: "your-client-id"
    microsoft_client_secret: "your-client-secret"
    microsoft_scope: "https://graph.microsoft.com/.default"
    microsoft_grant_type: "client_credentials"
output:
    dynatrace:
        dynatrace_tenant_id: "https://your-dynatrace-tenant.live.dynatrace.com"
        dynatrace_api_token: "your-api-token"
        enabled: true
    splunk:
        splunk_hec_url: "https://your-splunk-url:8088/services/collector/event"
        splunk_hec_token: "your-hec-token"
        splunk_ssl_check: false
        enabled: false
    console:
      enabled: true
collection_config:
    microsoft_max_call_duration_hours: 5
    logfile_log_level: "INFO"
    interval_collection_minutes: 5
    license_file: '/absolute/path/to/your/license.lic'
    features:
        ms_teams_direct_routing_calls_collection:
            enabled: true
        ms_teams_calls_collection:
            enabled: true
        ms_teams_issues_collection:
            enabled: false
        ms_teams_pstn_calls_collection:
            enabled: false
        ms_teams_autoattendant_collection:
            enabled: false
        ms_teams_callqueue_collection:
            enabled: false
