- Notifications
You must be signed in to change notification settings - Fork 508
fix(cisco_ftd): handle optional spaces in message ID 113014 #14757
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
Merged
robester0403 merged 8 commits into elastic:main from robester0403:113014-cisco-ftd-grok-processor-failure Jul 31, 2025
Merged
fix(cisco_ftd): handle optional spaces in message ID 113014 #14757
robester0403 merged 8 commits into elastic:main from robester0403:113014-cisco-ftd-grok-processor-failure Jul 31, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
… between 'server =' and ip address
| Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
🚀 Benchmarks reportTo see the full report comment with |
* rename billing dashboard
- Ensure Ingress and Egress zone values are set to proper ECS fields - This will also allow the network.direction logic to work as intended
💚 Build Succeeded
History
|
|
taylor-swanson approved these changes Jul 31, 2025
| Package cisco_ftd - 3.9.2 containing this change is available at https://epr.elastic.co/package/cisco_ftd/3.9.2/ |
robester0403 added a commit to robester0403/integrations that referenced this pull request Aug 14, 2025
…14757) * FIX: changed grok processor to be able to handle any number of spaces between 'server =' and ip address * FIX: Added change log pr link * FIX: Added change log pr link * [Azure AI Foundry] Rename billing dashboard (elastic#14615) * rename billing dashboard * [Jamf Protect 3.1.0] New pipelines added and enhancements (elastic#14750) * Added support for the following new and upcoming events * network_connect * tcc_modify * pty_grant * pty_close * Enhanced existing events (only added fields, no breaking changes) * mount * remount * unmount * [cisco_ftd] Ensure observer zone fields are set (elastic#14748) - Ensure Ingress and Egress zone values are set to proper ECS fields - This will also allow the network.direction logic to work as intended --------- Co-authored-by: muthu-mps <101238137+muthu-mps@users.noreply.github.com> Co-authored-by: Thijs Xhaflaire <thijsxhaflaire31@hotmail.com> Co-authored-by: Taylor Swanson <90622908+taylor-swanson@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Pull request that fixes a bug issue Integration:cisco_ftd Cisco FTD Team:Security-Deployment and Devices DEPRECATED Deployment and Devices Security team [elastic/sec-deployment-and-devices]
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.




Fixed parsing of
113014message codesThere can possibly be an 2 spaces between the = and the ip address. This change allows for the parsing of the log if there is more than one space
Proposed commit message
Fixed parsing of
113014message codesChecklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots