Skip to content

Commit f733ef0

Browse files
bianchi2Yevhen Ivantsov
and
Yevhen Ivantsov
authoredMar 6, 2025
Add docs for OpenSearch (#968)
* Add docs for OpenSearch * Add search platform env var --------- Co-authored-by: Yevhen Ivantsov <yivantsov@atlassian.com>
1 parent dcc34d6 commit f733ef0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎docs/docs/containers/CONFLUENCE.md

+21
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,27 @@ For additional settings that can be supplied, see: [Recognized System Properties
236236

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

239+
* `ATL_SEARCH_PLATFORM`
240+
241+
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
242+
243+
* `ATL_OPENSEARCH_HTTP_URL`
244+
245+
HTTP(S) URL of the OpenSearch cluster, or multiple URLs separated by commas.
246+
247+
* `ATL_OPENSEARCH_USERNAME`
248+
249+
Username for the OpenSearch cluster.
250+
251+
* `ATL_OPENSEARCH_PASSWORD`
252+
253+
Password for the OpenSearch cluster.
254+
255+
256+
* `ATL_CONFLUENCE_CFG_ADDITIONAL_PROPERTIES`
257+
258+
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`.
259+
239260
### Database configuration
240261

241262
It is optionally possible to configure the database from the environment,

0 commit comments

Comments
 (0)
Failed to load comments.