-
Notifications
You must be signed in to change notification settings - Fork 441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Stack 9.0.0-SNAPSHOT] failing tests in packages due to file size is too small for ingestion (no documents found) #12499
Comments
Looking into the logs, it can be checked how {"log.level":"debug","@timestamp":"2025-01-28T01:49:24.339Z","message":"fingerprint mode enabled: offset 0, length 1024","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-default","type":"filestream"},"log":{"source":"filestream-default"},"log.logger":"scanner","log.origin":{"file.line":311,"file.name":"filestream/fswatch.go","function":"github.com/elastic/beats/v7/filebeat/input/filestream.newFileScanner"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2025-01-28T01:49:24.339Z","message":"recursive glob enabled","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-default","type":"filestream"},"log":{"source":"filestream-default"},"log.logger":"scanner","log.origin":{"file.line":334,"file.name":"filestream/fswatch.go","function":"github.com/elastic/beats/v7/filebeat/input/filestream.(*fileScanner).resolveRecursiveGlobs"},"service.name":"filebeat","ecs.version":"1.6.0","ecs.version":"1.6.0"}
{"log.level":"debug","@timestamp":"2025-01-28T01:49:24.339Z","message":"file identity is set to fingerprint","component":{"binary":"filebeat","dataset":"elastic_agent.filebeat","id":"filestream-default","type":"filestream"},"log":{"source":"filestream-default"},"ecs.version":"1.6.0","log.logger":"input.filestream","log.origin":{"file.line":57,"file.name":"filestream/prospector_creator.go","function":"github.com/elastic/beats/v7/filebeat/input/filestream.newProspector"},"service.name":"filebeat","filestream_id":"filestream-coredns.log-48963670-6129-4d62-b9ce-adf88595cf96","ecs.version":"1.6.0"} In this PR elastic/beats#41762 , the default There were some packages that added options to disable this Another option would be to update the corresponding test docs to have more than 1024 bytes. |
Another possible option is to expose the |
Addressing the SSI integrations: |
Thanks @efd6! Should the related issues to EDIT: |
@mrodm I am already taking a look at the Tychon failure. We can wait until confirm in the daily build that every issue affecting these packages has been solved. It runs daily at 1:35am UTC: https://buildkite.com/elastic/integrations/builds?query=Check+integrations+local+stacks+-+Stack+Version+v9.0 |
@mrodm Closed those. Apologies for missing that. |
Thanks for solving the issues related to the SSI packages @efd6 @chemamartinez ! @elastic/obs-infraobs-integrations @elastic/sec-windows-platform could you please take a look to the packages related to your teams ( Thanks in advance! |
@ishleenk17 could this two issues be closed as part of the work done in #12548.
And probably, these two other issues too (created last night), likely that they are the same: |
Yes Mario these would be fixed by #12548. |
Closing this issue since all the packages detected that were failing due to the error "file size is too small" have been fixed. Thanks all for your help! |
There are some packages that are failing in the daily CI Jobs for the Elastic stack 9.0.0-SNAPSHOT.
Example of build failing: https://buildkite.com/elastic/integrations/builds/21038
These packages are failing due to errors in the elastic-agent like this one and no documents are ingested into Elasticsearch:
The text was updated successfully, but these errors were encountered: