kibana/x-pack/test/plugin_api_integration
Patrick Mueller f85b3898f6
[Event Log] add rel=primary to saved objects for query targets (#64615)
resolves https://github.com/elastic/kibana/issues/62668

Adds a property named `rel` to the nested saved objects in the event
documents, whose value should not be set, or set to `primary`.
The query by saved object function changes to only match event documents
with that saved objects if it has the `rel: primary` value.

This is used to limit searching alerting's executeAction event document
with only the alert saved object, and not the action saved object (this
document has an alert and action saved object). The alert saved object
has the `rel: primary` field set, and the action does not.  Previously,
those documents were returned with a query of the action saved object.
2020-04-30 00:27:51 -04:00
..
plugins [Event Log] add rel=primary to saved objects for query targets (#64615) 2020-04-30 00:27:51 -04:00
test_suites [Event Log] add rel=primary to saved objects for query targets (#64615) 2020-04-30 00:27:51 -04:00
config.ts add licensed feature usage API (#63549) 2020-04-28 09:39:57 +02:00
ftr_provider_context.d.ts
services.ts