Member since
05-21-2020
1
Post
0
Kudos Received
0
Solutions
05-21-2020
02:51 PM
In my Docker Image, I ran Ranger and solr as standalone application successfully. In Ranger I am able to use everything except audit logs In Ranger, if I go to "Audit" and "Access" section, then it says No Access Audit found! If I check network tab, then given path /service/assets/accessAudit gives me 200 status with response: <vxAccessAuditList> <pageSize>200</pageSize> <resultSize>0</resultSize> <startIndex>0</startIndex> <totalCount>0</totalCount> </vxAccessAuditList> Now my question is, why resultSize is 0, how can I test if my audits are getting generated properly I used this doc: https://cwiki.apache.org/confluence/display/RANGER/Install+and+Configure+Solr+for+Ranger+Audits+-+Apache+Ranger+0.5#InstallandConfigureSolrforRangerAudits-ApacheRanger0.5-Standaloneconfiguration And added all configs in install.properties file. Also in config I have specified: http://localhost:6083/solr/ranger_audits as solr url but if I try to open it in my browser (replacing localhost with my instance ip) Then it gives 404 error HTTP ERROR 404 Problem accessing /solr/ranger_audits. Reason: Not Found Any help is much appreciated Thanks
... View more
Labels: