I keep seeing mention of connecting to a specific node in Atlassian's data center documentation, without a way to do it.
As an example, on this page (for Confluence): https://confluence.atlassian.com/conf85/cache-statistics-1283361246.html, it says ...
If you're running Confluence in a cluster, this screen shows the statistics for the node you're currently on.
To view cache statistics for another node in the cluster:
- Go to Administration
> General Configuration > Clustering.
- Select
More options
> Cache statistics next to the node you want to view.
You will only be able to view the statistics. To flush a cache or adjust the size, you'll need to access the Cache Management screen on each node directly.
... but then doesn't provide any way to do that. Come on Atlassian, give us the tools we need to administer your data center products.
If you're using NGINX, you can you do something like this, then you just add "?direct=X" to the end of the URL where X is the node you want to connect to. Its not a great solution as it only works for the one page, as soon as you navigate away it will put you back on your original node. It also doesn't work if you're doing an action like clearing Flushing the Mail Queue, you'll get an XRSF token error. Its not perfect but it can be helpful.
Update your NGINX Config: