Ramesh Mani created RANGER-5520:
-----------------------------------
Summary: Audit Server refactoring to segregate audit ingestion
and dispatching functionality
Key: RANGER-5520
URL: https://issues.apache.org/jira/browse/RANGER-5520
Project: Ranger
Issue Type: Sub-task
Components: Ranger
Affects Versions: 3.0.0
Reporter: Ramesh Mani
Fix For: 3.0.0
Audit Server refactoring to segregate audit ingestion and dispatching
functionality
* This based on the review comments to have modules
** audit-ingestor
*** This would have the functionality of audit log inbounding from various
plugin and committing into Kafka
*** This will be refactored audit-server micro service application in the
current audit-server.
** audit-dispatcher.
*** This should be micro-services for subscribing the audits from kafka
ranger audit topic and send it into Solr / hdfs / opensearch and other
destination.
*** This should be configurable to take the form of Solr Audit dispatcher,
HDFS audit dispatcher etc based on the destination type.
*** Each dispatcher for destination type should be a separate service
dedicated to commit the audits to respective destination
--
This message was sent by Atlassian Jira
(v8.20.10#820010)