Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 140cb90

Browse files
author
Samuel Hassine
committed
[client] More parameters for the worker config
1 parent 26dc7c8 commit 140cb90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pycti/api/opencti_api_client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,12 @@ def get_logs_worker_config(self):
344344
query LogsWorkerConfig {
345345
logsWorkerConfig {
346346
elasticsearch_url
347+
elasticsearch_proxy
347348
elasticsearch_index
349+
elasticsearch_username
350+
elasticsearch_password
351+
elasticsearch_api_key
352+
elasticsearch_ssl_reject_unauthorized
348353
}
349354
}
350355
"""

0 commit comments

Comments
 (0)