Skip to content

Commit 6dd589e

Browse files
fixes map index message (#56104) (#56194)
Co-authored-by: Elastic Machine <[email protected]>
1 parent a62cf99 commit 6dd589e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

x-pack/legacy/plugins/siem/public/components/embeddables/__snapshots__/index_patterns_missing_prompt.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/siem/public/components/embeddables/index_patterns_missing_prompt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const IndexPatternsMissingPromptComponent = () => {
2424
<>
2525
<p>
2626
<FormattedMessage
27-
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}."
27+
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}."
2828
id="xpack.siem.components.embeddables.indexPatternsMissingPrompt.errorDescription1"
2929
values={{
3030
defaultIndex: (

0 commit comments

Comments
 (0)