mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-09 07:20:05 +07:00
19 lines
316 B
Plaintext
19 lines
316 B
Plaintext
![]() |
<source>
|
||
|
@type http
|
||
|
port 9880
|
||
|
bind 0.0.0.0
|
||
|
body_size_limit 32m
|
||
|
keepalive_timeout 10s
|
||
|
</source>
|
||
|
|
||
|
<filter http-*.log>
|
||
|
@type record_transformer
|
||
|
<record>
|
||
|
host_param "#{Socket.gethostname}"
|
||
|
</record>
|
||
|
</filter>
|
||
|
|
||
|
# <match http-*.log>
|
||
|
# @type file
|
||
|
# path /output/http.log
|
||
|
# </match>
|