Skip to content

[Enterprise Search] refactor(SearchApplications): rename telemetry ids#156733

Merged
TattdCodeMonkey merged 1 commit intoelastic:mainfrom
TattdCodeMonkey:rnorris/refactor/search-apps-telemetry-ids
May 4, 2023
Merged

[Enterprise Search] refactor(SearchApplications): rename telemetry ids#156733
TattdCodeMonkey merged 1 commit intoelastic:mainfrom
TattdCodeMonkey:rnorris/refactor/search-apps-telemetry-ids

Conversation

@TattdCodeMonkey
Copy link
Copy Markdown
Contributor

@TattdCodeMonkey TattdCodeMonkey commented May 4, 2023

Summary

Renamed entSearchContent to entSearchApplications in data-telemetry-ids now that search applications is no longer under content.

Renamed `entSearchContent` to `entSearchApplications` in
data-telemetry-ids now that search applications is no longer under
content.
@TattdCodeMonkey TattdCodeMonkey added release_note:skip Skip the PR/issue when compiling release notes Team:EnterpriseSearch v8.8.0 v8.9.0 labels May 4, 2023
@TattdCodeMonkey TattdCodeMonkey requested a review from a team May 4, 2023 19:46
@TattdCodeMonkey TattdCodeMonkey enabled auto-merge (squash) May 4, 2023 20:07
@kibana-ci
Copy link
Copy Markdown

💚 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
enterpriseSearch 2.4MB 2.4MB -57.0B
Unknown metric groups

ESLint disabled line counts

id before after diff
enterpriseSearch 19 21 +2
securitySolution 398 401 +3
total +5

Total ESLint disabled count

id before after diff
enterpriseSearch 20 22 +2
securitySolution 478 481 +3
total +5

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@TattdCodeMonkey TattdCodeMonkey merged commit 59f3c8c into elastic:main May 4, 2023
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request May 4, 2023
elastic#156733)

## Summary

Renamed `entSearchContent` to `entSearchApplications` in
data-telemetry-ids now that search applications is no longer under
content.

(cherry picked from commit 59f3c8c)
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 All backports created successfully

Status Branch Result
8.8

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request May 4, 2023
…try ids (#156733) (#156755)

# Backport

This will backport the following commits from `main` to `8.8`:
- [[Enterprise Search] refactor(SearchApplications): rename telemetry
ids (#156733)](#156733)

<!--- Backport version: 8.9.7 -->

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

<!--BACKPORT [{"author":{"name":"Rodney
Norris","email":"rodney.norris@elastic.co"},"sourceCommit":{"committedDate":"2023-05-04T20:48:28Z","message":"[Enterprise
Search] refactor(SearchApplications): rename telemetry ids
(#156733)\n\n## Summary\r\n\r\nRenamed `entSearchContent` to
`entSearchApplications` in\r\ndata-telemetry-ids now that search
applications is no longer
under\r\ncontent.","sha":"59f3c8c119cf61be67344d7aa055a545d016367d","branchLabelMapping":{"^v8.9.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:EnterpriseSearch","v8.8.0","v8.9.0"],"number":156733,"url":"https://github.com/elastic/kibana/pull/156733","mergeCommit":{"message":"[Enterprise
Search] refactor(SearchApplications): rename telemetry ids
(#156733)\n\n## Summary\r\n\r\nRenamed `entSearchContent` to
`entSearchApplications` in\r\ndata-telemetry-ids now that search
applications is no longer
under\r\ncontent.","sha":"59f3c8c119cf61be67344d7aa055a545d016367d"}},"sourceBranch":"main","suggestedTargetBranches":["8.8"],"targetPullRequestStates":[{"branch":"8.8","label":"v8.8.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.9.0","labelRegex":"^v8.9.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/156733","number":156733,"mergeCommit":{"message":"[Enterprise
Search] refactor(SearchApplications): rename telemetry ids
(#156733)\n\n## Summary\r\n\r\nRenamed `entSearchContent` to
`entSearchApplications` in\r\ndata-telemetry-ids now that search
applications is no longer
under\r\ncontent.","sha":"59f3c8c119cf61be67344d7aa055a545d016367d"}}]}]
BACKPORT-->

Co-authored-by: Rodney Norris <rodney.norris@elastic.co>
jloleysens added a commit that referenced this pull request May 5, 2023
* main: (153 commits)
  [Security Solution] {{state.signals_count}} Object not working (#156472) (#156707)
  [Synthetics] refresh data on visualization scrubbing (#156777)
  [RAM] Docs for slack improvements (#153885)
  [RAM] Alert search bar only KQL (#155947)
  [ML] Functional tests - stabilize export job tests (#156586)
  [Saved Search] Update saved search schema to allow empty `sort` arrays (#156769)
  [ML] Rename `curated` model type to `elastic` (#156684)
  [Discover] Enable sharing for text based languages (#156652)
  [api-docs] 2023-05-05 Daily api_docs build (#156781)
  Upgrade EUI to v77.2.2 (#155208)
  [RAM][Maintenance Window][8.8]Fix window maintenance workflow (#156427)
  [DOCS] Case file attachments (#156459)
  [D4C] additional error handling for 'block' action added + policy editor UI fixes (#156629)
  [Enterprise Search] refactor(SearchApplications): rename telemetry ids (#156733)
  [Enterprise Search] Add telemetry to ELSER deployment buttons + error (#156545)
  [Security Solution] fixes Data Quality dashboard errors when a `basePath` is configured (#156233)
  [Logs onboarding] StepsFooter outside of main panel (#156686)
  [Security Solution] Add a migration to unmute custom Security Solution rules (#156593)
  [Enterprise Search][Behavioral Analytics] Update formulas (#156704)
  Add API Events to Endpoint Security Advanced Policy (#156718)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes Team:EnterpriseSearch v8.8.0 v8.9.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants