Dear community, I want to send error logging from Apigee Edge Cloud to Loggly, but I am experiencing difficulties. I want to make a post API call to Loggly using the format displayed below (tags2.jpg). This is a Google Chrome Postman request.
Hi @Mukundha Madhavan, Thanks for your answer. The tags are not received/processed properly in Loggly with the message policy below. Can you specify how the policy should look like in Apigee?
I can able to reproduce same issue. It’s not working as expected. I believe it’s an issue due to “RFC5424 compliant header” that Apigee sends to loggly.
@ferry.bos , Thank you for posting a solution for same. Yes, Service callout is always an option to resolve above issue. But, Problem still exists with Message Logging policy. We will follow up on same and keep you posted. Thank you once again for sharing solution with community here.
Is there any status update on the fix for this issue? We’re running into the same thing when using the MessageLogging Policy to send logs to Loggly.
Using a ServiceCallout like @ferry.bos suggested would fix the issue but we won’t be able to use it in a PostClientFlow. Would appreciate any advice/update on this. Thanks!
We are experiencing the same issue also. Don’t want to use a service callout because we want to take advantage of the PostClientFlow and service callouts aren’t allowed there.
Above issue has been resolved in latest release, You can now post formatted messages into loggly using message logging policy instead of service callout policy. For more details , please see article by @tskumar@apigee.comhere.