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 199c4d4 commit 090e491Copy full SHA for 090e491
src/event/format/known_schema.rs
@@ -184,7 +184,7 @@ impl EventProcessor {
184
) -> Result<HashSet<String>, Unacceptable> {
185
let Some(schema) = self.schema_definitions.get(log_source) else {
186
warn!("Unknown log format: {log_source}");
187
- return Ok(Default::default());
+ return Ok(HashSet::new());
188
};
189
190
let mut fields = HashSet::new();
0 commit comments