Skip to content

Commit 2e131b2

Browse files
jlind23kilfoyle
andauthored
Update diagnostic callout message (#191074)
Fixes #191073 --------- Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
1 parent 791f638 commit 2e131b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • x-pack/plugins/fleet/public/applications/fleet/sections/agents
    • agent_details_page/components/agent_diagnostics
    • components/agent_request_diagnostics_modal

x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_details_page/components/agent_diagnostics/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export const AgentDiagnosticsTab: React.FunctionComponent<AgentDiagnosticsProps>
301301
<p>
302302
<FormattedMessage
303303
id="xpack.fleet.requestDiagnostics.calloutText"
304-
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are periodically deleted via an ILM policy."
304+
defaultMessage="Consider changing the log level to debug before requesting a diagnostic. Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are deleted periodically through an ILM policy."
305305
/>
306306
</p>
307307
</EuiText>

x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_request_diagnostics_modal/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const AgentRequestDiagnosticsModal: React.FunctionComponent<Props> = ({
125125
<p>
126126
<FormattedMessage
127127
id="xpack.fleet.requestDiagnostics.description"
128-
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are periodically deleted via an ILM policy."
128+
defaultMessage="Consider changing the log level to debug before requesting a diagnostic. Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are deleted periodically through an ILM policy."
129129
/>
130130
</p>
131131
<p>

0 commit comments

Comments
 (0)