본문 바로가기

error records

[security_exception] missing authentication credentials for REST request

반응형

해결법 

 

사용자 아이디 / 비밀번호의 인증이 필요하다.

curl 명령어 뒤에 

--user <ID> : <PW>

를 붙여주면 된다. 

 

 

Elaseticsearch service token 만들기 

curl -X POST "localhost:9200/_security/service/elastic/fleet-server/credential/token/token1?pretty" --user elastic:asdfasdf

 

 

반응형