1

I have a case with IBM AIX, need to send syslogs, logs from file and maybe appslogs to Apache Kafka, is it possible ? I try search something about nxlog, but he don't have output to Kafka for AIX any other solutions ?

1 Answers1

1

You can stream all sorts of data into (and out of) Apache Kafka using Kafka Connect, which is part of Apache Kafka. There's a list of connectors here, including log files and syslog.

Robin Moffatt
  • 30,382
  • 3
  • 65
  • 92