You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/05/27 03:13:48 UTC

[GitHub] [skywalking] Shikugawa opened a new issue #7025: Provide REST API for log collection endpoint

Shikugawa opened a new issue #7025:
URL: https://github.com/apache/skywalking/issues/7025


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [x] Feature or performance improvement
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   
   In current implementation, we don't have REST endpoint for log collection endpoint. https://github.com/apache/skywalking/tree/master/oap-server/server-receiver-plugin/skywalking-log-recevier-plugin/src/main/java/org/apache/skywalking/oap/server/recevier/log/provider/handler
   
   In some situations, we need to provide them.
   


-- 
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.

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



[GitHub] [skywalking] kezhenxu94 closed issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
kezhenxu94 closed issue #7025:
URL: https://github.com/apache/skywalking/issues/7025


   


-- 
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.

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



[GitHub] [skywalking] Shikugawa commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
Shikugawa commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849311839


   > Can’t we use gRPC protocol for fluentbit plugin?
   
   gRPC is very large library and may cause improvement of the binary size of fluent-bit. It is used for embedding system so that not match for the usage to introduce it. This is why we should rely on simple REST API.


-- 
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.

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



[GitHub] [skywalking] kezhenxu94 commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849305662


   Can’t we use gRPC protocol for fluentbit plugin?


-- 
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.

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



[GitHub] [skywalking] kezhenxu94 commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
kezhenxu94 commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849319507


   > > Can’t we use gRPC protocol for fluentbit plugin?
   > 
   > gRPC is very large library and may cause improvement of the binary size of fluent-bit. It is used for embedding system so that not match for the usage to introduce it. This is why we should rely on simple REST API.
   
   Ok, make sense to me. 


-- 
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.

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



[GitHub] [skywalking] wu-sheng commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849390311


   > > @hailin0 @kezhenxu94 I think we could add this for fluent-bit ecosystem.
   > 
   > Need to recevie [native-json](https://github.com/apache/skywalking/blob/master/docs/en/protocols/Log-Data-Protocol.md#Native-Json-Protocol) format log in skywalking-log-recevier-plugin, support multiple collectors to report text logs?
   
   Yes, use HTTP + JSON, like the Kafka + JSON we have.


-- 
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.

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



[GitHub] [skywalking] wu-sheng commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849302984


   @hailin0 @kezhenxu94 I think we could add this for fluent-bit ecosystem.


-- 
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.

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



[GitHub] [skywalking] hailin0 commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
hailin0 commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849365402


   > @hailin0 @kezhenxu94 I think we could add this for fluent-bit ecosystem.
   
   Need to recevie `native-json` format log in skywalking-log-recevier-plugi, support multiple collectors to report text logs?


-- 
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.

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



[GitHub] [skywalking] hailin0 edited a comment on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
hailin0 edited a comment on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849365402


   > @hailin0 @kezhenxu94 I think we could add this for fluent-bit ecosystem.
   
   Need to recevie `native-json` format log in skywalking-log-recevier-plugin, support multiple collectors to report text logs?


-- 
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.

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



[GitHub] [skywalking] wu-sheng commented on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849326546


   @dmsolr @gxthrj We should add an issue to track HTTP log receicer on Satellite, and add gprc sender to transport for better performance, if logs are going to out of VPC or region.


-- 
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.

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



[GitHub] [skywalking] hailin0 edited a comment on issue #7025: Provide REST API for log collection endpoint

Posted by GitBox <gi...@apache.org>.
hailin0 edited a comment on issue #7025:
URL: https://github.com/apache/skywalking/issues/7025#issuecomment-849365402


   > @hailin0 @kezhenxu94 I think we could add this for fluent-bit ecosystem.
   
   Need to recevie [native-json](https://github.com/apache/skywalking/blob/master/docs/en/protocols/Log-Data-Protocol.md#Native-Json-Protocol)  format log in skywalking-log-recevier-plugin, support multiple collectors to report text logs?


-- 
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.

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