RakeshGuptaDev opened a new pull request, #1154:
URL: https://github.com/apache/ranger/pull/1154
## What changes were proposed in this pull request?
Implement new Solr-backed REST APIs to expose audit throughput metrics for
each Ranger service plugin.
Endpoints:
/audit/metrics
/audit/metrics/{id}
/audit/metrics/servicetype/{type}/servicename/{name}
/audit/dailymetrics
/audit/daysmetrics
## How was this patch tested?
Successfully validated the newly added Solr-backed REST APIs for Ranger
audit throughput metrics:
/audit/metrics
/audit/metrics/{id}
/audit/metrics/servicetype/{type}/servicename/{name}
/audit/dailymetrics
/audit/daysmetrics
Security Validation: Confirmed that unauthorized access attempts by accounts
with ROLE_USER correctly return an HTTP 403 Forbidden status.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]