Step 3: Monitoring the Artifactory Log

ARTIFACTORY: How to log the Client IP address of an Upload request in Artifactory

AuthorFullName__c
Shisiya Sebastian
articleNumber
000005775
ft:sourceType
Salesforce
FirstPublishedDate
2023-06-08T19:27:56Z
lastModifiedDate
2023-06-08
VersionNumber
1
To monitor the client IP address logs, upload files and then monitor the "artifactory-service.log" file located at "/var/opt/jfrog/artifactory/log/artifactory-service.log".

Look for log entries similar to the following example:
2023-06-05T11:54:37.327Z [jfrt ] [WARN ] [5c897beb09c8a1d5] [ip:-2                         ] [http-nio-8081-exec-4] - UPLOAD REQUEST for remoteClientAddress variable: IP={191.188.1.32}
2023-06-05T11:54:37.368Z [jfrt ] [INFO ] [5c897beb09c8a1d5] [o.a.e.UploadServiceImpl:466   ] [http-nio-8081-exec-4] - Deploy to 'example-repo-local:test.txt' Content-Length: 6 (estimation) artificial: false

References:
For additional information on user plugins and Artifactory's REST APIs, refer to the following resources:

JFrog Integrations Documentation - User Plugins: link
Artifactory User Plugins on GitHub: link
JFrog REST APIs - Reload Plugins: link