Unable to create index in ES from logstash
output {
stdout { codec => rubydebug }
elasticsearch {
hosts => ["127.0.0.1:9200"]
index => "MyLog-%{+YYYY.MM.dd}"
}
}
Please let me know what am I missing.
Unable to create index in ES from logstash
output {
stdout { codec => rubydebug }
elasticsearch {
hosts => ["127.0.0.1:9200"]
index => "MyLog-%{+YYYY.MM.dd}"
}
}
Please let me know what am I missing.
© 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.