I haven't seen anything directly log to an external platform. That said, it is possible to have ATS logging write to a pipe then put a process on the other end of that pipe that does the logging to the external system. That's been used here to send ATS log entries directly to Kafka. Building on top of this, you can use logging.yaml to create multiple log output objects and log different results to each of them.
On Tue, Jul 21, 2020 at 1:22 AM Trilok Nathreddy <[email protected]> wrote: > > I have a question if using > ATS can we directly log to external SIEM platforms eg splunk? also what > if if we wanted to direct system /error logs to different solution and > event/access logs to different solutions? > > regards > Trilok Reddy >
