warning: this list of endpoints was discovered empirically
in case you want to restrict Kibana access to read only, whitelist the following endpoints:
- GET
/app/kibana
- GET
/bundles/*
- GET
/plugins/*
- GET
/api/saved_objects/_find
- GET
/api/console/api_server
- POST
/api/saved_objects/_bulk_get
- POST
/elasticsearch/_msearch
or - less secure, but less errorprone - just block the following endpoints:
- all of /api/logstash/*
- all of /api/security/*
- all of
/api/saved_objects/*
except for- POST
/api/saved_objects/_bulk_get
- GET
/api/saved_objects/*
- POST
/api/console/proxy