Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] Make link to es deprecation logs more useful (elastic#203487) (e…
…lastic#203785) # Backport This will backport the following commits from `main` to `8.x`: - [Make link to es deprecation logs more useful (elastic#203487)](elastic#203487) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jesus Wahrman","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-12-11T12:40:27Z","message":"Make link to es deprecation logs more useful (elastic#203487)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/201538\r\n\r\nAdded a profile to the deprecation logs so by default it shows the\r\ncolumns. Decided to allow this behaviour if the pattern contains\r\nmultiple patterns for deprecation logs like:\r\n`.logs-deprecation.abc,.logs-deprecation.def` , this can be easily\r\nchanged if we prefer not to do it this way.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c423e3e9d3bd61041d4e10e72cef01ea663ca5bf","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","Team:DataDiscovery","backport:prev-minor"],"title":"Make link to es deprecation logs more useful","number":203487,"url":"https://github.com/elastic/kibana/pull/203487","mergeCommit":{"message":"Make link to es deprecation logs more useful (elastic#203487)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/201538\r\n\r\nAdded a profile to the deprecation logs so by default it shows the\r\ncolumns. Decided to allow this behaviour if the pattern contains\r\nmultiple patterns for deprecation logs like:\r\n`.logs-deprecation.abc,.logs-deprecation.def` , this can be easily\r\nchanged if we prefer not to do it this way.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c423e3e9d3bd61041d4e10e72cef01ea663ca5bf"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203487","number":203487,"mergeCommit":{"message":"Make link to es deprecation logs more useful (elastic#203487)\n\n## Summary\r\n\r\nresolves https://github.com/elastic/kibana/issues/201538\r\n\r\nAdded a profile to the deprecation logs so by default it shows the\r\ncolumns. Decided to allow this behaviour if the pattern contains\r\nmultiple patterns for deprecation logs like:\r\n`.logs-deprecation.abc,.logs-deprecation.def` , this can be easily\r\nchanged if we prefer not to do it this way.\r\n\r\n\r\n### Checklist\r\n\r\nCheck the PR satisfies following conditions. \r\n\r\nReviewers should verify this PR satisfies this list as well.\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n- [x] The PR description includes the appropriate Release Notes section,\r\nand the correct `release_note:*` label is applied per the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>","sha":"c423e3e9d3bd61041d4e10e72cef01ea663ca5bf"}}]}] BACKPORT--> Co-authored-by: Jesus Wahrman <[email protected]>
- Loading branch information