mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add some placeholder copy to get the ball rolling
This commit is contained in:
parent
a7bb4c21c4
commit
5d095d1896
1 changed files with 5 additions and 2 deletions
|
@ -13,7 +13,7 @@ import { MlJobCompatibilityLink } from '../../../../common/components/links_to_d
|
|||
export const ML_JOB_COMPATIBILITY_CALLOUT_TITLE = i18n.translate(
|
||||
'xpack.securitySolution.detectionEngine.mlJobCompatibilityCallout.messageTitle',
|
||||
{
|
||||
defaultMessage: 'TODO title',
|
||||
defaultMessage: 'Your ML jobs may be incompatible with your data sources and/or ML rules',
|
||||
}
|
||||
);
|
||||
|
||||
|
@ -26,7 +26,10 @@ export const MlJobCompatibilityCalloutBody = () => (
|
|||
<p>
|
||||
<FormattedMessage
|
||||
id="xpack.securitySolution.detectionEngine.mlJobCompatibilityCallout.messageBody.summary"
|
||||
defaultMessage="TODO summary"
|
||||
defaultMessage="The ML jobs that are installed are compatible
|
||||
with specific versions of ECS. To avoid missing alerts, ensure
|
||||
that your ML jobs are compatible with your data sources, and that
|
||||
your ML rules are configured with the appropriate ML jobs."
|
||||
/>
|
||||
</p>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue