Skip to content

Fix case sensitive example #8317

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

Open
wants to merge 1 commit into
base: 4.11
Choose a base branch
from
Open

Fix case sensitive example #8317

wants to merge 1 commit into from

Conversation

milliams
Copy link

The field name for discard_regex is case sensitive and the example usage does not match the JSON sample.

In the JSON sample, the field is called principalId but the text and the code snippet refer to it as principalID. In reality, AWS logs use the principalId format so this updates the docs to match this.

If someone were to use the example as it is then the events would not be discarded.

Documentation compilation

  • Verified that documentation compiles without warnings.

Changelog

  • Updated CHANGELOG.md.

discard_regex is case sensitive and the example usage does match the JSON sample.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant