Hi,
i have a local ES and also elastic cloud ES, the local ES dont have uid and pwd where as the elastic cloud ES has , how can i specify this in logstash output
output {
if [type] == "output" {
elasticsearch {
hosts => ["127.0.0.1:9200","EScloudurl"]
index => "metrics-%{+YYYY.MM.dd}"
}
}
}
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.