-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathalp.yml
36 lines (36 loc) · 851 Bytes
/
alp.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
file: /var/log/nginx/access.log
sort: sum
reverse: true
show_footers: true
matching_groups:
- "/api/chair/[0-9]+"
- "/api/chair/buy/[0-9]+"
- "/api/estate/[0-9]+"
- "/api/estate/req_doc/[0-9]+"
- "/api/recommended_estate/[0-9]+"
- "/_next/*"
output: "count,1xx,2xx,3xx,4xx,5xx,method,uri,min,max,sum,avg,sum_body,avg_body"
ltsv:
apptime_label: apptime
status_label: status
size_label: size
method_label: method
uri_label: uri
time_label: time
# empty define
json:
uri_key: ""
method_key: ""
time_key: ""
response_time_key: ""
body_bytes_key: ""
status_key: ""
regexp:
pattern: ""
uri_subexp: ""
method_subexp: ""
time_subexp: ""
response_time_subexp: ""
body_bytes_subexp: ""
status_subexp: ""