2020-08-17 08:51:46.351 WARN 11636 --- [io-19000-exec-8] ashboardConfiguration$ProxyStreamServlet : Origin parameter: http://localhost:18000/actuator/hystrix.stream is not in the allowed list of proxy host names. If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

thank you !

Comment From: spencergibb

What's the issue?

Comment From: startjava

hello @spencergibb

run url: http://localhost:19000/hystrix/monitor?stream=http%3A%2F%2Flocalhost%3A18000%2Factuator%2Fhystrix.stream

console show info:

2020-08-17 08:51:46.351 WARN 11636 --- [io-19000-exec-8] ashboardConfiguration$ProxyStreamServlet : Origin parameter: http://localhost:18000/actuator/hystrix.stream is not in the allowed list of proxy host names. If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

Comment From: Synchronized1

I also encountered this warning Spring Cloud Netflix sr7 dashboard show WARN :If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

In hystrix-dashboard project add this to application.yml Spring Cloud Netflix sr7 dashboard show WARN :If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

In hystrix-service add this to application.yml Spring Cloud Netflix sr7 dashboard show WARN :If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

I found this question on stackoverflow: https://stackoverflow.com/questions/59738969/unable-to-connect-to-command-metric-stream-in-hystrix-dashboard-issue

Related document reference: https://docs.spring.io/spring-cloud-netflix/docs/2.2.x-SNAPSHOT/reference/html/ Spring Cloud Netflix sr7 dashboard show WARN :If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

Comment From: OlgaMaciaszek

As suggested in the comment above and in the docs, it is something you need to configure. The warning just informs about that.

Comment From: weishaofei

Spring Cloud Netflix sr7 dashboard show WARN :If it should be allowed add it to hystrix.dashboard.proxyStreamAllowList.

this will work for version 2.2.9.RELEASE