Skip to content

Commit

Permalink
[Fleet] Remove text saying file uploads are deleted after 30 days (#1…
Browse files Browse the repository at this point in the history
…53499)

## Summary

We are having to remove the ILM policies that delete data after 30 days
from 8.7.0 in elastic/elasticsearch#94651, so
removing this text as well: "Fleet will automatically remove old
diagnostics files after 30 days."

How they look now:
<img width="769" alt="Screenshot 2023-03-22 at 20 57 40"
src="https://user-images.githubusercontent.com/3315046/227036926-29a12823-002f-483d-8ead-5bf759bdb7d4.png">
<img width="1247" alt="Screenshot 2023-03-22 at 20 57 33"
src="https://user-images.githubusercontent.com/3315046/227036928-1dd4ae35-8d9d-4630-a769-33b943d19269.png">
  • Loading branch information
hop-dev authored Mar 22, 2023
1 parent 8433928 commit a3fa269
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 @@ -249,7 +249,7 @@ export const AgentDiagnosticsTab: React.FunctionComponent<AgentDiagnosticsProps>
>
<FormattedMessage
id="xpack.fleet.requestDiagnostics.calloutText"
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs. Fleet will automatically remove old diagnostics files after 30 days."
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs."
/>
</EuiCallOut>
</EuiFlexItem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,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. Fleet will automatically remove old diagnostics files after 30 days."
defaultMessage="Diagnostics files are stored in Elasticsearch, and as such can incur storage costs."
/>
</p>
</EuiConfirmModal>
Expand Down

0 comments on commit a3fa269

Please sign in to comment.