I am going through the following tutorial on Amazon's website to learn about how to use elastic search in my application: https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-gsg-upload-data.html
When I run the command:
curl -XPOST MY_DOMAIN_ENDPOINT/_bulk --data-binary
@bulk_movies.json -H 'Content-Type: application/json'
I am getting the following message:
curl: (3) Port number ended with 'a'
What is going wrong?
curl: (3) Port number ended with 'a'
yourself, sometime some editor changed single quote'
. – user156327MY_DOMAIN_ENDPOINT
? – user156327