I am trying to setup filebeats to connect to elasticsearch cloud to send my custom application .json log file.
What configuration setting do I need to add to the filebeat.yml config to send logs to the correct elasticsearch cloud instance ?
Running a
-> % ./filebeat test output
elasticsearch: https://jcc-firstdeployment.kb.us-central1.gcp.cloud.es.io:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 35.193.143.25
dial up... ERROR dial tcp 35.193.143.25:9200: connect: operation timed out
checking config with filebeat test config - is OK.
I believe to be pointing this to the incorrect cloud location.... can someone assist?
Thank you, unfortunately, changing from "kb" to "es" results in the same error:
elasticsearch: https://jcc-firstdeployment.es.us-central1.gcp.cloud.es.io:9200...
parse url... OK
connection...
parse host... OK
dns lookup... OK
addresses: 35.193.143.25
dial up... ERROR dial tcp 35.193.143.25:9200: connect: operation timed out
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.