안녕하세요.
x-pack을 설치 후
서버(리눅스) curl http://localhost:9200 으로 질의를 날리면
missing authentication token for REST request <<-- 일부분임
메시지가 출력됩니다. (포트스맨(postmen)에서 똑같은 현상발생_
브라우저에서 ID/PW를 입력하면 정상적으로 출력되는것을 봐서는 인증이 안된것같은데. 어떤식으로 이 문제를 해결해야하나요?
안녕하세요.
x-pack을 설치 후
서버(리눅스) curl http://localhost:9200 으로 질의를 날리면
missing authentication token for REST request <<-- 일부분임
메시지가 출력됩니다. (포트스맨(postmen)에서 똑같은 현상발생_
브라우저에서 ID/PW를 입력하면 정상적으로 출력되는것을 봐서는 인증이 안된것같은데. 어떤식으로 이 문제를 해결해야하나요?
X-Pack 설치하셨으면 모든 명령에 대해 id/pw 가 같이 날아가야 합니다.
curl 명령의 경우 -u 옵션으로 아래와 같이 사용하시면 됩니다.
curl http://localhost:9200 -u user:password
포스트맨에 대해서는 상세한 옵션을 잘 몰라서 말씀 못 드리겠습니다. 가능하면 Kibana 에도 X-Pack 설치 하셔서 써 보세요. Kibana Dev Tool 에서 쿼리 자동 완성도 지원합니다.
감사합니다.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.