
Load Kibana 수행 시, 아래와 같이 에러가 나는 경우가 있다. unable to add 1 of 1 kibana objects, error: index [.kibana_1] blocked by: [forbidden/12/index read-only / allow delete (api)]; .kibana_1 인덱스가 block 이 되어 에러가 난 경우다. 아래 명령어를 통해 ES의 .kibana_1 인덱스의 설정을 변경해주자. curl -XPUT localhost:9200/.kibana_1/_settings -H 'Content-Type: application/json' -d '{"index":{"blocks":{"read_only_allow_delete":false}}}' 그러면, Load ki..
변경 사항이 대용량 인 경우, push 할 때 아래와 같이 에러가 나는 경우가 있다. error: unable to rewind rpc post data - try increasing http.postBuffer error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60 fatal: the remote end hung up unexpectedly fatal: the remote end hung up unexpectedly Everything up-to-date Completed with errors, see above 이는 대부분 Git 의 buffer 가 작아서 그렇다. 아래와 같이 Git의 postBuffer 를 늘려주면 해결이..

테스트 스크립트 요청의 Tests 탭에서 테스트 스크립트 작성이 가능하고, JavaSciprt 로 작성을 하면 된다. 테스트 결과는 하단에 Test Results 에서 확인할 수 있다. 스크립트 예제 tests["responseBody = " + responseBody] = true;pm.test("Status code is 200", function(){ pm.response.to.have.statusCode("200") pm.response.to.have.jsonBody("headers.host") });테스트를 작성하는 방법은 2가지가 있는데 tests["test name"]= (true/false logic) 또는 pm.test 를 사용하여, 테스트의 제목과 validation 체크 로직 작성을 ..
- Total
- Today
- Yesterday
- JSON
- mac
- Log
- Size
- docker
- Kibana
- Java
- plugin
- gradle
- elasticsearch
- Container
- Git
- apm
- spring boot
- JPA
- spring
- scala
- Filter
- error
- logstash
- tomcat
- install
- Spark
- Postman
- Linux
- AWS
- Index
- maven
- intellij
- SpringBoot
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |