NOTE: THIS EXTENSION IS COMMUNITY-TESTED AND IS NOT PART OF OUR REGULAR RELEASE CYCLE. THIS EXTENSION IS FOR THE LATEST VERSION OF APPRENDA. IF YOU ENCOUNTER AN ISSUE OR REQUIRE A PREVIOUS VERSION, PLEASE LEAVE A COMMENT AND WE'LL ADDRESS IT ASAP.
The following extension creates an Info Event Log everytime a user logs in and logs out of the platform.
Implementing the Extension
Download the Visual Studio Solution for the Log User Access Extension.
- Compile the solution.
- Prepare an Archive manually or using the Apprenda Archive Builder.
- Create a new Application in Apprenda (no Apprenda services selected).
- Upload the Archive.
- Promote the Application to the Production stage.
- Access the SOC for your Apprenda Instance.
- Go to the Platform Registry and add the following setting:
- Setting Name: @CitadelExtServices
- Setting Value: {alias of your application}/UserLogger
Note: if you extension application is not in the Published stage, you will have to append the version alias (v1,v2, etc).
The extension service will automatically get deployed when a request is detected. The Info level log messages that are generated can be viewed in the Event Logs page of the SOC (provided that the Global Log Level is set to log at the Info level or a Log Level Override is set for the extension application) or through the Event Logs page of the developer account under which the extension application was created (provided that the logging level is set appropriately).
Downloading the Extension
To download the Visual Studio Solution for this extension, click on the link below.
Comments