Skip to content

Commit a0a0b32

Browse files
benskelkerBen Skelker
authored andcommitted
[SIEM] Improves map configuration text on Network page (#52469)
* updates SIEM network page maps conf message * corrects link atts * updated message * updated message again * finally * updates after feedback
1 parent 9ed3fe0 commit a0a0b32

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

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

Lines changed: 9 additions & 2 deletions
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: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,18 @@ export const IndexPatternsMissingPromptComponent = () => (
2121
<>
2222
<p>
2323
<FormattedMessage
24-
defaultMessage="An ECS compliant Kibana index pattern must be configured to view events on the map. When using {beats}, you can run the {setup} command on your hosts to automatically create the index patterns. For example: {example}."
24+
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}."
2525
id="xpack.siem.components.embeddables.indexPatternsMissingPrompt.errorDescription1"
2626
values={{
27+
defaultIndex: (
28+
<a
29+
href={`${chrome.getBasePath()}/app/kibana#/management/kibana/settings`}
30+
rel="noopener noreferrer"
31+
target="_blank"
32+
>
33+
{'siem:defaultIndex'}
34+
</a>
35+
),
2736
beats: (
2837
<a
2938
href={`${ELASTIC_WEBSITE_URL}guide/en/beats/libbeat/${DOC_LINK_VERSION}/getting-started.html`}
@@ -41,7 +50,7 @@ export const IndexPatternsMissingPromptComponent = () => (
4150

4251
<p>
4352
<FormattedMessage
44-
defaultMessage="You can also configure them manually in Kibana."
53+
defaultMessage="You can also configure index patterns manually in Kibana."
4554
id="xpack.siem.components.embeddables.indexPatternsMissingPrompt.errorDescription2"
4655
/>
4756
</p>

0 commit comments

Comments
 (0)