Skip to content

Commit

Permalink
[8.x] [SecuritySolution] Add text intro to Asset Criticality on uploa…
Browse files Browse the repository at this point in the history
…d page (#197436) (#197617)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[SecuritySolution] Add text intro to Asset Criticality on upload page
(#197436)](#197436)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT [{"author":{"name":"Pablo
Machado","email":"pablo.nevesmachado@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T11:22:10Z","message":"[SecuritySolution]
Add text intro to Asset Criticality on upload page (#197436)\n\n##
Summary\r\n\r\nAdd text intro to Asset Criticality on the upload
page.\r\nDescribed
here:\r\nhttps://github.com//issues/196633#issuecomment-2420541914\r\n\r\n![Screenshot
2024-10-23 at 15
21\r\n06](https://github.com/user-attachments/assets/fa984960-6cec-4efa-b009-0044520bb6e6)","sha":"0a825ef7841673beea4a23c6ab38f18676a6f7b8","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","v9.0.0","fixed","Team:
SecuritySolution","Theme: entity_analytics","Feature:Entity
Analytics","Team:Entity
Analytics","v8.16.0","backport:version","v8.17.0"],"title":"[SecuritySolution]
Add text intro to Asset Criticality on upload
page","number":197436,"url":"https://github.com/elastic/kibana/pull/197436","mergeCommit":{"message":"[SecuritySolution]
Add text intro to Asset Criticality on upload page (#197436)\n\n##
Summary\r\n\r\nAdd text intro to Asset Criticality on the upload
page.\r\nDescribed
here:\r\nhttps://github.com//issues/196633#issuecomment-2420541914\r\n\r\n![Screenshot
2024-10-23 at 15
21\r\n06](https://github.com/user-attachments/assets/fa984960-6cec-4efa-b009-0044520bb6e6)","sha":"0a825ef7841673beea4a23c6ab38f18676a6f7b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197436","number":197436,"mergeCommit":{"message":"[SecuritySolution]
Add text intro to Asset Criticality on upload page (#197436)\n\n##
Summary\r\n\r\nAdd text intro to Asset Criticality on the upload
page.\r\nDescribed
here:\r\nhttps://github.com//issues/196633#issuecomment-2420541914\r\n\r\n![Screenshot
2024-10-23 at 15
21\r\n06](https://github.com/user-attachments/assets/fa984960-6cec-4efa-b009-0044520bb6e6)","sha":"0a825ef7841673beea4a23c6ab38f18676a6f7b8"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Pablo Machado <pablo.nevesmachado@elastic.co>
  • Loading branch information
kibanamachine and machadoum authored Oct 24, 2024
1 parent 4b6de16 commit 59e95ef
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ const WhatIsAssetCriticalityPanel: React.FC = () => {

return (
<EuiPanel hasBorder={true} paddingSize="l" grow={false}>
<FormattedMessage
id="xpack.securitySolution.entityAnalytics.assetCriticalityUploadPage.information.intro"
defaultMessage="As part of importing entities using a text file, you are also able to set Asset Criticality for the imported Entities."
/>
<EuiSpacer size="l" />
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiIcon type="questionInCircle" size="xl" />
<EuiTitle size="xxs">
Expand Down

0 comments on commit 59e95ef

Please sign in to comment.