I just downloaded the elastic : elasticsearch-6.5.4.zip
I unzip the files and launch elastic with the command : bin\elasticsearch.bat
I'm on Windows 10 64bits
When I launch the following command for my first indexing :
curl -XPUT 'http://localhost:9200/twitter/_doc/1?pretty' -H 'Content-Type: application/json' -d '
{
"user": "kimchy",
"post_date": "2009-11-15T13:12:00",
"message": "Trying out Elasticsearch, so far so good?"
}'
I have an error message as you can see on my screeshot :
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.