i am trying to configure ip filtering for my instance on elastic cloud. i want to block all unallowed ip addresses to my elasticsearch and kibana.
i tried to follow this guide: https://www.elastic.co/guide/en/elasticsearch/reference/current/ip-filtering.html
and edit User setting overrides on my data instance.
the error i get is: 'xpack.security.transport.filter.allow': is not allowed OR: 'xpack.security.transport.filter.enabled': is not allowed
what is the correct way to filter ip on elastic cloud?