-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Maps] allow embeddables to hide filtering controls #43703
Conversation
Pinging @elastic/kibana-gis |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
I tested this by adding hideFilterActions: true
to the Global Flights Dashboard saved object. The filter actions button disappeared. Nice!
* [Maps] allow embeddables to hide filtering controls * fix typos in embeddable docs
@nreese @nickpeihl How do I test this? Do I need to make code modifications or in kibana.yml? Thanks! |
This is an internal change that can be used by embeddable containers to disable filtering in the map. There is no way to enable this in the UI. It was put in place so SIEM could disable filters. In the end, SIEM was able to support filters. |
@nreese thank you very much!!!! |
fixes #43644
Also adds some documentation on map embeddable
cc @spong