Accessing Jira Data Center Instance Health Page: Load Balancer vs. Node Direct URL

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Summary

In certain configurations of Jira Data Center, users might encounter issues when trying to access the Instance Health page. This can happen when accessing Jira through a method other than the intended Load Balancer URL, particularly when using direct node URLs or incorrectly configured ports.

Environment

Jira Data Center version 8.20.x, 9.4.x

Diagnosis

Accessing the Instance Health page through the Load Balancer URL (the base URL) typically results in the page loading correctly with all expected information. 

(Auto-migrated image: description temporarily unavailable)

However, issues may arise when attempting to access this page through direct node URLs or misconfigured access points that are intended for Load Balancer use.

(Auto-migrated image: description temporarily unavailable)

Cause

This behavior often stems from how network traffic is routed and managed, especially in a load-balanced environment. Misconfigured access points or direct node URLs may lead to incomplete or failed page loading due to factors such as Cross Site Request Forgery (CSRF) protection mechanisms within Atlassian products. This protection can block requests where the 'Origin' does not align with expectations set by the Jira application, resulting in errors like HTTP 403.

Solution

To ensure correct and complete access to the Instance Health page in Jira Data Center, there are two recommended options:

  1. Use the Load Balancer URL:

    • Always access Jira through the Load Balancer URL designated for your Data Center environment. This ensures proper routing and handling of requests, and the Load Balancer will direct your session to one of the nodes in the cluster.

  2. Direct Access to a Specific Jira Node (Bypassing the Load Balancer):

Please note that while bypassing the Load Balancer can be useful for specific scenarios, it is generally recommended to use the Load Balancer URL for regular operations to ensure consistent performance and security.

Updated on March 10, 2025

Still need help?

The Atlassian Community is here for you.