lukeitslukas / idelta_mulesoft2_app

1 stars 0 forks source link

Exception in get_deployments #6

Closed srsplunk closed 4 months ago

srsplunk commented 4 months ago

Two tasks here:

Exception raised on Get App Logs during the get_deployments call:

2024-07-17 09:54:10,583 ERROR pid=1514895 tid=MainThread file=log.py:log_exception:351 | exc_l="app_logs_input_exception" Exception raised while ingesting data for app_logs_input: Traceback (most recent call last): File "/opt/splunk/etc/apps/TA-idelta-add-on-for-mulesoft-cloudhub2/bin/app_logs_input_helper.py", line 191, in stream_events for deployment_name, deployment_id in get_deployments(access_token, org_id, env_id).items(): File "/opt/splunk/etc/apps/TA-idelta-add-on-for-mulesoft-cloudhub2/bin/app_logs_input_helper.py", line 55, in get_deployments for app in response['items']: KeyError: 'items'

srsplunk commented 4 months ago
srsplunk commented 4 months ago