mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
- Resolves https://github.com/elastic/kibana/issues/158173
Based on PoC https://github.com/elastic/kibana/pull/166260
## Summary
This PR adds a new "Saved Query Management" privilege with 2 options:
- `All` will override any per app privilege and will allow users to save
queries from any Kibana page
- `None` will default to per app privileges (backward-compatible option)
<img width="600" alt="Screenshot 2023-09-21 at 15 26 25"
src="
|
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
State containers examples
This example app shows how to:
- Use state containers to manage your application state
- Integrate with browser history or hash history routing
- Sync your state container with the URL
To run this example, use the command yarn start --run-examples
.