mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[SecuritySolution][Investigations] Add message about missing index in data view in analyzer (#122859)
* chore: add message about missing index in data view * fix: typo Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2c900c65ba
commit
9f6c78139e
1 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,14 @@ export const ResolverNoProcessEvents = () => (
|
|||
})}
|
||||
</EuiText>
|
||||
<EuiSpacer size="m" />
|
||||
<EuiText size="s">
|
||||
{i18n.translate('xpack.securitySolution.resolver.noProcessEvents.dataView', {
|
||||
defaultMessage: `In case you selected a different data view,
|
||||
make sure your data view contains all of the indices that are stored in the source event at "{field}".`,
|
||||
values: { field: 'kibana.alert.rule.parameters.index' },
|
||||
})}
|
||||
</EuiText>
|
||||
<EuiSpacer size="m" />
|
||||
<EuiText size="s">
|
||||
{i18n.translate('xpack.securitySolution.resolver.noProcessEvents.eventCategory', {
|
||||
defaultMessage: `You may also add the below to your timeline query to check for process events.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue