Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 15, 2023 1:53AM
Likes: 0
Replies: 2
Hello, everyone.
When Deployer node deploys API Service, I have some questions about log.
1. Is the log generated when deploying API Service stored only in the run/audit.log of the Deployer node?
2. Then, is there a way to load log for each API service? (As far as I know, it all adds up to audit.)
Thanks
Hi @woon
,
The recommended approach here is to set up an event server:
1) https://doc.dataiku.com/dss/latest/operations/audit-trail/eventserver.html#installing-the-event-server
2) Then configure automatic dispatching from the API node infrastructure to the event server https://doc.dataiku.com/dss/latest/operations/audit-trail/apinode.html#automatic-send-to-event-server
Thanks
Thank you, AlexT
By any chance, I am distributing API service from Deployer node to EKS, and I need the request of API service and the log information of response.
Is it possible to check with the Event Server you mentioned?
Additionally, I can't see the detailed settings of Event Server in the Doc link you attached, what should I do?
(Ex. Deployer node의 audit logging -> Configure reporting to DSS-ES -> Event Server URL, Auth key와 Design node의 administration -> setting -> Event Server setting 등 )
Finally, it is shown in Doc that Event Server should be installed in Design node and Automation node, but can't it be installed in Deployer node?
(I actually installed it, but the settings such as Connection name were ambiguous.)
Thank you.