Skip to content

Commit 866656f

Browse files
committed
25254: Rename rsa.misc.hardware_id to observer.serial_number
1 parent f1fea95 commit 866656f

File tree

5 files changed

+419
-408
lines changed

5 files changed

+419
-408
lines changed

CHANGELOG.next.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -852,6 +852,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
852852
- Add `awsfargate` module to collect container logs from Amazon ECS on Fargate. {pull}25041[25041]
853853
- New module `cyberarkpas` for CyberArk Privileged Access Security audit logs. {pull}24803[24803]
854854
- Add `uri_parts` processor to Apache, Nginx, IIS, Traefik, S3Access, Cisco, F5, Fortinet, Google Workspace, Imperva, Microsoft, Netscout, O365, Sophos, Squid, Suricata, Zeek, Zia, Zoom, and ZScaler modules ingest pipelines. {issue}19088[19088] {pull}24699[24699]
855+
- Rename `rsa.misc.hardware_id` to `observer.serial_number` for `fortinet.fortimail` and `fortinet.fortimanager` modules. {issue}25254[25254] {pull}25356[25356]
855856

856857
*Heartbeat*
857858

x-pack/filebeat/module/fortinet/fortimail/ingest/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ processors:
1010
- user_agent:
1111
field: user_agent.original
1212
ignore_missing: true
13+
# Serial Number
14+
- rename:
15+
field: rsa.misc.hardware_id
16+
target_field: observer.serial_number
17+
ignore_missing: true
1318
# IP Geolocation Lookup
1419
- geoip:
1520
field: source.ip

0 commit comments

Comments
 (0)