Skip to content

Commit

Permalink
Update diagnostic callout message (#191074)
Browse files Browse the repository at this point in the history
Fixes #191073

---------

Co-authored-by: David Kilfoyle <[email protected]>
  • Loading branch information
jlind23 and kilfoyle authored Aug 26, 2024
1 parent 791f638 commit 2e131b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export const AgentDiagnosticsTab: React.FunctionComponent<AgentDiagnosticsProps>
<p>
<FormattedMessage
id="xpack.fleet.requestDiagnostics.calloutText"
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are periodically deleted via an ILM policy."
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."
/>
</p>
</EuiText>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const AgentRequestDiagnosticsModal: React.FunctionComponent<Props> = ({
<p>
<FormattedMessage
id="xpack.fleet.requestDiagnostics.description"
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. By default, files are periodically deleted via an ILM policy."
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."
/>
</p>
<p>
Expand Down

0 comments on commit 2e131b2

Please sign in to comment.