kibana/packages/kbn-discover-utils
Stratoula Kalafateli 87dc64e0bf
[ES|QL] Enable ESQL alerts from the Discover app (#165973)
## Summary

Enables the Alerts menu in Discover nav for the ES|QL mode and defaults
to ESQL alerts by carrying the query that the user has typed.

<img width="1621" alt="image"
src="5ffef9d1-179a-464a-8941-b6bf18b4f30f">

### Checklist

- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
2023-09-14 10:55:09 +03:00
..
src [ES|QL] Enable ESQL alerts from the Discover app (#165973) 2023-09-14 10:55:09 +03:00
index.ts [ES|QL] Technical preview in Discover and Dashboards (#146971) 2023-09-01 12:22:00 +03:00
jest.config.js
kibana.jsonc
package.json Move constants into @kbn/discover-utils (#162360) 2023-07-26 14:11:30 -07:00
README.md
tsconfig.json Move more shared utils into @kbn/discover-utils (#162096) 2023-07-20 11:07:38 -07:00
types.ts [UnifiedDocViewer] Move Discover doc viewer into plugin/package (#162847) 2023-08-31 11:46:59 -07:00

@kbn/discover-utils

This is the package contains extracting parts of Discover for the usage in other unified components. This are mainly shared types, utils and mocks.