Command Usage: armor logging command [arguments...] The following arguments are possible parameters for the Logging CLI feature. This allows customers to manage filebeat modules on Virtual Machines. Command | Arguments | Result |
---|
- iis-enable
- apache-enable
- nginx-enable
|
| Enables filebeat IIS/apache/nginx. When run, module yml file will change from disabled state to enable state. | - iis-disable
- apache- disable
- nginx- disable
|
| Disables Filebeat IIS/apache/nginx. When run the module yml file will change from enable state to disable mode. | - iis-add-access-paths
- apache-add-access-paths
- nginx-add-access-paths
| path1, path2, path3 | Includes the argument paths in module yml file under the 'access_paths' section. | - iis-remove-access-paths
- apache-remove-access-paths
- nginx-remove-access-paths
| path1, path2, path3 | Removes the argument paths in module yml file under the 'access_paths' section. | - iis-add-error-paths
- apache-add-error-paths
- nginx-add-error-paths
| path1, path2, path3 | Includes the argument paths in module yml file under the 'error_paths' section. | - iis-remove-error-paths
- apache-remove-error-paths
- nginx-remove-error-paths
| path1, path2, path3 | Removes the argument paths in module yml file under the 'error_paths' section. Removes the argument paths in module yml file under the 'error_paths' section. | - iis-sync-config
- apache-sync-config
- nginx-sync-config
|
| The command sync the module yml file on vm with latest changes which are required. | - iis-describe-config
- apache-describe-config
- nginx-describe-config
|
| The command displays current access & error paths which are configured in module yml file. |
Users can add as many paths in a single command as needed by must be comma-separated.
Examples: Below is example usage for logging apache and similarly for iis and ngix module. Command Usage: armor logging apache-enable
armor logging apache-disable
armor logging apache-add-access paths <required paths needs to add here>
armor logging apache-remove-access paths <required paths needs to add here>
armor logging apache-add-error paths <required paths needs to add here>
armor logging apache-remove-error paths <required paths needs to add here>
armor logging apache-sync-config
armor logging apache-describe-config
|