We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32e4b3 commit cca61b7Copy full SHA for cca61b7
src/utils/json/mod.rs
@@ -38,7 +38,7 @@ pub fn flatten_json_body(
38
let mut nested_value = if schema_version == SchemaVersion::V1
39
&& matches!(
40
log_source,
41
- LogSource::OtelLogs | LogSource::OtelMetrics | LogSource::OtelTraces
+ LogSource::Json | LogSource::Custom(_) | LogSource::Kinesis
42
) {
43
flatten::generic_flattening(body)?
44
} else {
0 commit comments