mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[Search] Use filter to bulk find (#85551)
* Use filter to bulk find
* Update x-pack/plugins/data_enhanced/server/search/session/session_service.ts
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Dashboard in space test
* Add warning on update failure
* fix merge
* Added functional test for sessions in space
* snapshot
* test cleanup
* Update src/plugins/data/common/es_query/kuery/node_types/node_builder.ts
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
* Revert "Update src/plugins/data/common/es_query/kuery/node_types/node_builder.ts"
This reverts commit 4b7e781fe6
.
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
2066b3d7ca
commit
5be169a4fc
14 changed files with 771 additions and 45 deletions
|
@ -28,7 +28,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
|
|||
app: ['discover', 'kibana'],
|
||||
catalogue: ['discover'],
|
||||
savedObject: {
|
||||
all: ['search', 'query', 'index-pattern'],
|
||||
all: ['search', 'query', 'index-pattern', 'background-session'],
|
||||
read: [],
|
||||
},
|
||||
ui: ['show', 'save', 'saveQuery'],
|
||||
|
@ -156,6 +156,7 @@ export const buildOSSFeatures = ({ savedObjectTypes, includeTimelion }: BuildOSS
|
|||
'lens',
|
||||
'map',
|
||||
'tag',
|
||||
'background-session',
|
||||
],
|
||||
},
|
||||
ui: ['createNew', 'show', 'showWriteControls', 'saveQuery'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue