-
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
Update Beats to ECS 1.8.0 #23465
Update Beats to ECS 1.8.0 #23465
Commits on Feb 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c9d51a4 - Browse repository at this point
Copy the full SHA c9d51a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6b885 - Browse repository at this point
Copy the full SHA 1d6b885View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc89c23 - Browse repository at this point
Copy the full SHA fc89c23View commit details -
Fix packetbeat's test after ECS update
Upgrading ECS Go definitions to 1.8 caused Packetbeat's HTTP event_test to fail due to a couple of new ECS fields introduced in v1.7 not being expected. Those are: - request.mime_type - response.mime_type Packetbeat doesn't actually fill those fields. That task is acomplished by the detect_mime_type processor.
Configuration menu - View commit details
-
Copy full SHA for 58c1b12 - Browse repository at this point
Copy the full SHA 58c1b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1670c8 - Browse repository at this point
Copy the full SHA e1670c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 394d596 - Browse repository at this point
Copy the full SHA 394d596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 795e788 - Browse repository at this point
Copy the full SHA 795e788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 376b26f - Browse repository at this point
Copy the full SHA 376b26fView commit details
Commits on Feb 2, 2021
-
Add os.type field from ECS 1.8 (#23513)
Adds the host.os.type field introduced by ECS 1.8.0. Possible values for this field are: - linux - macos - unix - windows The field will be missing for OSes not in the list. Related #23118
Configuration menu - View commit details
-
Copy full SHA for d8cfad6 - Browse repository at this point
Copy the full SHA d8cfad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0522fec - Browse repository at this point
Copy the full SHA 0522fecView commit details
Commits on Feb 3, 2021
-
[ECS] Winlogbeat ecs 1.8 changes (#23563)
* User enhancements for powershell module * User enhancements for security and sysmon module * Add registry category to events * Add session category to events * Set target group when possible
Configuration menu - View commit details
-
Copy full SHA for cd4bcb2 - Browse repository at this point
Copy the full SHA cd4bcb2View commit details -
[Journalbeat][ecs] Journalbeat ecs 1.8 (#23737)
* Improve ECS mappings and upgrade to ecs 1.8 * Run mage update
Configuration menu - View commit details
-
Copy full SHA for ee8edd0 - Browse repository at this point
Copy the full SHA ee8edd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1685e84 - Browse repository at this point
Copy the full SHA 1685e84View commit details
Commits on Feb 4, 2021
-
[ECS][Filebeat] Gsuite/Google Workspace ECS 1.8 (#23709)
* Add new ECS user and categories features to google_workspace/gsuite * Update CHANGELOG.next.asciidoc Co-authored-by: Adrian Serrano <adrisr83@gmail.com> Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d45c3f - Browse repository at this point
Copy the full SHA 0d45c3fView commit details -
[ECS] Packetbeat ecs 1.8 (#23783)
* Packetbeat changes for ECS 1.8 * Remove unused parameter
Configuration menu - View commit details
-
Copy full SHA for d837c3e - Browse repository at this point
Copy the full SHA d837c3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60ac401 - Browse repository at this point
Copy the full SHA 60ac401View commit details
Commits on Feb 8, 2021
-
Update Auditbeat auditd module to ECS 1.8 (#23594)
Updates Auditbeat to new ECS 1.8. - Support new user/group fields provided by go-libaudit. - Support AUDIT_LOGIN. - Adds golden file tests to auditd. - Updates elastic/go-libaudit dependency to v2.2.0.
Configuration menu - View commit details
-
Copy full SHA for c51272d - Browse repository at this point
Copy the full SHA c51272dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005266e - Browse repository at this point
Copy the full SHA 005266eView commit details -
Update filebeat auditd module to ECS 1.8 (#23723)
Update the auditd module in Filebeat to apply the same ECS enrichments as Auditbeat / go-libaudit. This is achieved by an autogenerated processor that performs the enrichments defined in go-libaudit's normalizations.yaml.
Configuration menu - View commit details
-
Copy full SHA for 5e868f8 - Browse repository at this point
Copy the full SHA 5e868f8View commit details -
Update Microsoft module to ECS 1.8 (#23897)
- Update microsoft/defender_atp to ECS 1.8 This copies host.user.* fields into user.* as host.user is deprecated starting ECS 1.8. - Update microsoft/m365_defender to ECS 1.8 Deprecate host.user fields.
Configuration menu - View commit details
-
Copy full SHA for 40c47b9 - Browse repository at this point
Copy the full SHA 40c47b9View commit details -
Update o365 module to ECS 1.8 (#23896)
- Updates the o365 pipeline to populate user and group added messages. - file input: Properly report JSON decoding errors
Configuration menu - View commit details
-
Copy full SHA for ac2de72 - Browse repository at this point
Copy the full SHA ac2de72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d31953 - Browse repository at this point
Copy the full SHA 3d31953View commit details
Commits on Feb 9, 2021
-
Upgrade cef to ecs 1.8.0. (#23832)
Co-authored-by: Adrian Serrano <adrisr83@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0f50842 - Browse repository at this point
Copy the full SHA 0f50842View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2980d - Browse repository at this point
Copy the full SHA fa2980dView commit details -
[ECS] Zeek upgrade to ecs 1.8.0 (#23847)
* Change ecs version to 1.8.0 * Add ecs mappings to http and mysql filesets
Configuration menu - View commit details
-
Copy full SHA for 8cb2be2 - Browse repository at this point
Copy the full SHA 8cb2be2View commit details -
Update Filebeat azure module to ECS 1.8 (#23927)
Updates azure module to add some extra ECS fields: - event.original - user.email - related.ip - related.user
Configuration menu - View commit details
-
Copy full SHA for 696c30c - Browse repository at this point
Copy the full SHA 696c30cView commit details -
Update Filebeat aws/s3access dataset to ECS 1.8 (#23920)
Update the s3access dataset. There's nothing ECS 1.8 in particular. This adds: - event.category: "web" - event.type: "access" - event.original - http.request.method - http.response.body.bytes - http.version - url.original (http request URI) Fixes: - event.duration needed to be converted to nanoseconds (was milliseconds)
Configuration menu - View commit details
-
Copy full SHA for c957e58 - Browse repository at this point
Copy the full SHA c957e58View commit details
Commits on Feb 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80123fb - Browse repository at this point
Copy the full SHA 80123fbView commit details -
Filebeat: Update aws/cloudtrail dataset to ECS 1.8 (#23911)
Updates aws/cloudtrail to map multiuser events to ECS 1.8.
Configuration menu - View commit details
-
Copy full SHA for 0b27310 - Browse repository at this point
Copy the full SHA 0b27310View commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a68ad55 - Browse repository at this point
Copy the full SHA a68ad55View commit details -
Update mysqlenterprise module to ECS 1.8 (#23978)
Updates mysqlenterprise: - Improve related.* field mapping. - Populate event.original. - Generate iam user creation and deletion from CREATE USER and DROP USER.
Configuration menu - View commit details
-
Copy full SHA for 52b7fd0 - Browse repository at this point
Copy the full SHA 52b7fd0View commit details -
Update sophos/xg to ECS 1.8 (#23967)
Updates sophos/xg ECS mappings: - populate related.hosts. - avoid duplicates in related fields. - set user.name for authentications.
Configuration menu - View commit details
-
Copy full SHA for 35b196b - Browse repository at this point
Copy the full SHA 35b196bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b050cd0 - Browse repository at this point
Copy the full SHA b050cd0View commit details -
Update all Beats to report ECS version 1.8.0 (#23992)
* Set ecs.version to 1.8.0 on all x-pack/filebeat modules * set ecs.version to 1.8.0 on all filebeat modules * Set ECS version to 1.8.0 in Winlogbeat * Set ECS version to 1.8.0 in heartbeat * Set ECS version 1.8.0 in metricbeat
Configuration menu - View commit details
-
Copy full SHA for 632408c - Browse repository at this point
Copy the full SHA 632408cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8f8c87 - Browse repository at this point
Copy the full SHA e8f8c87View commit details
Commits on Feb 12, 2021
-
[ecs] Upgrade okta to ecs 1.8.0 and move js processor to ingest pipel…
…ine (#23929) * Upgrade okta to ecs 1.8.0 and move js processor to ingest pipeline * Add description field and set _id properly
Configuration menu - View commit details
-
Copy full SHA for ee269f0 - Browse repository at this point
Copy the full SHA ee269f0View commit details -
Update zoom module to ECS 1.8 (#23904)
Updates zoom pipeline with new ECS 1.8 mappings (multiuser). Fixes a couple of issues with the existing module: - user events: missing mapping for event.category (wrongly mapped to event.type). - chat_channel events: fixed an error in the pipeline that caused some events to be dropped on ingestion.
Configuration menu - View commit details
-
Copy full SHA for c4b6fd2 - Browse repository at this point
Copy the full SHA c4b6fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c884ad - Browse repository at this point
Copy the full SHA 4c884adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b415d6 - Browse repository at this point
Copy the full SHA 9b415d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65aa885 - Browse repository at this point
Copy the full SHA 65aa885View commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d67a7dd - Browse repository at this point
Copy the full SHA d67a7ddView commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7eb07ca - Browse repository at this point
Copy the full SHA 7eb07caView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94a9ad - Browse repository at this point
Copy the full SHA b94a9adView commit details