『Building a distributed log using S3 (under 150 lines of Go) - blag』2024/12/30 21:43:00 https://avi.im/blag/2024/s3-log/
『S3にあるALBログの調査はAthenaよりDuckDBのほうが簡単 - road288の日記』2024/11/9 19:34:00 https://road288.hatenablog.com/entry/2024/11/06/113954
『役立つログに取り組もう - Speaker Deck』2024/10/30 23:08:00 https://speakerdeck.com/irof/yi-li-turokuniqu-rizu-mou
nginxのログ保存期間を長くする2022/8/3 11:14:00 logrotateのnginxの設定を開く sudo vi /etc/logrotate.d/nginx ファイル内のrotateの値を変更
logrotateでrotate(圧縮)されたnginxのログと、現在のログをGoaccessで表示する2022/5/9 9:01:00 zcat /var/log/nginx/access.log.*.gz | goaccess /var/log/nginx/access.log --log-format=COMBINED