Skip to content

Commit

Permalink
[SecuritySolution][Investigations] Add message about missing index in…
Browse files Browse the repository at this point in the history
… data view in analyzer (elastic#122859)

* chore: add message about missing index in data view

* fix: typo

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
2 people authored and awahab07 committed Jan 31, 2022
1 parent d07f49b commit f1a5e57
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f1a5e57

Please sign in to comment.