You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/25 02:14:16 UTC

[GitHub] [apisix] michaelh1355 opened a new issue, #7787: help request: how to deploy push apisix log to skywalking?

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

   ### Description
   
   hi ,
   
   I setup the skywalking(oap/ui/elasticsearch) and it 's works now. now I want to push apisix log to skywalking system. is there any details document to me for reference? It is appreciate  to give a setup example. 
   
   thank you!
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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] moonming commented on issue #7787: help request: how to deploy push apisix log to skywalking?

Posted by GitBox <gi...@apache.org>.
moonming commented on issue #7787:
URL: https://github.com/apache/apisix/issues/7787#issuecomment-1226737193

   https://apisix.apache.org/blog/2021/12/07/apisix-integrate-skywalking-plugin/
   https://apisix.apache.org/docs/apisix/next/plugins/skywalking-logger/
   please take a look


-- 
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] michaelh1355 commented on issue #7787: help request: how to deploy push apisix log to skywalking?

Posted by GitBox <gi...@apache.org>.
michaelh1355 commented on issue #7787:
URL: https://github.com/apache/apisix/issues/7787#issuecomment-1227064871

   hi,
   https://apisix.apache.org/docs/apisix/plugins/skywalking-logger/
   curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
   {
         "plugins": {
               "skywalking-logger": {
                   "endpoint_addr": "http://127.0.0.1:12800"
               }
          },
         "upstream": {
              "type": "roundrobin",
              "nodes": {
                  "127.0.0.1:1980": 1
              }
         },
         "uri": "/hello"
   ![image](https://user-images.githubusercontent.com/90734605/186639016-4f7e5cc4-7c2f-40b9-81ec-8b42431b5dde.png)
   
   }'
   
   in this guide. what is the port 1980? there is not 1980 port on the server.


-- 
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] tzssangglass commented on issue #7787: help request: how to deploy push apisix log to skywalking?

Posted by GitBox <gi...@apache.org>.
tzssangglass commented on issue #7787:
URL: https://github.com/apache/apisix/issues/7787#issuecomment-1229714674

   > in this guide. what is the port 1980? there is not 1980 port on the server.
   
   1980 is the port for the upstream service, I think you should read some documentation first. ref: https://github.com/apache/apisix/tree/master/docs/en/latest


-- 
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] tzssangglass closed issue #7787: help request: how to deploy push apisix log to skywalking?

Posted by GitBox <gi...@apache.org>.
tzssangglass closed issue #7787: help request: how to deploy push apisix log to skywalking?
URL: https://github.com/apache/apisix/issues/7787


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