Skip to content

[8.19] [ResponseOps][Cases]Allow dashes in host names in Observables (#219038)#219489

Merged
kibanamachine merged 1 commit intoelastic:8.19from
kibanamachine:backport/8.19/pr-219038
Apr 29, 2025
Merged

[8.19] [ResponseOps][Cases]Allow dashes in host names in Observables (#219038)#219489
kibanamachine merged 1 commit intoelastic:8.19from
kibanamachine:backport/8.19/pr-219038

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

Backport

This will backport the following commits from main to 8.19:

Questions ?

Please refer to the Backport tool documentation

…c#219038)

Closes elastic#218946

## Summary

- changed the GENERIC_REGEX to allow `-`

<img width="488" alt="Screenshot 2025-04-24 at 10 31 00"
src="https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1"
/>

(cherry picked from commit d0d08b0)
@kibanamachine kibanamachine added the backport This PR is a backport of another PR label Apr 29, 2025
@kibanamachine kibanamachine enabled auto-merge (squash) April 29, 2025 07:34
@kibanamachine kibanamachine merged commit 078e45f into elastic:8.19 Apr 29, 2025
11 checks passed
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cases 1.3MB 1.3MB +1.0B

cc @georgianaonoleata1904

georgianaonoleata1904 added a commit that referenced this pull request Jun 17, 2025
…219038) (#224204)

# Backport

This will backport the following commits from `main` to `8.18`:
- [[ResponseOps][Cases]Allow dashes in host names in Observables
(#219038)](#219038)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Georgiana-Andreea
Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2025-04-29T07:27:18Z","message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3"],"title":"[ResponseOps][Cases]Allow
dashes in host names in
Observables","number":219038,"url":"https://github.com/elastic/kibana/pull/219038","mergeCommit":{"message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219038","number":219038,"mergeCommit":{"message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/219489","number":219489,"state":"MERGED","mergeCommit":{"sha":"078e45f32cc56d76fbeb5ecffbf46d8262cc23bb","message":"[8.19]
[ResponseOps][Cases]Allow dashes in host names in Observables (#219038)
(#219489)\n\n# Backport\n\nThis will backport the following commits from
`main` to `8.19`:\n- [[ResponseOps][Cases]Allow dashes in host names in
Observables\n(#219038)](https://github.com/elastic/kibana/pull/219038)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Georgiana-Andreea Onoleață
<georgiana.onoleata@elastic.co>"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
georgianaonoleata1904 added a commit that referenced this pull request Jun 17, 2025
…219038) (#224203)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[ResponseOps][Cases]Allow dashes in host names in Observables
(#219038)](#219038)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Georgiana-Andreea
Onoleață","email":"georgiana.onoleata@elastic.co"},"sourceCommit":{"committedDate":"2025-04-29T07:27:18Z","message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:ResponseOps","backport:version","v9.1.0","v8.19.0","v9.0.3","v8.18.3"],"title":"[ResponseOps][Cases]Allow
dashes in host names in
Observables","number":219038,"url":"https://github.com/elastic/kibana/pull/219038","mergeCommit":{"message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219038","number":219038,"mergeCommit":{"message":"[ResponseOps][Cases]Allow
dashes in host names in Observables (#219038)\n\nCloses
https://github.com/elastic/kibana/issues/218946\n\n## Summary\n\n-
changed the GENERIC_REGEX to allow `-` \n\n<img width=\"488\"
alt=\"Screenshot 2025-04-24 at 10 31
00\"\nsrc=\"https://github.com/user-attachments/assets/57841c74-9e6c-4600-81f4-8b454d1ddec1\"\n/>","sha":"d0d08b0bdb8f178e88063e0a05467f78d4d8b99f"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/219489","number":219489,"state":"MERGED","mergeCommit":{"sha":"078e45f32cc56d76fbeb5ecffbf46d8262cc23bb","message":"[8.19]
[ResponseOps][Cases]Allow dashes in host names in Observables (#219038)
(#219489)\n\n# Backport\n\nThis will backport the following commits from
`main` to `8.19`:\n- [[ResponseOps][Cases]Allow dashes in host names in
Observables\n(#219038)](https://github.com/elastic/kibana/pull/219038)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Georgiana-Andreea Onoleață
<georgiana.onoleata@elastic.co>"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport This PR is a backport of another PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants