Actually my requirement is to implement the elasticsearch in my angular application. so i installed the jvm & elasticsearch from the official websites and also i am successfully installed & configured that. but now i am not getting the sample JSON file in the http://localhost:9200/ and it is showing like page not working ,localhost didn't send any data, but if i am using the https://localhost:9200/ i am getting the sample JSON data , why i am not getting the JSON data in the http://localhost:9200/. can anyone please explain the issue why i am not getting the data.
If your cluster is secured and has TLS enabled, which based on your description seems to be the case, you must use HTTPS to communicate with Elasticsearch. You can not use HTTP, which is unsecured.
today i got the error like
" Authentication of [elastic] was terminated by realm [reserved] - failed to authenticate user [elastic]"
and also both http://localhost:9200/ & https://localhost:9200/ are not working if i am entering the login credentials it is again asking to login continuously. what is the problem behind that, can anyone explain me...
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.