aweiteka / raas

docker registry tooling that integrates with Pulp and Crane
GNU General Public License v3.0
0 stars 1 forks source link

Optionally grab OpenShift Crane access logs #27

Open aweiteka opened 9 years ago

aweiteka commented 9 years ago

Story format...

As a user I would like to process apache logs to gather metrics data on how often my data is being accessed.

Maybe add option to status?

pschiffe commented 9 years ago

This looks complicated - logs are stored in app-root/logs/python.log file in openshift gear, but it seems that only way to get that file is only via ssh. And for that, ssh keys are needed... Is there some other way?

aweiteka commented 9 years ago

@pschiffe yes, this is complex. I believe we get the keys during upload but those would need to be stored in the configuration. We should make sure we have the complete story for this (what will parse these logs? etc) before doing this work. Maybe a "companion" OpenShift app could be used to perform this work? Maybe some partners want to integrate with an existing system.

pschiffe commented 9 years ago

OK, let's wait for the complete user story and propose appropriate solution afterwards.