-
Notifications
You must be signed in to change notification settings - Fork 107
VAULT-39930 Add certificate counters to license usage reporting #1147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAULT-39930 Add certificate counters to license usage reporting #1147
Conversation
Add mention of PKI certificate counts to the automated and manual license usage reporting docs.
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
content/vault/v1.21.x (rc)/content/docs/license/utilization/auto-reporting.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/docs/license/utilization/auto-reporting.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/docs/license/utilization/auto-reporting.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/docs/license/utilization/auto-reporting.mdx
Outdated
Show resolved
Hide resolved
content/vault/v1.21.x (rc)/content/docs/license/utilization/auto-reporting.mdx
Outdated
Show resolved
Hide resolved
| snapshot | ||
| - `snapshot_id` - A unique identifier for this particular snapshot | ||
| - `process_id` - An identifier for the system that produced this snapshot | ||
| - `timestamp` - The date and time for this snapshot |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `timestamp` - The date and time for this snapshot | |
| - `timestamp` - The date and time for the generated snapshot. |
| - `metrics` - A map of representations of snapshot metrics contained within | ||
| this snapshot | ||
| - `key` - The key name associated with this metric | ||
| - `kind` - The kind of metric (feature, counter, sum, or mean) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `kind` - The kind of metric (feature, counter, sum, or mean) | |
| - `kind` - The kind of metric (feature, counter, sum, or mean). |
| - `-message` `(string: "")` - Provide context about the conditions under | ||
| which the report was generated and submitted. This message is not included | ||
| in the license utilization bundle but will be included in the vault server | ||
| logs. (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - `-message` `(string: "")` - Provide context about the conditions under | |
| which the report was generated and submitted. This message is not included | |
| in the license utilization bundle but will be included in the vault server | |
| logs. (optional) | |
| - `-message` `(string: "")` - Provides context about the conditions under | |
| which Vault generated and submitted the report. Vault writes the | |
| context message to the server logs, but does not include the message | |
| in the license utilization bundle. |
Style correction: write in active voice
| historical snapshots. If no snapshots were persisted in the last 24 hrs, it | ||
| takes a snapshot and exports it to a bundle. (optional) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| historical snapshots. If no snapshots were persisted in the last 24 hrs, it | |
| takes a snapshot and exports it to a bundle. (optional) | |
| historical snapshots. Vault takes a snapshot and exports the snapshot | |
| to a bundle if it has not persisted a snapshot in the last 24 hrs. |
Style correction: write in active voice
content/vault/v1.21.x (rc)/content/docs/license/utilization/manual-reporting.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
|
@schavis Committed suggestions that were directly related to the content I edited, or where I felt comfortable changing without further research. Other changes, like "this snapshot", I won't make right now, as I'd need to do further research to confirm their accuracy (e.g., IIUC, there can be multiple snapshots within a single payload). These are marked as changes within this PR largely because of document-wide formatting but I didn't actually edit the content. |
@gsantos-hc Makes sense. "Ignore whitespace" was unchecked for some reason so it made it look like you had edited the whole page 🤦🏽♀️ |
🎫 VAULT-39930
Add mention of PKI certificate counts to the automated and manual license usage reporting docs.