error records
[security_exception] missing authentication credentials for REST request
알로호모라
2022. 4. 18. 14:03
반응형
해결법
사용자 아이디 / 비밀번호의 인증이 필요하다.
curl 명령어 뒤에
--user <ID> : <PW>
를 붙여주면 된다.
Elaseticsearch service token 만들기
curl -X POST "localhost:9200/_security/service/elastic/fleet-server/credential/token/token1?pretty" --user elastic:asdfasdf
반응형