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/04/13 10:28:00 UTC

[GitHub] [skywalking] wu-sheng opened a new issue #6745: Evaluate OpenSearch as storage option

wu-sheng opened a new issue #6745:
URL: https://github.com/apache/skywalking/issues/6745


   @kezhenxu94 As AWS has finally announced the APLv2 distribution of ElasticSearch, we should evaluate the possibility and impact if SkyWalking use it as the storage to replace the ElasticSearch as the recommended one, especially for open-source users. We should also evaluate the possibility and practicability of removing the ElasticSearch's client if they don't release APLv2-licensed client anymore.


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   > > Built from https://github.com/opensearch-project/OpenSearch/releases/tag/1.0.0-beta1
   > 
   > Do you build the image by yourself?
   
   Yes


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   Built from https://github.com/opensearch-project/OpenSearch/releases/tag/1.0.0-beta1


-- 
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] caoheyang commented on issue #6745: Add AWS OpenSearch as storage option

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


   > > Early OpenSearch should be compatible with existing ES client (APLv2 licensed), I'll test it and if that's the case,
   > 
   > Yes, it is better they are compatible. Be aware, I noticed, OpenSearch image seems, has opened the authentication and TLS in default.
   
   您好,吴老师,
   
   请问那对于skywalking,是否支持https opensearch?
   
   Thanks,
   Heyang


-- 
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@skywalking.apache.org

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



[GitHub] [skywalking] wu-sheng commented on issue #6745: Evaluate OpenSearch as storage option

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


   > OK, it seems to be the case, https://github.com/apache/skywalking/runs/2534688698?check_suite_focus=true , but because OS also haven't release their docker image, do you @wu-sheng we should wait for that, or use the image built by ourself?
   
   Where is your image from?


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   Oh, `Open Distro` has been totally replaced, even including the version number. I think we could only keep it built by ourselves for now. I am going to ask about the image status.


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   I am good to have self build image for now. Is that easy to build in the CI process? I mean, at least don't have to depend on a personal image.


-- 
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] caoheyang commented on issue #6745: Add AWS OpenSearch as storage option

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


   > > Early OpenSearch should be compatible with existing ES client (APLv2 licensed), I'll test it and if that's the case,
   > 
   > Yes, it is better they are compatible. Be aware, I noticed, OpenSearch image seems, has opened the authentication and TLS in default.
   
   您好,吴老师,
   
   请问那对于skywalking,是否支持https opensearch?
   
   Thanks,
   Heyang


-- 
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@skywalking.apache.org

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



[GitHub] [skywalking] wu-sheng commented on issue #6745: Evaluate OpenSearch as storage option

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


   Yes, build it in every e2e test, and we could be easy to upgrade the version once they have new release to test, such as 1.0 GA.


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   OK, it seems to be the case, https://github.com/apache/skywalking/runs/2534688698?check_suite_focus=true , but because OS also haven't release their docker image, do you @wu-sheng we should wait for that, or use the image built by ourself?


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   > I am good to have self build image for now. Is that easy to build in the CI process? I mean, at least don't have to depend on a personal image.
   
   Yes. Do you mean to build the image on the fly in our testing CI? If so, I can have it set up too
   


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   > Built from https://github.com/opensearch-project/OpenSearch/releases/tag/1.0.0-beta1
   
   Do you build the image by yourself?


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   Early OpenSearch should be compatible with existing ES client (APLv2 licensed), I'll test it and if that's the case, I'll add OS to the test matrix and gradually replace the client libs when OS release their client jars (not yet now)


-- 
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 closed issue #6745: Add AWS OpenSearch as storage option

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6745:
URL: https://github.com/apache/skywalking/issues/6745


   


-- 
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 #6745: Evaluate OpenSearch as storage option

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


   > Early OpenSearch should be compatible with existing ES client (APLv2 licensed), I'll test it and if that's the case,
   
   Yes, it is better they are compatible. Be aware, I noticed, OpenSearch image seems, has opened the authentication and TLS in default. 


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