Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 892 Bytes

tiup-component-cluster-audit-cleanup.md

File metadata and controls

37 lines (25 loc) · 892 Bytes
title
tiup cluster audit cleanup

tiup cluster audit cleanup

The tiup cluster audit cleanup command is used to clean up the logs generated in executing the tiup clustercommand.

Syntax

tiup cluster audit cleanup [flags]

Options

--retain-days

  • Specifies the days for which logs are retained.
  • Data type: INT
  • Default value: 60, in the unit of day.
  • By default, logs generated within the last 60 days are retained, which means logs generated before 60 days are removed.

-h, --help

  • Prints the help information.
  • Data type: BOOLEAN
  • Default value: false
  • To enable this option, you can add this option to the command, and pass the true value or do not pass any value.

Output

clean audit log successfully

<< Back to the previous page - TiUP Cluster command list