-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Enable search bar/timepicker for logs only services #198296
Conversation
@elasticmachine merge upstream |
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
Starting backport for target branches: 8.x |
## Summary Enables logs only Services to have a timepicker in the logs tab. ![Screenshot 2024-10-31 181045](https://github.com/user-attachments/assets/0026af42-313c-4aa5-82b3-5f726d3e52d0) ### How to test - Use `node scripts/synthtrace traces_logs_entities.ts --clean --live` - Navigate to `synth-go-logs` service, go to logs tab - Timepicker should be visible and work to filter available logs Closes elastic#197604 Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 12dc826)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…198782) # Backport This will backport the following commits from `main` to `8.x`: - [Enable search bar/timepicker for logs only services (#198296)](#198296) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gonçalo Rica Pais da Silva","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-11-04T13:34:51Z","message":"Enable search bar/timepicker for logs only services (#198296)\n\n## Summary\r\n\r\nEnables logs only Services to have a timepicker in the logs tab.\r\n\r\n![Screenshot 2024-10-31\r\n181045](https://github.com/user-attachments/assets/0026af42-313c-4aa5-82b3-5f726d3e52d0)\r\n\r\n### How to test\r\n\r\n- Use `node scripts/synthtrace traces_logs_entities.ts --clean --live`\r\n- Navigate to `synth-go-logs` service, go to logs tab\r\n- Timepicker should be visible and work to filter available logs\r\n\r\nCloses #197604\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"12dc8264bd422b659a7b0438d52bc6ed7a7a7bc4","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.17.0"],"title":"Enable search bar/timepicker for logs only services","number":198296,"url":"https://github.com/elastic/kibana/pull/198296","mergeCommit":{"message":"Enable search bar/timepicker for logs only services (#198296)\n\n## Summary\r\n\r\nEnables logs only Services to have a timepicker in the logs tab.\r\n\r\n![Screenshot 2024-10-31\r\n181045](https://github.com/user-attachments/assets/0026af42-313c-4aa5-82b3-5f726d3e52d0)\r\n\r\n### How to test\r\n\r\n- Use `node scripts/synthtrace traces_logs_entities.ts --clean --live`\r\n- Navigate to `synth-go-logs` service, go to logs tab\r\n- Timepicker should be visible and work to filter available logs\r\n\r\nCloses #197604\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"12dc8264bd422b659a7b0438d52bc6ed7a7a7bc4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198296","number":198296,"mergeCommit":{"message":"Enable search bar/timepicker for logs only services (#198296)\n\n## Summary\r\n\r\nEnables logs only Services to have a timepicker in the logs tab.\r\n\r\n![Screenshot 2024-10-31\r\n181045](https://github.com/user-attachments/assets/0026af42-313c-4aa5-82b3-5f726d3e52d0)\r\n\r\n### How to test\r\n\r\n- Use `node scripts/synthtrace traces_logs_entities.ts --clean --live`\r\n- Navigate to `synth-go-logs` service, go to logs tab\r\n- Timepicker should be visible and work to filter available logs\r\n\r\nCloses #197604\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"12dc8264bd422b659a7b0438d52bc6ed7a7a7bc4"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gonçalo Rica Pais da Silva <[email protected]>
Summary
Enables logs only Services to have a timepicker in the logs tab.
How to test
node scripts/synthtrace traces_logs_entities.ts --clean --live
synth-go-logs
service, go to logs tabCloses #197604