accelo report application
The accelo report application
command in Pulse CLI is used to generate reports of missing data in Pulse. To use this command, the eventtail plugin must be enabled. When you execute the accelo reconfig cluster
command, this plugin is automatically enabled.
Before executing, verify if this command is compatible to the targeted Pulse version.
The syntax of the command is as follows.
accelo report application -i<interval in days> -c<clusterName> -t<mongoDB query timeout> -j<dump the report as a json file>
The various options are described as follows.
- -i: The interval within which you want to see the number of missing applications.
- -c: The cluster for which the report must be generated.
- -t: Sometimes, the mongoDB needs to be queried to fetch the required data. If the mongoDB connection times out, you must increase the value of this option.
- -j: Creates the JSON file of the report. CLI provides the location of this report.
Was this page helpful?