DocsTeam
(Docs Team)
June 4, 2024, 12:46am
1
This topic provides the steps needed to enable logging on SailPoint using REST APIs.
This process is broken up into four steps:
This is the companion discussion topic for the documentation at https://documentation.sailpoint.com/connectors/aws/help/common/identitynow_topics/enable_connector_logging.html
Hi,
The Update Logging Configuration JSON body shows following example, and I can understand how that works with the logging classes in the table eg openconnector.connector.unix.UnixConnector
{
"durationMinutes": 60,
"rootLevel": "DEBUG",
"logLevels": {
"sailpoint.connector.ADLDAPConnector": "DEBUG"
}
}
Please can you add a second JSON body example for say AWS, where logging classes table has
logger.aws.name=openconnector.connector.aws
logger.aws.level=trace
logger.aws.additivity = false
logger.aws.appenderRef.rolling.ref = STDOUT
I dont understand how to map/translate that into a valid JSON body for the PUT /v3/managed-clusters/{:id}/log-config
Thanks