mirror of https://github.com/hashicorp/consul
Directions for using the new Consul UI
parent
e5eeb0aa7c
commit
f4c0ce8220
|
@ -13,10 +13,6 @@ box. UIs can be used for viewing all services and nodes, for viewing
|
||||||
all health checks and their current status, and for reading and setting
|
all health checks and their current status, and for reading and setting
|
||||||
key/value data. The UIs automatically support multi-datacenter.
|
key/value data. The UIs automatically support multi-datacenter.
|
||||||
|
|
||||||
<div class="center">
|
|
||||||
![Consul Web UI](consul_web_ui.png)
|
|
||||||
</div>
|
|
||||||
|
|
||||||
To set up the self-hosted UI, start the Consul agent with the
|
To set up the self-hosted UI, start the Consul agent with the
|
||||||
[`-ui` parameter](/docs/agent/options.html#_ui):
|
[`-ui` parameter](/docs/agent/options.html#_ui):
|
||||||
|
|
||||||
|
@ -31,6 +27,14 @@ By default this is `http://localhost:8500/ui`.
|
||||||
You can view a live demo of the Consul Web UI
|
You can view a live demo of the Consul Web UI
|
||||||
[here](http://demo.consul.io).
|
[here](http://demo.consul.io).
|
||||||
|
|
||||||
|
## How to Use the New UI
|
||||||
|
|
||||||
|
On May 11, 2018, our redesign of the web UI went into beta. You can use it with
|
||||||
|
Consul 1.1.0 by setting the environment variable `CONSUL_UI_BETA` to `true`.
|
||||||
|
Without this environment variable, the web UI will default to the old version. To
|
||||||
|
use the old UI version, either set `CONSUL_UI_BETA` to false, or don't include
|
||||||
|
that environment variable at all.
|
||||||
|
|
||||||
## Next Steps
|
## Next Steps
|
||||||
|
|
||||||
This concludes our Getting Started guide. See the
|
This concludes our Getting Started guide. See the
|
||||||
|
|
Loading…
Reference in New Issue