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
**Note 1:** A combination of date formatters, static or dynamic values consisting of field paths followed by "||" followed by another field path or a static value (e.g `foo.{"%Y-%m-%d"}/{.bar.baz||.qux.quux.corge||.grault||"nil"}-waldo.fred{.plugh||"none"}`)
@@ -134,10 +135,6 @@ specifiers to format the `.timestamp` field value:
134
135
| %M |34|Minute number (00–59), zero-padded to 2 digits.|
135
136
| %S |60|Second number (00–60), zero-padded to 2 digits.|
136
137
137
-
**Note 2:** The collector will encode events as [JSON](https://www.rfc-editor.org/rfc/rfc8259)
138
-
139
-
#### ViaQ DataModel API
140
-
141
138
The collector will write logs to the s3 bucket defaulting the key prefix that is constructed using attributes of the log entries when not defined by the **ClusterLogForwarder** spec as follows:
142
139
143
140
| log type| log source | key prefix |
@@ -150,6 +147,8 @@ The collector will write logs to the s3 bucket defaulting the key prefix that is
0 commit comments