Skip to content

Commit

Permalink
Add docs for OpenSearch (#968)
Browse files Browse the repository at this point in the history
* Add docs for OpenSearch

* Add search platform env var

---------

Co-authored-by: Yevhen Ivantsov <yivantsov@atlassian.com>
  • Loading branch information
bianchi2 and Yevhen Ivantsov authored Mar 6, 2025
1 parent dcc34d6 commit f733ef0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/docs/containers/CONFLUENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,27 @@ For additional settings that can be supplied, see: [Recognized System Properties

**Beware, if enabled, the support ZIP produced by the Troubleshooting and Support plugin doesn't contain the application logs.**

* `ATL_SEARCH_PLATFORM`

The search platform to use. Set to `opensearch` if you want to use OpenSearch as the search platform. See: https://confluence.atlassian.com/doc/configuring-opensearch-for-confluence-1387594125.html

* `ATL_OPENSEARCH_HTTP_URL`

HTTP(S) URL of the OpenSearch cluster, or multiple URLs separated by commas.

* `ATL_OPENSEARCH_USERNAME`

Username for the OpenSearch cluster.

* `ATL_OPENSEARCH_PASSWORD`

Password for the OpenSearch cluster.


* `ATL_CONFLUENCE_CFG_ADDITIONAL_PROPERTIES`

Additional properties to be added to `confluence.cfg.xml`. The properties should be in the format `key=value` and separated by a comma. For example, `ATL_CONFLUENCE_CFG_ADDITIONAL_PROPERTIES=confluence.cluster.node.name=node1,confluence.cluster.node.server=server1`.

### Database configuration

It is optionally possible to configure the database from the environment,
Expand Down

0 comments on commit f733ef0

Please sign in to comment.