Skip to content

Commit

Permalink
fixes map index message (elastic#56104)
Browse files Browse the repository at this point in the history
  • Loading branch information
benskelker authored and Ben Skelker committed Jan 28, 2020
1 parent 499c027 commit 40ae1f0
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 @@ -24,7 +24,7 @@ export const IndexPatternsMissingPromptComponent = () => {
<>
<p>
<FormattedMessage
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}."
defaultMessage="To display map data, you must define SIEM indices ({defaultIndex}) and Kibana index patterns with matching 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 40ae1f0

Please sign in to comment.