Capture and Send Scenario Logs to Specific Location
Is it possible to capture the logs from a specific Scenario run in an application?
Operating system used: centos
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,088 Neuron
You can send logs to Kafka:
Or you can use the DSS Event Server:
https://doc.dataiku.com/dss/latest/operations/audit-trail/eventserver.html
to send audit logs to other technologies/locations. But this is intended for audit trail logs not for scenario logs. Scenario logs are stored in a directory (see https://doc.dataiku.com/dss/latest/operations/disk-usage.html#scenario-logs) so nothing stops you from developing a process to load them somewhere.
But what will be the purpose of doing so? What are you really trying to achieve?
-
we want to keep a tight watch on numerous processes.
Currently we use K8s-pods-stdout-stderr > Fluentd > Splunk .
Wondering how to do something similar in Dataiku.