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 2019/12/17 04:15:41 UTC

[GitHub] [skywalking] sinoryan commented on issue #4073: apollo configuration is not working?

sinoryan commented on issue #4073: apollo configuration is not working?
URL: https://github.com/apache/skywalking/issues/4073#issuecomment-566372944
 
 
   > @sinoryan what are your configurations in Apollo, can you share some of them? Or you can test with the Apollo Demo environment (remember not to put sensitive configurations there) and I can see it there
   
   I want to override some configuration items from skywalking application.yml , sush as following fragment:
   storage:
     elasticsearch:
       nameSpace: ${SW_NAMESPACE:""}
       clusterNodes: ${SW_STORAGE_ES_CLUSTER_NODES:localhost:9200}
       protocol: ${SW_STORAGE_ES_HTTP_PROTOCOL:"http"}
   
   In my apollo center configuration ::
   ![image](https://user-images.githubusercontent.com/8133974/70964344-72cef280-20c6-11ea-8471-ace0f6985288.png)
   all tried, include  comment out of configuration items .  
   #storage.elasticsearch.clusterNodes = http://172.31.242.160:9200

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


With regards,
Apache Git Services