[SECURITY SOLUTION] Rename to hosts and administration#70913
[SECURITY SOLUTION] Rename to hosts and administration#70913parkiino merged 10 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/endpoint-app-team (Feature:Endpoint) |
|
Pinging @elastic/endpoint-management (Team:Endpoint Management) |
paul-tavares
left a comment
There was a problem hiding this comment.
LGTM. Left some minor comments that you can address at a later time.
Than you 🏆
| id="xpack.securitySolution.endpoint.endpointList.noEndpointsPrompt" | ||
| defaultMessage="You have a policy, but no Endpoints are deployed!" | ||
| id="xpack.securitySolution.endpoint.hostList.noHostsPrompt" | ||
| defaultMessage="You have a policy, but no Hosts are deployed!" |
There was a problem hiding this comment.
Should Hosts be capitalized? because there are other usages below where they are not, so I'm thinking we should be consistent.
Also - this is really not for the PR, but I wonder if the messaging/terminology might be confusing from an overall flow. We say "no Hosts" are deployed, but then redirect to Fleet where the word hosts is not present, but rather, you are deploying Elastic Agent. Just something for @bfishel ++ @caitlinbetz to consider.
| core.application.register({ | ||
| id: `${APP_ID}:${SecurityPageName.hosts}`, | ||
| title: 'Hosts', | ||
| title: i18n.translate('xpack.securitySolution.hostsPage.title', { defaultMessage: 'Hosts' }), |
There was a problem hiding this comment.
Do we already have this String (and other in that you i18n'd here) defined in /app/home/translations.ts? If so, I would propose we use those here.
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
History
To update your PR or re-run it, just comment with: |
Security solution text changes to admin and hosts
* master: (39 commits) [APM] Add warning to notify user about legacy ML jobs (elastic#71030) updates consumer to siem (elastic#71117) Index pattern creation flow - fix spelling (elastic#71192) [Security Solution][Endpoint] User Manifest Cleanup + Artifact Compression (elastic#70759) [SECURITY] Rearrange rule name's column in Alert Table (elastic#71020) [SECURITY] Alerts back to Detections (elastic#71142) [Security Solution][Exceptions Builder] - Fixes operator selection bug (elastic#71178) [SIEM][Detection Engine] Speeds up value list imports by enabling streaming of files. [APM] Update ML job ID in data telemetry tasks (elastic#71044) [Resolver] Remove `currentPanelView` selector (elastic#71154) add meta.managed to index templates (elastic#71135) Clarify trial subscription levels (elastic#70900) [Security Solution] fix panel links (elastic#71148) skip flaky suite (elastic#69632) skip suite failing ES Promotion (elastic#71018) [ML] DF Analytics: add results field to wizard and show regression stats (elastic#70893) [SIEM] update wordings (elastic#71119) [SECURITY SOLUTION] Rename to hosts and administration (elastic#70913) [ML] Improvements for urlState hook. (elastic#70576) Removing uptime guide (elastic#71124) ...
Summary
Issue: https://github.com/elastic/endpoint-app-team/issues/526
Checklist
Delete any items that are not applicable to this PR.
For maintainers