@@ -111,7 +111,9 @@ const SampleJson string = `
111
111
"location": "ffxkmbwbtxplhgnz",
112
112
"message": "Logging a request",
113
113
"os": "Linux",
114
+ "p_src_ip": "127.0.0.1",
114
115
"p_timestamp": "2024-10-27T05:13:26.744Z",
116
+ "p_user_agent": "Mozilla/5.0",
115
117
"process_id": 123,
116
118
"request_body": "ffywhsbtsgvraxjuixlsxtrgotcahkicyxnaermtqmfgzlwbqkxqmonrwojmawsyxsovcjlbkbvjsesfznpukicdtghnvvirtauo",
117
119
"response_time": 100,
@@ -161,6 +163,14 @@ const FlogJsonSchema string = `{
161
163
"dict_is_ordered": false,
162
164
"metadata": {}
163
165
},
166
+ {
167
+ "name": "p_src_ip",
168
+ "data_type": "Utf8",
169
+ "nullable": true,
170
+ "dict_id": 0,
171
+ "dict_is_ordered": false,
172
+ "metadata": {}
173
+ },
164
174
{
165
175
"name": "p_timestamp",
166
176
"data_type": {
@@ -174,6 +184,14 @@ const FlogJsonSchema string = `{
174
184
"dict_is_ordered": false,
175
185
"metadata": {}
176
186
},
187
+ {
188
+ "name": "p_user_agent",
189
+ "data_type": "Utf8",
190
+ "nullable": true,
191
+ "dict_id": 0,
192
+ "dict_is_ordered": false,
193
+ "metadata": {}
194
+ },
177
195
{
178
196
"name": "protocol",
179
197
"data_type": "Utf8",
@@ -276,6 +294,14 @@ const SchemaBody string = `{
276
294
"dict_is_ordered": false,
277
295
"metadata": {}
278
296
},
297
+ {
298
+ "name": "p_src_ip",
299
+ "data_type": "Utf8",
300
+ "nullable": true,
301
+ "dict_id": 0,
302
+ "dict_is_ordered": false,
303
+ "metadata": {}
304
+ },
279
305
{
280
306
"name": "p_timestamp",
281
307
"data_type": {
@@ -289,6 +315,14 @@ const SchemaBody string = `{
289
315
"dict_is_ordered": false,
290
316
"metadata": {}
291
317
},
318
+ {
319
+ "name": "p_user_agent",
320
+ "data_type": "Utf8",
321
+ "nullable": true,
322
+ "dict_id": 0,
323
+ "dict_is_ordered": false,
324
+ "metadata": {}
325
+ },
292
326
{
293
327
"name": "process_id",
294
328
"data_type": "Float64",
0 commit comments