You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elastic Search에 저장되어있는 log data를 가져와서 하루 단위로 json 저장을 하는 코드
현재 설정 : client.geo.ip, django.url.full, django.request.headers.User-Agent가 있는 로그들의 timestamp, django.user.username, client.geo.ip, django.url.full, django.request.headers.User-Agent를 저장
설정 변경 방법 : body 변수를 원하는 조건으로 변경
Log 저장 시작 날짜 변경 방법
: 원하는 날짜가 year-month-date,hour-minutes-seconds일 경우
Code for importing log data stored in ElasticSearch and storing json on a daily basis
Current settings : Store the logs' timestamp, django.user.username, client.geo.ip, django.url.full, django.request.headers.User-Agent that have client.geo.ip, django.url.full, django.request.headers.User-Agent
How to change the setting: Change the body variable to the desired condition
How to Change Log Save Start Date
: If you want year-month-date,hour-minutes-seconds