Skip to content

Commit

Permalink
updates after feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Skelker committed Dec 10, 2019
1 parent 265a46d commit bb4d3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const IndexPatternsMissingPromptComponent = () => (
<>
<p>
<FormattedMessage
defaultMessage="To display map data, Kibana index patterns that match ECS-compliant {defaultIndex} indices must be configured. When using {beats}, you can run the {setup} command on your hosts to automatically create the index patterns. For example: {example}."
defaultMessage="To display map data, you must define SIEM indices ({defaultIndex}) and Kibana index patterns with identical names or glob patterns. When using {beats}, you can run the {setup} command on your hosts to automatically create the index patterns. For example: {example}."
id="xpack.siem.components.embeddables.indexPatternsMissingPrompt.errorDescription1"
values={{
defaultIndex: (
Expand Down

0 comments on commit bb4d3e4

Please sign in to comment.