[ElasticSearch] 쓰기와 조회의 구분
import time import pprint from elasticsearch import Elasticsearch es = Elasticsearch() result = es.search(index=NAME, body={"query": {"match": {"_id": "BLAH"}}})["hits"] if result["total"]["value"]: pprint.pprint(result["hits"][0]["_source"]["state"]) STATE = "STATE1" # STATE = "STATE2" print( es.update( index=NAME, body={"doc": {"state": STATE}}, id="BLAH", ) ) start_time = time.time() while Tr..
분석/ElasticSearch
2021. 8. 10. 17:29
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- steampipe
- 4xx
- CIS
- terraform
- .get()
- stateType
- defaulttheme
- web
- Cloud
- cloudsecurity
- REACT
- 우주와컴퓨터
- security
- temlate
- scp
- aws
- opensource
- compliance
- platform
- 2xx
- ViaAWSService
- 계정정보저장
- conftest policy
- findinglatestversion
- fleet manager
- JavaScript
- AWS #CIS
- IAM
- ControlTower
- teplate
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함