You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This driver behaves similarly to the `gcplogs` one, but if it detects a JSON log, it unmarshals it and sends the unmarshalled map as the payload, resulting in a log like this (with the default options):
45
+
46
+
<details>
47
+
<summary>ngcplogs sample log</summary>
48
+
41
49
```json
42
50
{
43
51
"insertId": "yero77f8j919i9",
@@ -73,15 +81,17 @@ This driver behaves similarly to the `gcplogs` one, but if it detects a JSON log
73
81
}
74
82
```
75
83
84
+
</details>
85
+
76
86
Non JSON logs will not be processed, and will be sent to GCP as they were received, without being manipulated.
0 commit comments