Replies: 1 comment
-
Hi @RSRaven! Apologies for the late response, I must have overlooked your message last month. Saving logging data via the REST API is currently in development - see PR #767. There are still some things that I need to finalize in the implementation, but the idea is that there will be a custom REST endpoint provided with Nebula Logger, and you'll be able to save logging data from external systems (into Nebula Logger/your org) using the logs data model provided by the OpenTelemetry (OTel) standard. I don't have an exact ETA on when I'll have this completed, but it's something that a lot people are asking for, and it'll tie into some other enhancements that I'd like to make this year.... so, I'm hoping to have it done "soon" 😅 |
Beta Was this translation helpful? Give feedback.
-
I use Nebula to save the SOAP requests and responses for the integration to the external system. It works fine with platform events, but I think in my case using the REST API saving method would be better (we can have tons of requests daily).
So, the question is how to set up that feature. I didn't find that in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions