Conversation
|
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
|
The CI error is
Try |
andrewkroh
left a comment
There was a problem hiding this comment.
LGTM. Just one minor issue that I apologize for naming the way I did.
There was a problem hiding this comment.
| ignore_failure: true | |
| fail_on_error: false |
- update version to 0.3.5 - capture_loss - connection - dce_rpc, update ecs.yml - dhcp, update ecs.yml - dnp3, update ecs.yml - dns, update ecs.yml, fix type mismatch - dpd - files - http, update ecs.yml, fix path configuration - intel - irc - kerberos, update ecs.yml - modbus, update ecs.yml - mysql, update ecs.yml - notice - ntlm - pe - radius - rdp, update ecs.yml - rfb - sip - smb_cmd - smb_files - smb_mapping - smtp - snmp - socks - ssh - ssl, update ecs.yml - stats - traceroute - tunnel - weird - x509, update ecs.yml
- fix indentation in fields files - fix "fail_on_error" option in dns
c28ea46 to
ffe02cb
Compare
| - registered_domain: | ||
| ignore_missing: true | ||
| ignore_failure: true | ||
| fail_on_error: false |
There was a problem hiding this comment.
This one was correct with the use of ignore_failure: true.
Fix usages of ignore_failure with convert processor. Make DNS transaction ID a string. elastic/integrations#448
* Sync changes to AWS CloudTrail elastic/integrations#408 * Sync changes to CheckPoint Firewall Change type of event.severity. elastic/integrations#409 * Sync changes from Cisco ASA / FTD elastic/integrations#414 * Sync changes from Cisco IOS Make icmp and igmp fields strings because they are keywords. elastic/integrations#416 * Sync changes to CrowdStrike Falcon Fix some field types. elastic/integrations#377 * Sync changes to Fortinet Firewall Drop assignip if the value is "N/A". elastic/integrations#437 * Sync changes to Juniper SRX Convert event.risk values to float Protect against missing event.timezone Convert event.severity to long. elastic/integrations#443 * Sync changes to Suricata EVE Convert suricata.eve.flow_id to string because the field is a keyword in the mapping. elastic/integrations#457 * Sync changes to Zeek DNS Fix usages of ignore_failure with convert processor. Make DNS transaction ID a string. elastic/integrations#448 * Add changelog
* Sync changes to AWS CloudTrail elastic/integrations#408 * Sync changes to CheckPoint Firewall Change type of event.severity. elastic/integrations#409 * Sync changes from Cisco ASA / FTD elastic/integrations#414 * Sync changes from Cisco IOS Make icmp and igmp fields strings because they are keywords. elastic/integrations#416 * Sync changes to CrowdStrike Falcon Fix some field types. elastic/integrations#377 * Sync changes to Fortinet Firewall Drop assignip if the value is "N/A". elastic/integrations#437 * Sync changes to Juniper SRX Convert event.risk values to float Protect against missing event.timezone Convert event.severity to long. elastic/integrations#443 * Sync changes to Suricata EVE Convert suricata.eve.flow_id to string because the field is a keyword in the mapping. elastic/integrations#457 * Sync changes to Zeek DNS Fix usages of ignore_failure with convert processor. Make DNS transaction ID a string. elastic/integrations#448 * Add changelog (cherry picked from commit bf46572)
#24077) * Sync fixes from Integration Package Testing (#23424) * Sync changes to AWS CloudTrail elastic/integrations#408 * Sync changes to CheckPoint Firewall Change type of event.severity. elastic/integrations#409 * Sync changes from Cisco ASA / FTD elastic/integrations#414 * Sync changes from Cisco IOS Make icmp and igmp fields strings because they are keywords. elastic/integrations#416 * Sync changes to CrowdStrike Falcon Fix some field types. elastic/integrations#377 * Sync changes to Fortinet Firewall Drop assignip if the value is "N/A". elastic/integrations#437 * Sync changes to Juniper SRX Convert event.risk values to float Protect against missing event.timezone Convert event.severity to long. elastic/integrations#443 * Sync changes to Suricata EVE Convert suricata.eve.flow_id to string because the field is a keyword in the mapping. elastic/integrations#457 * Sync changes to Zeek DNS Fix usages of ignore_failure with convert processor. Make DNS transaction ID a string. elastic/integrations#448 * Add changelog (cherry picked from commit bf46572)
What does this PR do?
Add system tests to zeek package and bump version to 0.3.5
Specific changes to data_streams were:
Checklist
How to test this PR locally
Related issues