Merge pull request #7638 from hashicorp/audit-docs-queryparams
add note about query params for filtering
This commit is contained in:
commit
476ca7e7b6
|
@ -127,6 +127,8 @@ logging as well as reducing the amount of events generated.
|
||||||
|
|
||||||
`endpoints`, `stages`, and `operations` support [globbed pattern](https://github.com/ryanuber/go-glob/blob/master/README.md#example) matching.
|
`endpoints`, `stages`, and `operations` support [globbed pattern](https://github.com/ryanuber/go-glob/blob/master/README.md#example) matching.
|
||||||
|
|
||||||
|
Query parameters are ignored when evaluating filters.
|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
audit {
|
audit {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue