elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.69k stars 8.24k forks source link

Do not rely on `_source` for cloud_security_posture plugin queries in Kibana #198642

Open maxcold opened 4 weeks ago

maxcold commented 4 weeks ago

Motivation

While working on the AWS Security Hub integration Service Integration team pointed out a problem with the cloud_security_posture plugin relying on querying _source in Kibana, eg. for data grid queries. It has at least two consequences:

We need to stop relying on the _source field for queries and use the fields directly

Definition of done

Out of scope

Related tasks/epics

Team tag

@elastic/kibana-cloud-security-posture

maxcold commented 1 week ago

More context on why this is still important even if not required for 9.0 in here https://github.com/elastic/security-team/issues/10427#issuecomment-2468680312