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
# Backport This will backport the following commits from `main` to `8.15`: - [[ES|QL] Support counter fields (#186292)](#186292) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Julia Rechkunova","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-09T10:32:48Z","message":"[ES|QL] Support counter fields (#186292)\n\n- Closes https://github.com/elastic/kibana/issues/186160\r\n\r\n## Summary\r\n\r\nThis PR adds a new util to help with converting ES|QL column into data\r\nview field representation\r\nhttps://github.com/elastic/kibana/blob/9d63332c74523b00f2b9056352a5b3a86eaf2b75/packages/kbn-data-view-utils/src/utils/convert_to_data_view_field.ts#L13\r\n\r\nThis allows to handle counter fields in a more predicable way despite of\r\nthe different format of ES|QL column data.\r\nhttps://github.com//pull/186154#issuecomment-2164973060\r\n\r\n<img width=\"1988\" alt=\"Screenshot 2024-07-03 at 13 48 20\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1415710/14ce9cd8-8a02-4f3c-8845-c19c30079a75\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>\r\nCo-authored-by: Matthias Wilhelm <[email protected]>","sha":"692b656f9c247b438951a946f3f1123d36ac00a6","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:DataDiscovery","backport:prev-minor","Feature:ES|QL","v8.16.0"],"title":"[ES|QL] Support counter fields","number":186292,"url":"https://github.com/elastic/kibana/pull/186292","mergeCommit":{"message":"[ES|QL] Support counter fields (#186292)\n\n- Closes https://github.com/elastic/kibana/issues/186160\r\n\r\n## Summary\r\n\r\nThis PR adds a new util to help with converting ES|QL column into data\r\nview field representation\r\nhttps://github.com/elastic/kibana/blob/9d63332c74523b00f2b9056352a5b3a86eaf2b75/packages/kbn-data-view-utils/src/utils/convert_to_data_view_field.ts#L13\r\n\r\nThis allows to handle counter fields in a more predicable way despite of\r\nthe different format of ES|QL column data.\r\nhttps://github.com//pull/186154#issuecomment-2164973060\r\n\r\n<img width=\"1988\" alt=\"Screenshot 2024-07-03 at 13 48 20\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1415710/14ce9cd8-8a02-4f3c-8845-c19c30079a75\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>\r\nCo-authored-by: Matthias Wilhelm <[email protected]>","sha":"692b656f9c247b438951a946f3f1123d36ac00a6"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/186292","number":186292,"mergeCommit":{"message":"[ES|QL] Support counter fields (#186292)\n\n- Closes https://github.com/elastic/kibana/issues/186160\r\n\r\n## Summary\r\n\r\nThis PR adds a new util to help with converting ES|QL column into data\r\nview field representation\r\nhttps://github.com/elastic/kibana/blob/9d63332c74523b00f2b9056352a5b3a86eaf2b75/packages/kbn-data-view-utils/src/utils/convert_to_data_view_field.ts#L13\r\n\r\nThis allows to handle counter fields in a more predicable way despite of\r\nthe different format of ES|QL column data.\r\nhttps://github.com//pull/186154#issuecomment-2164973060\r\n\r\n<img width=\"1988\" alt=\"Screenshot 2024-07-03 at 13 48 20\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1415710/14ce9cd8-8a02-4f3c-8845-c19c30079a75\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <[email protected]>\r\nCo-authored-by: Elastic Machine <[email protected]>\r\nCo-authored-by: Stratoula Kalafateli <[email protected]>\r\nCo-authored-by: Matthias Wilhelm <[email protected]>","sha":"692b656f9c247b438951a946f3f1123d36ac00a6"}}]}] BACKPORT--> Co-authored-by: Julia Rechkunova <[email protected]>
- Loading branch information