[9.0] [Streams] Replay loghub data with synthtrace (#212120)#214908
Closed
dgieselaar wants to merge 2 commits intoelastic:9.0from
Closed
[9.0] [Streams] Replay loghub data with synthtrace (#212120)#214908dgieselaar wants to merge 2 commits intoelastic:9.0from
dgieselaar wants to merge 2 commits intoelastic:9.0from
Conversation
Download, parse and replay loghub data with Synthtrace, for use in the Streams project. In summary: - adds a `@kbn/sample-log-parser` package which parses Loghub sample data, creates valid parsers for extracting and replacing timestamps, using the LLM - add a `sample_logs` scenario which uses the parsed data sets to replay Loghub data continuously as if it were live data - refactor some parts of Synthtrace (follow-up work captured in elastic#212179) - Replace custom Logger object with Kibana-standard ToolingLog - Report progress and estimated time to completion for long-running jobs - Simplify scenarioOpts (allow comma-separated key-value pairs instead of just JSON) - Simplify client initialization - When using workers, only bootstrap once (in the main thread) - Allow workers to gracefully shutdown - Downgrade some logging levels for less noise --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit ba13e86)
Contributor
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
Contributor
Author
|
Closing this, no need to backport to 9.0 unless backports prove to be complicated. |
Contributor
|
@elasticmachine merge upstream |
Contributor
We have to backport some PRs that depend on changes made to synthrace that originated from this PR. |
Contributor
💔 Build Failed
Failed CI StepsHistory
|
jennypavlova
approved these changes
May 6, 2025
Member
|
@crespocarlos We can also backport this fix after - I will do it after this one is merged |
Contributor
Author
|
@jennypavlova @crespocarlos this is a 9.0 backport...? |
Contributor
This is not needed anymore. Closing it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.0:Questions ?
Please refer to the Backport tool documentation