hi @gbanasiak ,
Those configs i got from chatgpt.
Please find below my logs:
2024-11-28 08:04:26,307 -not-actor-/PID:1363 esrally.rally INFO OS [uname_result(system='Linux', node='node1', release='5.15.146.1-microsoft-standard-WSL2', version='#1 SMP Thu Jan 11 04:09:03 UTC 2024', machine='x86_64')]
2024-11-28 08:04:26,307 -not-actor-/PID:1363 esrally.rally INFO Python [namespace(name='cpython', cache_tag='cpython-310', version=sys.version_info(major=3, minor=10, micro=12, releaselevel='final', serial=0), hexversion=50990320, _multiarch='x86_64-linux-gnu')]
2024-11-28 08:04:26,308 -not-actor-/PID:1363 esrally.rally INFO Rally version [2.11.0]
2024-11-28 08:04:26,308 -not-actor-/PID:1363 esrally.rally DEBUG Command line arguments: Namespace(subcommand='race', cluster_name='rally-benchmark', distribution_version='', team_path=None, team_repository='default', team_revision=None, race_id='a096d712-28df-4e26-abe5-ccaa591cd571', pipeline='benchmark-only', revision='current', track_repository='default', track_path=None, track_revision=None, track='acme', track_params='', challenge=None, car='defaults', car_params='', runtime_jdk=None, elasticsearch_plugins='', plugin_params='', target_hosts='https://x.x.x.x:9200', load_driver_hosts='localhost', client_options="use_ssl:true,verify_certs:false,basic_auth_user:'elastic',basic_auth_password:'changeme'", on_error='continue', telemetry='', telemetry_params='', distribution_repository='release', include_tasks=None, exclude_tasks=None, user_tag='', report_format='markdown', report_numbers_align='decimal', show_in_report='available', report_file='', preserve_install='false', test_mode=False, enable_driver_profiling=False, enable_assertions=False, kill_running_processes=False, source_build_method='default', effective_start_date=None, skip_rest_api_check=False, configuration_name=None, quiet=False, offline=False)
2024-11-28 08:04:26,308 -not-actor-/PID:1363 esrally.utils.net INFO Connecting directly to the Internet (no proxy support) for [all_proxy].
2024-11-28 08:04:26,308 -not-actor-/PID:1363 esrally.utils.net INFO Connecting directly to the Internet (no proxy support) for [all_proxy].
2024-11-28 08:04:26,308 -not-actor-/PID:1363 esrally.rally INFO Cleaning track dependency directory [~/.rally/libs]...
2024-11-28 08:04:26,315 -not-actor-/PID:1363 esrally.rally INFO Actor system already running locally? [False]
2024-11-28 08:04:26,315 -not-actor-/PID:1363 esrally.actor INFO Starting actor system with system base [multiprocTCPBase] and capabilities [{'coordinator': True, 'ip': '127.0.0.1', 'Convention Address.IPv4': '127.0.0.1:1900'}].
2024-11-28 08:04:26,355 -not-actor-/PID:1372 root INFO ++++ Actor System gen (3, 10) started, admin @ ActorAddr-(T|:1900)
2024-11-28 08:04:26,356 -not-actor-/PID:1372 root DEBUG Thespian source: ~/.local/lib/python3.10/site-packages/thespian/__init__.py
2024-11-28 08:04:26,371 -not-actor-/PID:1363 esrally.racecontrol INFO Race id is [a096d712-28df-4e26-abe5-ccaa591cd571]
2024-11-28 08:04:26,371 -not-actor-/PID:1363 esrally.racecontrol INFO User specified pipeline [benchmark-only].
2024-11-28 08:04:26,372 -not-actor-/PID:1363 esrally.racecontrol INFO Using configured hosts [{'host': 'x.x.x.x', 'port': 9200, 'use_ssl': True}]
2024-11-28 08:04:26,373 -not-actor-/PID:1363 esrally.actor DEBUG Creating new actor system with system base [multiprocTCPBase] on coordinator node.
2024-11-28 08:04:26,377 ActorAddr-(T|:1900)/PID:1372 esrally.actor DEBUG Capabilities [{'coordinator': True, 'ip': '127.0.0.1', 'Convention Address.IPv4': '127.0.0.1:1900', 'Thespian ActorSystem Name': 'multiprocTCPBase', 'Thespian ActorSystem Version': 2, 'Thespian Watch Supported': True, 'Python Version': (3, 10, 12, 'final', 0), 'Thespian Generation': (3, 10), 'Thespian Version': '1732781066325'}] match requirements [{'coordinator': True}].
2024-11-28 08:04:27,658 -not-actor-/PID:1374 elastic_transport.node_pool WARNING Node <Urllib3HttpNode(https://x.x.x.x:9200)> has failed for 1 times in a row, putting on 1 second timeout
2024-11-28 08:04:27,658 -not-actor-/PID:1374 elastic_transport.transport WARNING Retrying request after failure (attempt 0 of 3)
Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/elastic_transport/_transport.py", line 328, in perform_request
meta, raw_data = node.perform_request(
File "~/.local/lib/python3.10/site-packages/elastic_transport/_node/_http_urllib3.py", line 197, in perform_request
raise err from None
elastic_transport.TlsError: TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007))
2024-11-28 08:04:27,753 -not-actor-/PID:1374 elastic_transport.node_pool WARNING Node <Urllib3HttpNode(https://x.x.x.x:9200)> has failed for 2 times in a row, putting on 2 second timeout
2024-11-28 08:04:27,753 -not-actor-/PID:1374 elastic_transport.transport WARNING Retrying request after failure (attempt 1 of 3)
Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/elastic_transport/_transport.py", line 328, in perform_request
meta, raw_data = node.perform_request(
File "~/.local/lib/python3.10/site-packages/elastic_transport/_node/_http_urllib3.py", line 197, in perform_request
raise err from None
elastic_transport.TlsError: TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007))
2024-11-28 08:04:27,842 -not-actor-/PID:1374 elastic_transport.node_pool WARNING Node <Urllib3HttpNode(https://x.x.x.x:9200)> has failed for 3 times in a row, putting on 4 second timeout
2024-11-28 08:04:27,842 -not-actor-/PID:1374 elastic_transport.transport WARNING Retrying request after failure (attempt 2 of 3)
Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/elastic_transport/_transport.py", line 328, in perform_request
meta, raw_data = node.perform_request(
File "~/.local/lib/python3.10/site-packages/elastic_transport/_node/_http_urllib3.py", line 197, in perform_request
raise err from None
elastic_transport.TlsError: TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007))
2024-11-28 08:04:27,934 -not-actor-/PID:1374 elastic_transport.node_pool WARNING Node <Urllib3HttpNode(https://x.x.x.x:9200)> has failed for 4 times in a row, putting on 8 second timeout
2024-11-28 08:04:26,397 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory INFO Creating ES client connected to [{'host': 'x.x.x.x', 'port': 9200, 'use_ssl': True}] with options [{'timeout': 60, 'use_ssl': True, 'verify_certs': False, 'basic_auth_user': 'elastic', 'basic_auth_password': '*****'}]
2024-11-28 08:04:26,397 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL support: on
2024-11-28 08:04:26,470 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL certificate verification: off
2024-11-28 08:04:26,470 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory WARNING User has enabled SSL but disabled certificate verification. This is dangerous but may be ok for a benchmark.
2024-11-28 08:04:26,470 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL client authentication: off
2024-11-28 08:04:26,470 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG Automatic creation of client API keys: off
2024-11-28 08:04:26,471 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG HTTP basic authentication: on
2024-11-28 08:04:26,471 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG API key authentication: off
2024-11-28 08:04:26,471 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG HTTP compression: off
2024-11-28 08:04:26,608 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG REST API is available for >= [1] nodes after [1] attempts.
2024-11-28 08:04:26,608 ActorAddr-(T|:60515)/PID:1374 esrally.racecontrol INFO Automatically derived distribution flavor [default], version [8.15.2], and build hash [98adf7bf6bb69b66ab95b761c9e5aadb0bb059a3]
2024-11-28 08:04:26,609 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:26,612 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:26,614 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:26,614 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default fetch --prune --tags origin] with logging.
2024-11-28 08:04:27,217 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default fetch --prune --tags origin] finished with return code [0].
2024-11-28 08:04:27,217 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:27,219 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:27,219 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:27,219 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default for-each-ref refs/remotes/ --format='%(refname:short)'] with output.
2024-11-28 08:04:27,223 ActorAddr-(T|:60515)/PID:1374 esrally.utils.repo INFO Checking out [8.15] in [~/.rally/benchmarks/tracks/default] for distribution version [8.15.2].
2024-11-28 08:04:27,223 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:27,225 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:27,226 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:27,226 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default checkout 8.15] with logging.
2024-11-28 08:04:27,403 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process INFO Switched to branch '8.15'
Your branch is up to date with 'origin/8.15'.
2024-11-28 08:04:27,403 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default checkout 8.15] finished with return code [0].
2024-11-28 08:04:27,403 ActorAddr-(T|:60515)/PID:1374 esrally.utils.repo INFO Rebasing on [8.15] in [~/.rally/benchmarks/tracks/default] for distribution version [8.15.2].
2024-11-28 08:04:27,403 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:27,406 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:27,407 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:27,407 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:27,410 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:27,410 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:27,410 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default checkout 8.15] with logging.
2024-11-28 08:04:27,422 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process INFO Already on '8.15'
Your branch is up to date with 'origin/8.15'.
2024-11-28 08:04:27,422 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default checkout 8.15] finished with return code [0].
2024-11-28 08:04:27,422 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default rebase origin/8.15] with logging.
2024-11-28 08:04:27,434 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process INFO Current branch 8.15 is up to date.
2024-11-28 08:04:27,434 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default rebase origin/8.15] finished with return code [0].
2024-11-28 08:04:27,434 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default --version] with logging.
2024-11-28 08:04:27,436 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG git version 2.34.1
2024-11-28 08:04:27,436 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Subprocess [git -C ~/.rally/benchmarks/tracks/default --version] finished with return code [0].
2024-11-28 08:04:27,436 ActorAddr-(T|:60515)/PID:1374 esrally.utils.process DEBUG Running subprocess [git -C ~/.rally/benchmarks/tracks/default rev-parse HEAD] with output.
2024-11-28 08:04:27,996 -not-actor-/PID:1363 esrally.racecontrol ERROR A benchmark failure has occurred
2024-11-28 08:04:27,997 -not-actor-/PID:1363 esrally.racecontrol INFO Telling benchmark actor to exit.
2024-11-28 08:04:27,439 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader INFO Reading track specification file [~/.rally/benchmarks/tracks/default/acme/track.json].
2024-11-28 08:04:27,457 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader INFO Final rendered track for '~/.rally/benchmarks/tracks/default/acme/track.json' has been written to '/tmp/tmp0lhfphw7.json'.
2024-11-28 08:04:27,468 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader INFO Loading template [definition for index search-ocr-poc in search-ocr-poc.json].
2024-11-28 08:04:27,481 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Using built-in operation type [search] for operation [default].
2024-11-28 08:04:27,482 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Using built-in operation type [delete-index] for operation [delete-index].
2024-11-28 08:04:27,482 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Using built-in operation type [create-index] for operation [create-index].
2024-11-28 08:04:27,483 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Using built-in operation type [cluster-health] for operation [cluster-health].
2024-11-28 08:04:27,483 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Using built-in operation type [bulk] for operation [bulk].
2024-11-28 08:04:27,484 ActorAddr-(T|:60515)/PID:1374 esrally.track.loader DEBUG Invoking plugin_reader with name [acme] resolved to path [~/.rally/benchmarks/tracks/default/acme]
2024-11-28 08:04:27,484 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory INFO Creating ES client connected to [{'host': 'x.x.x.x', 'port': '9200'}] with options [{'use_ssl': True, 'verify_certs': True, 'timeout': 120, 'basic_auth_user': 'elastic', 'basic_auth_password': '*****'}]
2024-11-28 08:04:27,485 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL support: on
2024-11-28 08:04:27,565 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL certificate verification: on
2024-11-28 08:04:27,566 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG SSL client authentication: off
2024-11-28 08:04:27,566 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG Automatic creation of client API keys: off
2024-11-28 08:04:27,566 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG HTTP basic authentication: on
2024-11-28 08:04:27,566 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG API key authentication: off
2024-11-28 08:04:27,566 ActorAddr-(T|:60515)/PID:1374 esrally.client.factory DEBUG HTTP compression: off
2024-11-28 08:04:27,935 ActorAddr-(T|:60515)/PID:1374 esrally.actor ERROR Error in race control
Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/esrally/actor.py", line 92, in guard
return f(self, msg, sender)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 114, in receiveMsg_Setup
self.coordinator.setup(sources=msg.sources)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 244, in setup
self.metrics_store = metrics.metrics_store(
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 354, in metrics_store
store = cls(cfg=cfg, meta_info=meta_info)
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 891, in __init__
self._client = client_factory_class(cfg).create()
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 263, in __init__
distribution_flavor, distribution_version, _, _ = client.cluster_distribution_version(
File "~/.local/lib/python3.10/site-packages/esrally/client/factory.py", line 359, in cluster_distribution_version
version = es.info()["version"]
File "~/.local/lib/python3.10/site-packages/elasticsearch/_sync/client/utils.py", line 414, in wrapped
return api(*args, **kwargs)
File "~/.local/lib/python3.10/site-packages/elasticsearch/_sync/client/__init__.py", line 2296, in info
return self.perform_request( # type: ignore[return-value]
File "~/.local/lib/python3.10/site-packages/esrally/client/synchronous.py", line 168, in perform_request
info = self.transport.perform_request(method="GET", target="/", headers=request_headers)
File "~/.local/lib/python3.10/site-packages/elastic_transport/_transport.py", line 328, in perform_request
meta, raw_data = node.perform_request(
File "~/.local/lib/python3.10/site-packages/elastic_transport/_node/_http_urllib3.py", line 197, in perform_request
raise err from None
elastic_transport.TlsError: TLS error caused by: TlsError(TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)))
2024-11-28 08:04:27,998 ActorAddr-(T|:60515)/PID:1374 esrally.actor DEBUG BenchmarkActor received unknown message [ActorExitRequest] (ignoring).
2024-11-28 08:04:31,2 -not-actor-/PID:1363 esrally.rally INFO Attempting to shutdown internal actor system.
2024-11-28 08:04:31,4 -not-actor-/PID:1373 root INFO ActorSystem Logging Shutdown
2024-11-28 08:04:31,25 -not-actor-/PID:1372 root INFO ---- Actor System shutdown
2024-11-28 08:04:31,26 -not-actor-/PID:1363 esrally.rally INFO Shutdown completed.
2024-11-28 08:04:31,26 -not-actor-/PID:1363 esrally.rally ERROR Cannot run subcommand [race].
Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/esrally/rally.py", line 1189, in dispatch_sub_command
race(cfg, args.kill_running_processes)
File "~/.local/lib/python3.10/site-packages/esrally/rally.py", line 937, in race
with_actor_system(racecontrol.run, cfg)
File "~/.local/lib/python3.10/site-packages/esrally/rally.py", line 967, in with_actor_system
runnable(cfg)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 408, in run
raise e
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 405, in run
pipeline(cfg)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 74, in __call__
self.target(cfg)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 344, in benchmark_only
return race(cfg, external=True)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 302, in race
raise exceptions.RallyError(result.message, result.cause)
esrally.exceptions.RallyError: Traceback (most recent call last):
File "~/.local/lib/python3.10/site-packages/esrally/actor.py", line 92, in guard
return f(self, msg, sender)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 114, in receiveMsg_Setup
self.coordinator.setup(sources=msg.sources)
File "~/.local/lib/python3.10/site-packages/esrally/racecontrol.py", line 244, in setup
self.metrics_store = metrics.metrics_store(
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 354, in metrics_store
store = cls(cfg=cfg, meta_info=meta_info)
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 891, in __init__
self._client = client_factory_class(cfg).create()
File "~/.local/lib/python3.10/site-packages/esrally/metrics.py", line 263, in __init__
distribution_flavor, distribution_version, _, _ = client.cluster_distribution_version(
File "~/.local/lib/python3.10/site-packages/esrally/client/factory.py", line 359, in cluster_distribution_version
version = es.info()["version"]
File "~/.local/lib/python3.10/site-packages/elasticsearch/_sync/client/utils.py", line 414, in wrapped
return api(*args, **kwargs)
File "~/.local/lib/python3.10/site-packages/elasticsearch/_sync/client/__init__.py", line 2296, in info
return self.perform_request( # type: ignore[return-value]
File "~/.local/lib/python3.10/site-packages/esrally/client/synchronous.py", line 168, in perform_request
info = self.transport.perform_request(method="GET", target="/", headers=request_headers)
File "~/.local/lib/python3.10/site-packages/elastic_transport/_transport.py", line 328, in perform_request
meta, raw_data = node.perform_request(
File "~/.local/lib/python3.10/site-packages/elastic_transport/_node/_http_urllib3.py", line 197, in perform_request
raise err from None
elastic_transport.TlsError: TLS error caused by: TlsError(TLS error caused by: SSLError([SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1007)))