[ti_*] Fix labels.is_ioc_transform_source values - #11231
Conversation
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
|
/test |
…make them false in transform destinations.
💚 Build Succeeded
History
|
|
|
Package ti_abusech - 2.3.3 containing this change is available at https://epr.elastic.co/search?package=ti_abusech |
|
Package ti_anomali - 1.22.3 containing this change is available at https://epr.elastic.co/search?package=ti_anomali |
|
Package ti_cif3 - 1.14.3 containing this change is available at https://epr.elastic.co/search?package=ti_cif3 |
|
Package ti_crowdstrike - 1.1.7 containing this change is available at https://epr.elastic.co/search?package=ti_crowdstrike |
|
Package ti_custom - 0.1.1 containing this change is available at https://epr.elastic.co/search?package=ti_custom |
|
Package ti_cybersixgill - 1.30.3 containing this change is available at https://epr.elastic.co/search?package=ti_cybersixgill |
|
Package ti_eclecticiq - 1.2.3 containing this change is available at https://epr.elastic.co/search?package=ti_eclecticiq |
|
Package ti_eset - 1.2.4 containing this change is available at https://epr.elastic.co/search?package=ti_eset |
|
Package ti_maltiverse - 1.2.3 containing this change is available at https://epr.elastic.co/search?package=ti_maltiverse |
|
Package ti_misp - 1.35.3 containing this change is available at https://epr.elastic.co/search?package=ti_misp |
|
Package ti_opencti - 2.3.4 containing this change is available at https://epr.elastic.co/search?package=ti_opencti |
|
Package ti_otx - 1.25.3 containing this change is available at https://epr.elastic.co/search?package=ti_otx |
|
Package ti_rapid7_threat_command - 2.0.3 containing this change is available at https://epr.elastic.co/search?package=ti_rapid7_threat_command |
|
Package ti_recordedfuture - 1.26.3 containing this change is available at https://epr.elastic.co/search?package=ti_recordedfuture |
|
Package ti_threatconnect - 1.2.3 containing this change is available at https://epr.elastic.co/search?package=ti_threatconnect |
|
Package ti_threatq - 1.28.3 containing this change is available at https://epr.elastic.co/search?package=ti_threatq |
The distinction between source and destination records was lost when elastic#11008 added a field definition for `labels.is_ioc_transform_source` to the destination indices with a value of `"true"`. Here it is restored by: - Moving `labels.is_ioc_transform_source` field definitions into separate files. - Setting the value to `"false"` in the transform destinations. - Incrementing transform version numbers so new destination indices will be built with correct values. - Adjusting dashboards to filter for not `"true"` rather than not exists. Security rules already filter for not `"true"`.
The distinction between source and destination records was lost when elastic#11008 added a field definition for `labels.is_ioc_transform_source` to the destination indices with a value of `"true"`. Here it is restored by: - Moving `labels.is_ioc_transform_source` field definitions into separate files. - Setting the value to `"false"` in the transform destinations. - Incrementing transform version numbers so new destination indices will be built with correct values. - Adjusting dashboards to filter for not `"true"` rather than not exists. Security rules already filter for not `"true"`.


Proposed commit message
Extra details
The relevant security rules can be seen here.
Dashboards using
existsqueries could be found with the following, but have all been removed:Checklist
changelog.ymlfile.Related issues