Skip to content

Commit 84cbd0a

Browse files
committed
Sync catalog from logstruct v0.1.0
1 parent 152b1f9 commit 84cbd0a

File tree

2 files changed

+200
-0
lines changed

2 files changed

+200
-0
lines changed

pkg/data/catalog.json

Lines changed: 198 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,198 @@
1+
{
2+
"keys": {
3+
"source": "src",
4+
"event": "evt",
5+
"timestamp": "ts",
6+
"level": "lvl",
7+
"message": "msg",
8+
"data": "data",
9+
"path": "path",
10+
"http_method": "method",
11+
"source_ip": "source_ip",
12+
"user_agent": "user_agent",
13+
"referer": "referer",
14+
"request_id": "request_id",
15+
"format": "format",
16+
"controller": "controller",
17+
"action": "action",
18+
"status": "status",
19+
"duration": "duration",
20+
"view": "view",
21+
"db": "db",
22+
"params": "params",
23+
"blocked_host": "blocked_host",
24+
"blocked_hosts": "blocked_hosts",
25+
"client_ip": "client_ip",
26+
"x_forwarded_for": "x_forwarded_for",
27+
"to": "to",
28+
"from": "from",
29+
"subject": "subject",
30+
"err_class": "err_class",
31+
"backtrace": "backtrace",
32+
"job_id": "job_id",
33+
"job_class": "job_class",
34+
"queue_name": "queue_name",
35+
"arguments": "arguments",
36+
"retry_count": "retry_count",
37+
"process_id": "pid",
38+
"thread_id": "tid",
39+
"context": "ctx",
40+
"checksum": "checksum",
41+
"exist": "exist",
42+
"url": "url",
43+
"prefix": "prefix",
44+
"range": "range",
45+
"storage": "storage",
46+
"operation": "op",
47+
"file_id": "file_id",
48+
"filename": "filename",
49+
"mime_type": "mime_type",
50+
"size": "size",
51+
"metadata": "metadata",
52+
"location": "location",
53+
"upload_options": "upload_opts",
54+
"download_options": "download_opts",
55+
"options": "opts",
56+
"uploader": "uploader",
57+
"model": "model",
58+
"mount_point": "mount_point",
59+
"sql": "sql",
60+
"name": "name",
61+
"row_count": "row_count",
62+
"connection_adapter": "connection_adapter",
63+
"bind_params": "bind_params",
64+
"database_name": "database_name",
65+
"connection_pool_size": "connection_pool_size",
66+
"active_connections": "active_connections",
67+
"operation_type": "operation_type",
68+
"table_names": "table_names"
69+
},
70+
"structs": {
71+
"ActiveModelSerializers": {
72+
"name": "ActiveModelSerializers",
73+
"fixed_source": "rails",
74+
"allowed_events": [
75+
"log"
76+
]
77+
},
78+
"Ahoy": {
79+
"name": "Ahoy",
80+
"fixed_source": null,
81+
"allowed_events": [
82+
"log"
83+
]
84+
},
85+
"SQL": {
86+
"name": "SQL",
87+
"fixed_source": null,
88+
"allowed_events": [
89+
"database"
90+
]
91+
},
92+
"Sidekiq": {
93+
"name": "Sidekiq",
94+
"fixed_source": "sidekiq",
95+
"allowed_events": [
96+
"log"
97+
]
98+
},
99+
"Shrine": {
100+
"name": "Shrine",
101+
"fixed_source": "shrine",
102+
"allowed_events": [
103+
"delete",
104+
"download",
105+
"exist",
106+
"metadata",
107+
"unknown",
108+
"upload"
109+
]
110+
},
111+
"Security": {
112+
"name": "Security",
113+
"fixed_source": "security",
114+
"allowed_events": [
115+
"blocked_host",
116+
"csrf_violation",
117+
"ip_spoof"
118+
]
119+
},
120+
"Request": {
121+
"name": "Request",
122+
"fixed_source": "rails",
123+
"allowed_events": [
124+
"request"
125+
]
126+
},
127+
"Plain": {
128+
"name": "Plain",
129+
"fixed_source": null,
130+
"allowed_events": [
131+
"log"
132+
]
133+
},
134+
"GoodJob": {
135+
"name": "GoodJob",
136+
"fixed_source": "job",
137+
"allowed_events": [
138+
"enqueue",
139+
"error",
140+
"finish",
141+
"log",
142+
"schedule",
143+
"start"
144+
]
145+
},
146+
"Error": {
147+
"name": "Error",
148+
"fixed_source": null,
149+
"allowed_events": [
150+
"error"
151+
]
152+
},
153+
"ActiveJob": {
154+
"name": "ActiveJob",
155+
"fixed_source": "job",
156+
"allowed_events": [
157+
"enqueue",
158+
"finish",
159+
"schedule",
160+
"start"
161+
]
162+
},
163+
"ActiveStorage": {
164+
"name": "ActiveStorage",
165+
"fixed_source": "storage",
166+
"allowed_events": [
167+
"delete",
168+
"download",
169+
"exist",
170+
"metadata",
171+
"stream",
172+
"unknown",
173+
"upload",
174+
"url"
175+
]
176+
},
177+
"ActionMailer": {
178+
"name": "ActionMailer",
179+
"fixed_source": "mailer",
180+
"allowed_events": [
181+
"delivered",
182+
"delivery"
183+
]
184+
},
185+
"CarrierWave": {
186+
"name": "CarrierWave",
187+
"fixed_source": "carrierwave",
188+
"allowed_events": [
189+
"delete",
190+
"download",
191+
"exist",
192+
"metadata",
193+
"unknown",
194+
"upload"
195+
]
196+
}
197+
}
198+
}

pkg/data/catalog_gen.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)