We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada12f1 commit 709bc08Copy full SHA for 709bc08
1 file changed
src/spaceone/monitoring/manager/metadata_manager.py
@@ -31,7 +31,8 @@ def get_data_source_metadata():
31
TextDyField.data_source('User Name', 'username'),
32
DateTimeDyField.data_source('Event Time', 'event_time'),
33
TextDyField.data_source('Access Key ID', 'access_key_id'),
34
- TextDyField.data_source('Error Code', 'cloud_trail_event.errorCode')
+ TextDyField.data_source('Region', 'cloud_trail_event.awsRegion'),
35
+ TextDyField.data_source('Error Message', 'cloud_trail_event.errorMessage')
36
]
37
)
38
return metadata
0 commit comments