Skip to content

Commit a8d1792

Browse files
jakommojrodewig
andauthored
Adding note to IP filter docs to warn about some filters being inherited (#68955)
Adding a note to IP filter docs to warn that transport filters are inherited to http filters. Might be worth to also note that this behavior is not the same for http -> transport fixes #41790 Co-authored-by: James Rodewig <[email protected]>
1 parent 8abc3fb commit a8d1792

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/docs/en/security/using-ip-filtering.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ You configure IP filtering by specifying the `xpack.security.transport.filter.al
2323
`xpack.security.transport.filter.deny` settings in in `elasticsearch.yml`. Allow rules
2424
take precedence over the deny rules.
2525

26+
IMPORTANT: Unless explicitly specified, `xpack.security.http.filter.*` settings default to
27+
the corresponding `xpack.security.transport.filter.*` setting's value.
28+
2629
[source,yaml]
2730
--------------------------------------------------
2831
xpack.security.transport.filter.allow: "192.168.0.1"

0 commit comments

Comments
 (0)