I fixed it with this:
output {
elasticsearch {
hosts => ["https://192.168.0.108:9200"]
index => "%{[@metadata][nsm]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
user => "elastic"
password => "****************"
ssl_certificate_verification => false
}
}
I fixed it with this:
output {
elasticsearch {
hosts => ["https://192.168.0.108:9200"]
index => "%{[@metadata][nsm]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
user => "elastic"
password => "****************"
ssl_certificate_verification => false
}
}
© 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.