elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

[SIEM integration] Standardize SQL information #129

Open simitt opened 5 years ago

simitt commented 5 years ago

As layed out in the design doc information related to SQL queries could be interesting to integrate with the SIEM app. Required steps are:

simitt commented 5 years ago

Following database/sql specific information is currently collected:

Field indexed used by APM UI
span.type x  
span.subtype x  
span.name x  
span.action x  
span.db.link x  
span.db.instance    
span.db.statement   x
span.db.type   x
span.db.user    

Moving fields that are indexed or used by the Kibana UI to another field is considered to be a breaking change. Since this is the majority of the db related fields, moving the information to future ECS aligned fields would be a breaking change.