mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
95cc0fc9af
commit
6282618cce
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ exports[`IndexPatternsMissingPrompt renders correctly against snapshot 1`] = `
|
|||
<React.Fragment>
|
||||
<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={
|
||||
Object {
|
||||
|
|
|
@ -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: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue