Hi all,
I use Loggly as an external logging platform for all my applications so far.
I want to send make.com logs to loggly also.
I see two solutions :
1/ adding a http call between all my modules to send logs manually
2/ sending the scenario logs at the end of my scenario to loggly via http module
1/ is very fastidious and I cannot make 2/ work.
Do you have any idea or suggestion that would help me ?
Thanks,
Hi @omasson, Would this module be of use ? It’s not instantaneous though, you’d have to configure in some way.
Hi @kudracha ,
First, thanks for your time.
I tried to get logs with this module, but it returns juste the logs linked to scenario execution (start date, end date, etc…)
What I want is what we can see in the Make DevTool by example.
I’m not sure to be clear enough…
@omasson, Here’s the custom API documentation for Make. Make roles and API scopes | Make Developer Hub
They do not have ‘complete executions’ ressource and i don’t know how incomplete ones work, but apparently you can get “Allows getting bundles, blueprints, and logs of an incomplete execution.” and find a workaround ?
Thanks, but the complete executions are the ones that are interesting.
Yeah. I was thinking of making target scenarios “incomplete” by throwing expected error in the end of the scenario, getting the logs of the incomplete scenario and then deleting it from the ‘incomplete scenarios’ list. You’ll need some ‘Master scenario’ to keep track of all executions. I have never tried and it seems a little sketchy process, but there’s some hope (unless Make provides us some other module option
).