Nomad
reporting Block in Agent Configuration
| Placement | reporting |
This page provides reference information for enabling automated license
utilization reporting in the reporting block of a Nomad agent configuration.
Enterprise
This feature requires Nomad Enterprise(opens in new tab).
Configuration applies to agents running with server mode enabled.
Refer to the Automated license utilization reporting guide for which ports to open and what data is shared.
reporting {
license {
enabled = true
}
snapshot_retention_time = "9600h"
}
reporting Parameters
license(license: default)- Configures automated license utilization reporting.snapshot_retention_time(string: "9600h")- Configures the maximum amount of time that Nomad retains a utilization reporting snapshot in the Nomad state store. You can export these snapshots with thenomad operator utilizationcommand.disable_product_usage_reporting(bool: false)- Specifies whether detailed product usage metrics should be disabled. Review the full list of metrics before disabling this option, and share any concerns you may have with your account manager.
license Block
enabled(bool: true)- Specifies whether automated license utilization reporting should be enabled and run. License utilization metrics are still gathered for offline reporting.