질문&답변
혹시 못찾으시는분들
curl 명령어에서 유저 지정을 제거 하시고 , 를 본인의 환경에 맞게 넣어주시면 되겠습니다. curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/bank/_bulk?pretty' --data-binary @accounts.json curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/shakespeare/_bulk?pretty' --data-binary @shakespeare.json curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/_bulk?pretty' --data-binary @logs.jsonl
- 좋아요수
- 1
- 댓글수
- 3
- 조회수
- 337





