-
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
[meta] Update to ECS 1.2 to 1.4 #13940
Comments
Is this on track for 7.5 FF? |
We also need to govendor for |
Pinging @elastic/siem (Team:SIEM) |
The new Winlogbeat 7.6.0 publishes events that claim to be ECS 1.4.0.
I thought I'd report that here, or should i create a post on discuss.elastic.co? |
Thanks for the report @nemhods. Reporting here is enough, and the adoption of ECS 1.4 among Beats is still in-progress targetting 7.7, so I hope we'll solve this by then. |
Checking in on this issue. The more we follow ECS, the simpler it is for our rules to work across multiple data sources. Otherwise, we have to Update: I just checked and saw that both values are currently populated, which works fine. If @randomuserid finds more inconsistencies, I'll have him add them here. |
Yes, the fields are arrays primarily to support events that fall into multiple categories. But the array fields also let us keep bwc with the earlier values, prior to releasing the official list. 👍 |
ECS 1.2 has been released with these changes. Beats should be updated where possible.
ECS Changes (copied from changelog)
threat.*
fields to apply a taxonomy to events and alerts.log.*
to allow for full Syslog mapping.package.*
to installed software packages.registered_domain
tourl
,source
,destination
,client
, andserver
.top_level_domain
field tourl
,dns.question
,source
,destination
,client
, andserver
.group.domain
field.url.extension
.observer.name
andobserver.product
.dns.question.subdomain
field.error.stack_trace
field.log.origin.file.name
,log.origin.function
andlog.origin.file.line
fields.service.node.name
to allow distinction between different nodes of the same service running on the same host.error.type
field.Changes to Beats
Import latest ECS fields.yml to libbeat/_meta. Add ECS 1.2.0 fields.ecs.yml #14052
beat export template
for each Beat.Update Auditbeat system/package metricset with new package fields.
Add
dns.question.top_level_domain
.Syslog fields
TLS fields to Filebeat filesets [Filebeat] Add ECS TLS fields to existing filesets #15757
Upgrade activemq module to ECS 1.4 [Filebeat] Upgrade activemq module to ECS 1.4 #16151
Update apache module to support ECS 1.4 [Filebeat] Update apache/access fileset to support ECS 1.4 fields #16032
Upgrade auditd module to ECS 1.4 [Filebeat] Upgrade auditd module to ECS 1.4 #16153
Upgrade aws module to ECS 1.4 [Filebeat] Upgrade aws module to ECS 1.4 #16154
Upgrade azure module to ECS 1.4 [Filebeat] Upgrade azure module to ECS 1.4 #16155
Upgrade cef module to ECS 1.4 [Filebeat] Upgrade cef module to ECS 1.4 #16157
Update cisco module to ECS 1.4 [Filebeat] Update cisco module to ECS 1.4 #16028
Update elasticsearch module to ECS 1.4 [Filebeat] Upgrade elasticsearch module to ECS 1.4 #16160
Update envoyproxy module to ECS 1.4 [Filebeat] Upgrade envoyproxy module to ECS 1.4 #16161
Update googlecloud module to ECS 1.4 [Filebeat] Upgrade googlecloud module to ECS 1.4 #16030
Update haproxy module to ECS 1.4 [Filebeat] Upgrade haproxy module to ECS 1.4 #16162
Update ibmmq module to ECS 1.4 [Filebeat] Upgrade ibmmq module to ECS 1.4 #16163
Update icinga module to ECS 1.4 [Filebeat] Upgrade icinga module to ECS 1.4 #16164
Update iis module to ECS 1.4 [Filebeat] Upgrade iis module to ECS 1.4 #16165
Update iptables module to ECS 1.4 [Filebeat] Upgrade iptables module to ECS 1.4 #16166
Update kafka module to ECS 1.4 [Filebeat] Upgrade kafka module to ECS 1.4 #16167
Update kibana module to ECS 1.4 [Filebeat] Upgrade kibana module to ECS 1.4 #16168
Update logstash module to ECS 1.4 [Filebeat] Upgrade logstash module to ECS 1.4 #16169
Update misp module to ECS 1.4 [Filebeat] Upgrade misp module to ECS 1.4 #16026
Update mongodb module to ECS 1.4 [Filebeat] Upgrade mongodb module to ECS 1.4 #16170
Update mssql module to ECS 1.4 [Filebeat] Upgrade mssql module to ECS 1.4 #16171
Update mysql module to ECS 1.4 [Filebeat] Upgrade mysql module to ECS 1.4 #16172
Update nats module to ECS 1.4 [Filebeat] Upgrade nats module to ECS 1.4 #16173
Update netflow module to ECS 1.4 [Filebeat][Netflow] Populate new ECS fields for netflow #16135
Update nginx module to ECS 1.4 [Filebeat] Upgrade nginx module to ECS 1.4 #16174
Update osquery module to ECS 1.4 [Filebeat] Upgrade osquery module to ECS 1.4 #16176
Update panw module to ECS 1.4 [Filebeat] Upgrade panw module to ECS 1.4 #16025
Update postgresql module to ECS 1.4 [Filebeat] Upgrade postgresql module to ECS 1.4 #16177
Update rabbitmq module to ECS 1.4 [Filebeat] Upgrade rabbitmq module to ECS 1.4 #16178
Update redis module to ECS 1.4 [Filebeat] Upgrade redis module to ECS 1.4 #16179
Update santa module to ECS 1.4 [Filebeat] Upgrade santa module to ECS 1.4 #16180
Update suricata module to ECS 1.4 [Filebeat] Upgrade suricata module to ECS 1.4 #16181
Update system module to ECS 1.4 [Filebeat] Upgrade system module to ECS 1.4 #16031
Update traefik module to ECS 1.4 [Filebeat] Upgrade traefik module to ECS 1.4 #16183
Update zeek module to ECS 1.4 [Filebeat] Update zeek module to ECS 1.4 #16029
Please add addition things that need updated.
Make sure modules populate
source.address
anddestination.address
any time thesource/destination.ip
field is used to allow for default field searches on IPs to work.Update Auditbeat network.direction values. [Auditbeat] auditd network.direction should use inbound/outbound #12445
Add
file.extension
to Auditbeat FIM. [Auditbeat] Add file.extension field #7138ECS 1.3 Changes
ECS 1.4 Changes
The text was updated successfully, but these errors were encountered: