Skip to content

Commit

Permalink
[8.10] [Cloud Security] removed beta label from tty setting (#164122) (
Browse files Browse the repository at this point in the history
…#164521)

# Backport

This will backport the following commits from `main` to `8.10`:
- [[Cloud Security] removed beta label from tty setting
(#164122)](#164122)

<!--- Backport version: 8.9.8 -->

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

<!--BACKPORT [{"author":{"name":"Karl
Godard","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-08-17T17:15:32Z","message":"[Cloud
Security] removed beta label from tty setting (#164122)\n\n##
Summary\r\n\r\nRemoves a beta label from the \"terminal output\" feature
in the linux\r\nsettings for the endpoint integration. The beta tag was
previously\r\nremoved from the TTY player itself, but this spot was
missed.\r\n\r\nAlso, this PR changes codeowners of session_view,
kubernetes_security\r\nand cloud_defend plugins to the
**kibana-cloud-security-posture**
team\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"4ce54648f8d4452ae2995392da07a32bf541ff20","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Cloud
Security","backport:prev-minor","v8.10.0","v8.11.0"],"number":164122,"url":"https://github.com/elastic/kibana/pull/164122","mergeCommit":{"message":"[Cloud
Security] removed beta label from tty setting (#164122)\n\n##
Summary\r\n\r\nRemoves a beta label from the \"terminal output\" feature
in the linux\r\nsettings for the endpoint integration. The beta tag was
previously\r\nremoved from the TTY player itself, but this spot was
missed.\r\n\r\nAlso, this PR changes codeowners of session_view,
kubernetes_security\r\nand cloud_defend plugins to the
**kibana-cloud-security-posture**
team\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"4ce54648f8d4452ae2995392da07a32bf541ff20"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164122","number":164122,"mergeCommit":{"message":"[Cloud
Security] removed beta label from tty setting (#164122)\n\n##
Summary\r\n\r\nRemoves a beta label from the \"terminal output\" feature
in the linux\r\nsettings for the endpoint integration. The beta tag was
previously\r\nremoved from the TTY player itself, but this spot was
missed.\r\n\r\nAlso, this PR changes codeowners of session_view,
kubernetes_security\r\nand cloud_defend plugins to the
**kibana-cloud-security-posture**
team\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<[email protected]>","sha":"4ce54648f8d4452ae2995392da07a32bf541ff20"}},{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
mitodrummer and kibanamachine authored Aug 24, 2023
1 parent 070b357 commit 4cb789e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ describe('Policy Linux Event Collection Card', () => {
'Session data' +
'Collect session data' +
'Capture terminal output' +
'Info' +
'beta'
'Info'
)
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ const SUPPLEMENTAL_OPTIONS: ReadonlyArray<SupplementalEventFormOption<OperatingS
isDisabled: (config: UIPolicyConfig) => {
return !config.linux.events.session_data;
},
beta: true,
},
];

Expand Down

0 comments on commit 4cb789e

Please sign in to comment.