Greetings,
I have the following error in fleet that I can't fix.
This output type currently does not support connectivity to a remote Elasticsearch cluster.
I share the elasticsearch.yml, maybe some configuration is generating this error.
node.name: Node01
path.data: /elasticstack/elasticsearch/data
path.logs: /elasticstack/elasticsearch/logs
path.repo: ["/elasticstack/elasticsearch/snapshot"]
network.host: 123.
#--------------------------------------------------
cluster.name: ElasticPro
discovery.seed_hosts: ["1231", "123.1","1231"]
cluster.initial_master_nodes: ["Node01","Node02","Node10","Node11"]
node.attr.site: site_MTZ
cluster.routing.allocation.awareness.attributes: site
#--------------------------------------------------
action.destructive_requires_name: true
xpack.security.enabled: true
xpack.ml.enabled: false
reindex.remote.whitelist: ["12.*:9200","1239.*:9200","11.*:9200","*.ardp.local"]
reindex.ssl.verification_mode: none
#--------------------------------------------------
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.key: /etc/elasticsearch/certs/Elastic/Elastic.key
xpack.security.transport.ssl.certificate: /etc/elasticsearch/certs/Elastic/Elastic.crt
xpack.security.transport.ssl.certificate_authorities: ["/etc/elasticsearch/certs/ca/ca.crt"]
#--------------------------------------------------
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.key: /etc/elasticsearch/certs/Elastic/Elastic.key
xpack.security.http.ssl.certificate: /etc/elasticsearch/certs/Elastic/Elastic.crt
xpack.security.http.ssl.certificate_authorities: /etc/elasticsearch/certs/ca/ca.crt
#--------------------------------------------------
xpack.security.audit.enabled: true
xpack.security.audit.logfile.events.emit_request_body: true
xpack.security.audit.logfile.events.include: _all
xpack.security.audit.logfile.events.exclude: "access_denied,access_granted,anonymous_access_denied,authentication_failed,authentication_success,connection_denied,connection_granted,realm_authentication_failed,run_as_denied,run_as_granted,system_access_granted"
Thanks in advance.