-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
changing vault.audit.log_response_failure metric doc #26038
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gerardma77
added
docs
website
Code changes specifically for the docs website
pr/no-changelog
backport/1.15.x
labels
Mar 19, 2024
github-actions
bot
added
the
hashicorp-contributed-pr
If the PR is HashiCorp (i.e. not-community) contributed
label
Mar 19, 2024
CI Results: |
Build Results: |
gerardma77
changed the title
changing log_response_failure metric doc
changing vault.audit.log_response_failure metric doc
Mar 19, 2024
kubawi
reviewed
Mar 19, 2024
website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx
Outdated
Show resolved
Hide resolved
…ponse_failure.mdx Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
schavis
approved these changes
Mar 22, 2024
This was referenced Mar 25, 2024
schavis
pushed a commit
that referenced
this pull request
May 3, 2024
* changing log_response_failure metric doc * Update website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com> --------- Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com>
schavis
added a commit
that referenced
this pull request
May 8, 2024
…26800) * Fix "auto unseal" case inconsistency (#25119) There was inconsistency in the capitalization of auto unseal in this doc. The initial heading had it right. It shouldn't be capitalized according to the documentation style guidance for feature capitalization. Also, high availability doesn't need to be capitalized. Change warning to tag syntax so it's clear what should be part of the aside --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> * Update events.mdx (#25835) Added missing ' to the command at the end * changing vault.audit.log_response_failure metric doc (#26038) * changing log_response_failure metric doc * Update website/content/partials/telemetry-metrics/vault/audit/log_response_failure.mdx Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com> --------- Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com> * Documentation: WAF: add merkle-check documentation (#25743) * Documentation: WAF: add merkle-check documentation - Update Enterprise / Replication navigation - Move Replication page to Overview - Add Check for Merkle tree corruption page * Update website/content/docs/enterprise/replication/check-merkle-tree-corruption.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/replication/check-merkle-tree-corruption.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/replication/check-merkle-tree-corruption.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> * Update website/content/docs/enterprise/replication/check-merkle-tree-corruption.mdx Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> --------- Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: CJ <105300705+cjobermaier@users.noreply.github.com> --------- Co-authored-by: Mitch Pronschinske <mpronschinske@hashicorp.com> Co-authored-by: preetibhat6 <139800125+preetibhat6@users.noreply.github.com> Co-authored-by: gerardma77 <115136373+gerardma77@users.noreply.github.com> Co-authored-by: Kuba Wieczorek <kuba.wieczorek@hashicorp.com> Co-authored-by: Brian Shumate <brianshumate@users.noreply.github.com> Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by: CJ <105300705+cjobermaier@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
docs
hashicorp-contributed-pr
If the PR is HashiCorp (i.e. not-community) contributed
pr/no-changelog
pr/no-milestone
website
Code changes specifically for the docs website
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've changed the description for the vault.audit.log_response_failure metric from:
Number of audit log request failures across all devices
into:
Number of audit log response failures across all devices
I've changed the explanation from:
A non-zero value for vault.audit.log_response_failure indicates that one of the configured audit log devices failed to respond to Vault. If Vault cannot properly audit a request, or the response to a request, the original request will fail.
into:
A non-zero value for vault.audit.log_response_failure indicates that all of the configured audit log devices failed to respond to Vault. If Vault cannot properly audit a request, or the response to a request, the original request will fail.