Commit d267a42
# Backport
This will backport the following commits from `main` to `8.19`:
- [[Synthetics] Fix text search for overview monitors !!
(#229317)](#229317)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT
[{"author":{"name":"Shahzad","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-07-25T17:40:11Z","message":"[Synthetics]
Fix text search for overview monitors !! (#229317)\n\n## Summary\n\nFix
text search for overview monitors !!\n\n\n### Before\n\nUsing * chars
wasn't working in overview list\n\n<img width=\"1728\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0d907792-8cdb-419a-a740-c3a311f2304c\"\n/>\n\n\n\n###
After\n\n<img width=\"1727\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/1ad472c9-6613-4e22-9625-d076e1597185\"\n/>","sha":"11879e2c9952cb4555633217d37542fbc759beb5","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-management","backport:version","v9.1.0","v8.19.0","author:obs-ux-management","v9.2.0","v8.18.5"],"title":"[Synthetics]
Fix text search for overview monitors
!!","number":229317,"url":"https://github.com/elastic/kibana/pull/229317","mergeCommit":{"message":"[Synthetics]
Fix text search for overview monitors !! (#229317)\n\n## Summary\n\nFix
text search for overview monitors !!\n\n\n### Before\n\nUsing * chars
wasn't working in overview list\n\n<img width=\"1728\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0d907792-8cdb-419a-a740-c3a311f2304c\"\n/>\n\n\n\n###
After\n\n<img width=\"1727\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/1ad472c9-6613-4e22-9625-d076e1597185\"\n/>","sha":"11879e2c9952cb4555633217d37542fbc759beb5"}},"sourceBranch":"main","suggestedTargetBranches":["9.1","8.19","8.18"],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/229317","number":229317,"mergeCommit":{"message":"[Synthetics]
Fix text search for overview monitors !! (#229317)\n\n## Summary\n\nFix
text search for overview monitors !!\n\n\n### Before\n\nUsing * chars
wasn't working in overview list\n\n<img width=\"1728\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/0d907792-8cdb-419a-a740-c3a311f2304c\"\n/>\n\n\n\n###
After\n\n<img width=\"1727\" height=\"883\"
alt=\"image\"\nsrc=\"https://github.com/user-attachments/assets/1ad472c9-6613-4e22-9625-d076e1597185\"\n/>","sha":"11879e2c9952cb4555633217d37542fbc759beb5"}},{"branch":"8.18","label":"v8.18.5","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Shahzad <[email protected]>
1 parent b7b8a74 commit d267a42
File tree
7 files changed
+14
-10
lines changed- x-pack/solutions/observability/plugins/synthetics/server
- routes
- monitor_cruds
- project_monitor
- overview_status
- suggestions
- services
7 files changed
+14
-10
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
x-pack/solutions/observability/plugins/synthetics/server/routes/monitor_cruds/get_monitors_list.ts
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
811 | 812 | | |
812 | 813 | | |
813 | 814 | | |
| 815 | + | |
814 | 816 | | |
815 | 817 | | |
816 | 818 | | |
| |||
838 | 840 | | |
839 | 841 | | |
840 | 842 | | |
| 843 | + | |
841 | 844 | | |
842 | 845 | | |
843 | 846 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
342 | | - | |
| 343 | + | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
| |||
0 commit comments