일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Spring
- 파이썬
- mybatis
- 도커
- git
- react
- kubernetes
- github
- Python
- 마이바티스
- design pattern
- 스프링부트
- 코틀린
- 자바
- 리액트
- AWS
- VOA
- 쿠버네티스
- c#
- Winform
- 스프링
- machine-learning
- MySQL
- springboot
- DataGridView
- 리팩토링
- Java
- docker
- Kotlin
- Spring Boot
Archives
- Today
- Total
목록elasticsearch (1)
보뇨 다이어리
ElasticSearch 벌크 추가시 에러
인터넷에 간편하게 소개글이나 위키를 보고 예제 따라하다가 CRUD 등 모두 간단히 동작했지만 벌크 추가시 에러를 뱉는 일이 생겼는데 에러로그는 아래를 확인하면된다 curl -XPOST '0.0.0.0:9200/bank/account/_bulk?pretty&refresh' -H 'Content-Type: application/json' -d '@bulk.json'{ "error" : { "root_cause" : [ { "type" : "illegal_argument_exception", "reason" : "The bulk request must be terminated by a newline [\\n]" } ], "type" : "illegal_argument..
컴퓨터 관련/DB 정보
2021. 4. 11. 15:33