[cisco_ftd] Add Pasrsing for Some Extra Fields#13957
[cisco_ftd] Add Pasrsing for Some Extra Fields#13957taylor-swanson merged 2 commits intoelastic:mainfrom
Conversation
Add parsing for and fields that was not mapped previously.
|
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
🚀 Benchmarks reportTo see the full report comment with |
|
💚 Build Succeeded
|
|
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
jrmolin
left a comment
There was a problem hiding this comment.
seems okay, but i don't see how the tcp moved to udp. please verify that
| "data_stream": { | ||
| "dataset": "cisco_ftd.log", | ||
| "namespace": "ep", | ||
| "namespace": "84072", |
There was a problem hiding this comment.
elastic-package sometimes select a new sample event randomly and the order itself isn't deterministic hence the changes related to the sample events and readme is intentional.
| }, | ||
| "input": { | ||
| "type": "tcp" | ||
| "type": "udp" |
There was a problem hiding this comment.
please verify this is also correct -- i don't see evidence of it.
| "hostname": "firepower" | ||
| }, | ||
| "input": { | ||
| "type": "tcp" |
So I've noticed that elastic-package will sometimes select a new sample event. Could be that the logic to select which event to use changed, or the order itself isn't deterministic, but either way, it's usually not an issue. I haven't reviewed the changes yet, but I almost always ignore changes to the sample event. |
taylor-swanson
left a comment
There was a problem hiding this comment.
LGTM
Regarding the sample event changes, seems like it just chose the UDP input one this time. Other field changes seem consistent with newer agent versions.
|
Package cisco_ftd - 3.9.0 containing this change is available at https://epr.elastic.co/package/cisco_ftd/3.9.0/ |
* Add parsing for EncryptPeerIP and VPN_Action fields.




Proposed Commit Message
Checklist
changelog.ymlfile.How to test this PR locally
Clone integrations repo.
Install the elastic package locally.
Start the elastic stack using the elastic package.
Move to integrations/packages/cisco_ftd directory.
Run the following command to run tests.
elastic-package test -vRelated issues