Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…193809) # Backport This will backport the following commits from `main` to `8.x`: - [[data views] Remove regex for creating dot notation (#193795)](#193795) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Matthew Kime","email":"matt@mattki.me"},"sourceCommit":{"committedDate":"2024-09-24T00:30:52Z","message":"[data views] Remove regex for creating dot notation (#193795)\n\n## Summary\r\n\r\nUse basic string and array functions instead of regex to create short\r\ndot field names.","sha":"ab9459ca4358451614c3b4fb09380af9841e7a66","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Data Views","release_note:skip","v9.0.0","Team:DataDiscovery","backport:all-open"],"title":"[data views] Remove regex for creating dot notation","number":193795,"url":"https://github.com/elastic/kibana/pull/193795","mergeCommit":{"message":"[data views] Remove regex for creating dot notation (#193795)\n\n## Summary\r\n\r\nUse basic string and array functions instead of regex to create short\r\ndot field names.","sha":"ab9459ca4358451614c3b4fb09380af9841e7a66"}},"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/193795","number":193795,"mergeCommit":{"message":"[data views] Remove regex for creating dot notation (#193795)\n\n## Summary\r\n\r\nUse basic string and array functions instead of regex to create short\r\ndot field names.","sha":"ab9459ca4358451614c3b4fb09380af9841e7a66"}}]}] BACKPORT--> Co-authored-by: Matthew Kime <matt@mattki.me>
- Loading branch information