-
Notifications
You must be signed in to change notification settings - Fork 464
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
[Cisco Secure Endpoint] Parse additional fields to ECS #5352
Comments
pinging @elasticmachine |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
host.ip
and host.mac
fields are not being parsed out of the messages
host.ip
and host.mac
fields are not being parsed out of the messages
@MakoWish do you need anything for this to be ready for review? We would like it in production, and it looks great :) |
Hi @LaZyDK , I am having an issue with setting the |
I just created another pull request for this integration for cleaner data #6419. |
There are additional fields in the Cisco Secure Endpoint events that can be parsed into ECS fields. Some examples are:
cisco.secure_endpoint.computer.network_addresses
-->host.ip
andhost.mac
cisco.secure_endpoint.computer.connector_guid
-->host.id
cisco.secure_endpoint.error.description
-->error.message
cisco.secure_endpoint.error.error_code
-->error.code
cisco.secure_endpoint.group_guids
-->group.id
Thank you,
Eric
The text was updated successfully, but these errors were encountered: