Errors at opensearch startup

Hello Pablo,

I see these errors during the startup but it stops, I see only once.
I see them in /var/log/srv.mydomain.org.log
I start the service at 02:11:12, the errors are displayed at 02:11:39 and it ends writing many logs at 02:11:53, then it wrote a few logs during 4 minutes.

$ cat config.yml
_meta:
type: “config”
config_version: 2

config:
dynamic:
# Set filtered_alias_mode to ‘disallow’ to forbid more than 2 filtered aliases per index
# Set filtered_alias_mode to ‘warn’ to allow more than 2 filtered aliases per index but warns about it (default)
# Set filtered_alias_mode to ‘nowarn’ to allow more than 2 filtered aliases per index silently
#filtered_alias_mode: warn
#do_not_fail_on_forbidden: false
#kibana:
# Kibana multitenancy
#multitenancy_enabled: true
#server_username: kibanaserver
#index: ‘.kibana’
http:
anonymous_auth_enabled: false
xff:
enabled: false
#internalProxies: ‘192.168.0.10|192.168.0.11’ # regex pattern
internalProxies: ‘.*’ # trust all internal proxies, regex pattern
authc:
basic_internal_auth_domain:
description: “Authenticate via HTTP Basic against internal users database”
http_enabled: true
transport_enabled: true
order: 4
http_authenticator:
type: basic
challenge: true
authentication_backend:
type: intern

$ cat
cluster.name: srv. domain. org
node.name: node1
node.max_local_storage_nodes: 2
path.data: /var/opensearch/
path.logs: /var/log/opensearch/
network.host: local
http.port: 9200
discovery.type: single-node
gateway.auto_import_dangling_indices: true
http.compression: false

plugins:
security:
compliance.salt: Salt
ssl:
transport:
enabled: true
pemcert_filepath: cert.crt
pemkey_filepath: key.key.pkcs
pemtrustedcas_filepath: CA.crt
enforce_hostname_verification: false
http:
enabled: true
pemcert_filepath: cert.crt
pemkey_filepath: key.key.pkcs
pemtrustedcas_filepath: CA.crt

plugins.security.authcz.admin_dn:

plugins.security.roles_mapping_resolution: MAPPING_ONLY

plugins.query.datasources.encryption.masterkey: “XXXXXXXXXX”