Elena Stoeva
Elena Stoeva
Closes https://github.com/elastic/kibana/issues/181555 ## Summary This PR disables the `_source` field in the Mappings editor's advanced options when in serverless. **How to test:** 1. Start a serverless project. 2. Go to...
## Summary This PR adds the Shortcuts and the Help popovers to Console. In the Shortcuts panel, only the existing command shortcuts are displayed (additional ones will be added in...
WIP ## Summary https://github.com/user-attachments/assets/2d246e62-0e3b-4ffa-ba30-83638210890f With AI Assistant: Todo: - Remove extra padding to the side and at the bottom in the second (output) panel
Fixes https://github.com/elastic/kibana/issues/196331 ## Summary This PR fixes the bug in the Edit ds data retention modal where we were comparing the max retention period with an undefined `value` (now the...
Closes https://github.com/elastic/kibana/issues/208450 ## Summary This PR adds ESQL autocomplete support to Console. The ESQL suggestions are only displayed inside triple-quotes queries (`"query": """...`). **How to test:** 1. Open Kibana and...