Hi All,
I am new ELK user doing POC, and I install Elasticsearch 7.7,Kibana 7.7 in CentOS 7 .
I changed host to [2.0.X.X] in elasticsearch.yml ,kibana. I am trying to configure APM Server which is throwing issues.
Hi All,
I am new ELK user doing POC, and I install Elasticsearch 7.7,Kibana 7.7 in CentOS 7 .
I changed host to [2.0.X.X] in elasticsearch.yml ,kibana. I am trying to configure APM Server which is throwing issues.
Hi @sspr,
the error message indicates that you didn't change the Elasticsearch host in the APM Server configuration to reflect your setup. You can find detailed information about how to configure the Elasticsearch output for APM Server. Also have a look at where to find the configuration files depending on your installation method.
Hi @simitt ,
I have changed the Elasticsearch Host in the APM Server configuration. Here's my APM Yaml File
################################ APM Server ################################
apm-server:
host: "2.0.X.X:8200"
#max_header_size: 1048576
#idle_timeout: 45s
#============================= Elastic Cloud =============================
output.elasticsearch.hosts
option.cloud.id
in the Elastic Cloud web UI.#cloud.id:
output.elasticsearch.username
andoutput.elasticsearch.password
settings. The format is <user>:<pass>
.#cloud.auth:
#================================ Outputs =================================
#-------------------------- Elasticsearch output --------------------------
output.elasticsearch:
http
and 9200
).http://localhost:9200/path
.https://[2001:db8::1]:9200
.hosts: ["2.0.X.X:9200"]
#enabled: true
#compression_level: 0
http
(default) or https
.#protocol: "https"
Configuring output.elasticsearch.hosts
generally sounds right. Since the APM Server seems to ignore the configuration, can you provide some details about how you installed the server and how you are starting it?
Thanks its working @simitt i made some space changes in YAML which lead to indentation.
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.