nginx ログ形式を定義します:
コードをコピーします。 コードは次のとおりです:
log_format logstash_json '{ "@timestamp": "$time_local", '
" : { '
'"remote_addr": "$remote_addr", '
'"remote_user": "$remote_user", '
'"body_bytes_sent": "$body_bytes_sent", '
' " request_time": "$request_time", '
'"status": "$status", '
"request_method": "$request_method" , '
'"http_referrer": "$ http_referer", '
'"body_bytes_sent": "$body_bytes_sent", '
'"http_x_forwarded_for": "$http_x_forwarded_for", '
'"http_user_agent ": "$http_user_agent" } }';
以上がnginxでJSON形式でログを記録する方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。