-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIEM] Update links for add-data button #68240
Conversation
Pinging @elastic/siem (Team:SIEM) |
@@ -1233,7 +1233,6 @@ | |||
"home.addData.metrics.nameTitle": "メトリック", | |||
"home.addData.sampleDataLink": "データセットと Kibana ダッシュボードを読み込む", | |||
"home.addData.sampleDataTitle": "サンプルデータの追加", | |||
"home.addData.siem.addSiemEventsButtonLabel": "イベントを追加", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not delete just rename the key to home.addData.security.addSecurityEventsButtonLabel
@@ -1367,7 +1366,6 @@ | |||
"home.tutorial.tabs.loggingTitle": "ログ", | |||
"home.tutorial.tabs.metricsTitle": "メトリック", | |||
"home.tutorial.tabs.sampleDataTitle": "サンプルデータ", | |||
"home.tutorial.tabs.siemTitle": "SIEM", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not delete, just rename the key to home.tutorial.tabs.securityTitle
and value to Security
@@ -1236,7 +1236,6 @@ | |||
"home.addData.metrics.nameTitle": "指标", | |||
"home.addData.sampleDataLink": "加载数据集和 Kibana 仪表板", | |||
"home.addData.sampleDataTitle": "添加样例数据", | |||
"home.addData.siem.addSiemEventsButtonLabel": "添加事件", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not delete just rename the key
@@ -1370,7 +1369,6 @@ | |||
"home.tutorial.tabs.loggingTitle": "日志", | |||
"home.tutorial.tabs.metricsTitle": "指标", | |||
"home.tutorial.tabs.sampleDataTitle": "样例数据", | |||
"home.tutorial.tabs.siemTitle": "SIEM", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do not delete just rename the key and value to Security
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for cleaning up after me, much appreciated
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
* update links for add-data button * update links * rename SIEM with security * add back missing key * fixup * fixup # Conflicts: # x-pack/plugins/security_solution/public/overview/pages/summary.tsx
Pinging @elastic/security-solution (Team: SecuritySolution) |
Summary
This PR depends on #67902
Found add data content is not rendered properly after renaming the folder
app/kibana#/home/tutorial_directory/siem => app/kibana#/home/tutorial_directory/security
Checklist
Delete any items that are not applicable to this PR.
Documentation was added for features that require explanation or tutorialsThis was checked for keyboard-only and screenreader accessibilityThis renders correctly on smaller devices using a responsive layout. (You can test this in your browserThis was checked for cross-browser compatibility, including a check against IE11For maintainers
This was checked for breaking API changes and was labeled appropriately