일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- AWS
- machine-learning
- design pattern
- Java
- 쿠버네티스
- git
- 스프링
- 파이썬
- 자바
- github
- 마이바티스
- Python
- react
- MySQL
- Spring
- 코틀린
- mybatis
- 도커
- VOA
- Kotlin
- 리액트
- kubernetes
- 리팩토링
- c#
- 스프링부트
- Spring Boot
- DataGridView
- springboot
- docker
- Winform
Archives
- Today
- Total
목록엘라스틱서치 (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