데이터 넣기 지금 넣는 데이터로 앞으로 검색하는 데 사용하겠습니다. (http request client를 사용하신다면 body에 반듯이 enter 한번 더 입력하세요) api PUT http://localhost:9200/_bulk header Content-type: application/json body {"index": {"_index": "my-log-index-2021-08-29", "_id": 1}} {"user_id":1, "level":"info", "timestamp": 1630230119, "action": "open_file", "message": "user1 aaa file open"} {"index": {"_index": "my-log-index-2021-08-29", "_id"..