Knowledge

Dealing with a Low-Quality Engineering Culture at Big Tech Inside the Longest Atlassian Outage of All Time A CTO’s Guide to Remote Compensation Strategies 12:17 Hi folks,I’d like to share a summary of an article that I have just read on The Pragmatic Engineer newsletter titled Dealing with a Low-Quality Engineering Culture at Big Tech that aims to give an answer to […]

특정조건으로 자동 업데이트하는 엘라스틱 서치 필드

문제인식기존에 매핑되어잇는 필드에 새로운 필드를 추가한다. 해결을 위한 테스트a. elk  도커설치b. 기존 매핑 복사해서 추가해놓기 c. 데이터도 추가 PUT /ads_v1/_doc/1{}d. 추가하려는 스크립트 테스트로 추가해서 데이터 확인 POST /ads_v1/_update/1{“scripted_upsert”: true,“script”: {“source”: “if (ctx._source.ad.adState.currentState == \”ACTIVE\”){ ctx._source.ad.tns.latestActivationDate = ctx._source.event.eventDateTime; }” },“upsert”: {}}e.test 하려는 스크립트 추가후 데이터 조작으로 테스트 해보기 3.이슈발생가능성테라폼 배포 0

20191114

takeaway: 느낀점 to be the norm 일반적이다. 표준이다 to be a slippery slope to: 점점 나빠지는일의 시작이 되다 to be at the intersection of A and B: A,B 두가지 속성을 가지고있다. A 와 B 의 교차점에 있다. to channel your enerygy into : ~를 위해 에너지를 한곳으로 모으다 영어표현 다루기 4   ◆ WHAT –  건 […]