How to Load the API Service Log for Deployer Node

woon
Level 1
How to Load the API Service Log for Deployer Node

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

0 Kudos
2 Replies
AlexT
Dataiker

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-serv...
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-serve... 

Thanks 

0 Kudos
woon
Level 1
Author

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.

0 Kudos