-atlassian.logging.cloud.enabled

Bert van Dijk _TMC_nl_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 19, 2024

Hi,

 

In Kubernetes, it is possible to set the JVM parameter:

-atlassian.logging.cloud.enabled=true

 

This should enable you to have a central logging point, but I cannot find any information about it. Does anyone know what this parameter does?

 

Thanks,

Bert

1 answer

1 accepted

3 votes
Answer accepted
Yevhen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 19, 2024

@Bert van Dijk _TMC_nl_ with this property Jira will push logs to localhost:9880 (the default FluentD port). So if you define a FluentD sidecar for Jira pod, Jira will send logs to that FluentD, and FluentD can then send them to whatever backend you define.

Bert van Dijk _TMC_nl_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 23, 2024

Hi Bert!

Thanks for reaching out.

I've checked internally, and found that this property is obsolete. It should be removed from the java arguments in our Helm charts in the near future.

In the past, when this was set to true, Confluence would push logs directly to a fluentd sidecar which can then send logs to the configured logging backend. This would be a separate container that runs alongside the main Confluence container but in the same pod. The purpose of the Fluentd sidecar is to collect and forward logs from Confluence to a centralized logging system.

The way fluentd works with Confluence DC has now changed enough that it is no longer relevant.

Kind regards,

Suggest an answer

Log in or Sign up to answer