-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIEM] Remove deprecated code from 8.0 #19039
Comments
Pinging @elastic/siem (Team:SIEM) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@andrewkroh is this issue still relevant for 8.0? |
Yes, this is relevant. I went through and checked the boxes for the ones that have been addressed, but the others still should be changed for 8.0. |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
@andrewkroh Is this coredns deprecation relevant here? If so, what else is required? |
@efd6 Yes, that looks relevant. I've added a bullet point to the description for this. I think what needs done is to remove those processors from the pipeline, remove the related fields from the _meta/fields.yml file, and then run |
@andrewkroh It mentions removing |
Yes, |
Removes the authentication_success and authentication_failure event.type values for user logins. Relates elastic#19039
* Remove tls.detailed.server_certificate and tls.detailed.client_certificate in favor of x509 fields in tls.server.x509 and tls.client.x509 respectively * Addresses part of elastic#19039
* Remove `hash.*` from Auditbeat file_integrity for 8.0 Relates elastic#19039 * Remove non-ECS event.type from Auditbeat auditd module Removes the authentication_success and authentication_failure event.type values for user logins. Relates elastic#19039
I looked through the Security Ingest modules/beats for comments and TODOs indicating that a change was needed for 8.0. This may not be an exhaustive list so if you know of change that should be made for 8.0 please add it hear.
Winlogbeat
Remove hash.* fields
beats/x-pack/winlogbeat/module/sysmon/config/winlogbeat-sysmon.js
Lines 428 to 429 in d11d609
Remove the eventlogging API reader implementation.
beats/winlogbeat/eventlog/eventlogging.go
Line 281 in d81ef73
Auditbeat
Remove auditd module event categories [Auditbeat] Field cleanup for 8.0 #28378
beats/auditbeat/module/auditd/audit_linux.go
Line 579 in bd7414d
Remove FIM
hash.*
fields [Auditbeat] Field cleanup for 8.0 #28378beats/auditbeat/module/file_integrity/event.go
Lines 308 to 309 in 56ba9d0
beats/auditbeat/module/file_integrity/event_test.go
Lines 318 to 320 in 56ba9d0
Packetbeat
version
andprovince
fields Remove deprecated TLS fields #28487beats/packetbeat/protos/tls/parse.go
Lines 574 to 575 in 00b41c3
beats/packetbeat/protos/tls/parse.go
Lines 607 to 608 in 00b41c3
detailed.client_certificate
anddetailed.server_certificate
in favor ofx509
fields Remove deprecated TLS fields #28487beats/packetbeat/protos/tls/tls.go
Lines 445 to 450 in 00b41c3
network_traffic
ECS category:beats/packetbeat/pb/event.go
Line 80 in 00b41c3
Filebeat
beats/x-pack/filebeat/module/coredns/log/ingest/pipeline-entry.yml
Lines 75 to 102 in 6e69b05
The text was updated successfully, but these errors were encountered: