Does StackDriver support Syslog protocol?

Does StackDriver support Syslog protocol? if so, can anyone share an example?

In context, I am looking for record entries in the StackDriver using the Syslog protocol. I have looked at the documentation and am unable to do this. So the far-reaching approach seems to be using the StackDriver agent. However, I want to use API gateways like Apigee that support the Syslog protocol through the Message Logging Policy .

I know a REST API could be used to send these records. However, I try to avoid creating additional HTTP layers.

Any help is appreciated. Thanks in advance!

+1


source to share


1 answer


Not supported. Confirmed by the team. I ended up implementing a Node.js REST API wrapper using the service account credentials for OAuth. I will be posting the package to NPM for anyone looking to use the same.



+1


source







All Articles