ClearML is one of the most famous MLOps tools existing. It has logging of machine learning processes, however I couldn't find any information regarding its system of accounting of information security events.
My question is: does ClearML have such system? Does it register/log events of client-server interaction? If ClearML does, then what format is used?
The events are logged under the respective docker logs for each of the containers that the environment is comprised of. For example, to get the interactions with the webserver you could use:
The
-fflag makes it continuously update which is handy when debugging. An example output: