Created 04-14-2020 02:28 PM
Created 04-14-2020 03:22 PM
@gm Sure they can. For example: this is a simple use case for nifi to tail a log file and send the results to a Kafka topic.
There are many other ways to do this without nifi too.
Created 04-15-2020 01:58 PM
How to set up Ranger logs to branch off to Kafka topic(s)?
Created 04-15-2020 03:13 PM
You'll need to create a Kafka producer that reads the tail of the Ranger log files and pushes that to a Kafka topic. Here is an example of an implementation in Python.