You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "codifierr (via GitHub)" <gi...@apache.org> on 2023/04/17 08:14:14 UTC

[GitHub] [apisix] codifierr opened a new issue, #9319: Feature : Support for Protobuf in udp and tcp logger for sending logs information

codifierr opened a new issue, #9319:
URL: https://github.com/apache/apisix/issues/9319

   ### Description
   
   The current udp and tcp logger support JSON as payload format.
   UDP logger: https://apisix.apache.org/docs/apisix/plugins/udp-logger/#metadata
   TCP logger: https://apisix.apache.org/docs/apisix/plugins/tcp-logger/#metadata
   
   Example :
   "log_format": {
           "host": "$host",
           "@timestamp": "$time_iso8601",
           "client_ip": "$remote_addr"
       }
   
   The request in this feature is to support protobuf for information transfer to a udp or tcp server.
   Protobuf format : https://github.com/protocolbuffers/protobuf


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] codifierr commented on issue #9319: Feature : Support for Protobuf in udp and tcp logger for sending logs information

Posted by "codifierr (via GitHub)" <gi...@apache.org>.
codifierr commented on issue #9319:
URL: https://github.com/apache/apisix/issues/9319#issuecomment-1649332159

   > sounds interesting.
   > @codifierr are you interesting in this feature ? or raise a proposal for discuss 
   
   Yes. We want to use this for our use case. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix] Sn0rt commented on issue #9319: Feature : Support for Protobuf in udp and tcp logger for sending logs information

Posted by "Sn0rt (via GitHub)" <gi...@apache.org>.
Sn0rt commented on issue #9319:
URL: https://github.com/apache/apisix/issues/9319#issuecomment-1649327960

   sounds interesting.
   @codifierr are you interesting in this feature ? or raise a proposal for discuss 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org