Welcome to our community!
Please don't post pictures of text, logs or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them
No it is not. The error message includes parts of the configuration and they do not match that. Please post the entire error message (and as Mark said, post it as text, not an image).
sincedb_path => "NULL" will persist the in-memory sincedb across restarts in a file called NULL in the working directory of logstash. If you do not want it persisted then use sincedb_path => "NUL". Microsoft made NUL a special file name...
So whatever comes after that [ is the problem. The hosts option of an elasticsearch output has to be a uri. But I think a uri can be an array of strings, each of which is a URI.
Do you have hosts => [ http://... instead of hosts => [ "https://...
Thankyou for posting the text of the error message.
It worked. Thanks. I added array instead of string and also replaced inverted commas as I copied from the web and it might be something else instead of inverted commas. You are my idol.
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.