do account audits work on on-prem?

Not applicable

do account audits work on on-prem? I have been working w/ this and it doesnt seem to give me any data:

http://apigee.com/docs/management/apis/get/audits/organizations/%7Borg_name%7D/users/%7Buser_email%7...

Solved Solved
0 5 213
1 ACCEPTED SOLUTION

Not applicable

Hi @Benjamin Goldman ,

Even I don't see it working on my instance but I see data in audits in C*. Not sure if thats disabled by default and we need to enable it .

@arghya das , @Maudrit any idea ?

View solution in original post

5 REPLIES 5

Not applicable

Hi @Benjamin Goldman ,

Even I don't see it working on my instance but I see data in audits in C*. Not sure if thats disabled by default and we need to enable it .

@arghya das , @Maudrit any idea ?

any chance you could tell me where to look? That will solve my immediate problem...if there are any entries 🙂

@Benjamin Goldman , Sure . I see them in C* on my instance eventhough API doesn't give me any data . You can check on your instance by running the below on one of your Cassandra nodes .

sh cqlsh ip 9160
cqlsh>use audit;
cqlsh:audit> select * from audits where timestamp >= 1438974952064 and operation= 'CREATE' ALLOW FILTERING 

Let me know your findings . Thanks.

adas
Participant V

Yes there's an open bug regarding this. We are planning to put in a fix for this in some future version of the cloud software. However I do not know, when this would be available for OPDK and would there be a patch for existing versions of OPDK.

@arghya das , Once this is fixed we will see history data as I see data in C* already being captured ?

I assume this is just for users and not for other entities right ? cc @Ted Zahner