-
Notifications
You must be signed in to change notification settings - Fork 456
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
[citrix_adc] Handle time zone parsing in sslvpn_and_aaatm_feature pipeline #10846
Conversation
…eline This has a few pipeline improvements * Fail if sslvpn_and_aaatm_feature message data cannot be parsed. If this data is not parsed, most data provided by this pipeline is silently not populated. So I think overall its better to fail, so that users and developers are more aware that there is an error. * Improve parsing of the message to handle optional space between username and group. Both formats have been observed. * Handle the presence of time zone in the message timestamp.
Pinging @elastic/sec-deployment-and-devices (Team:Security-Deployment and Devices) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
manifest needs to get updated as well? also this isn't a sec-deployment-and-devices integration?! or at least the .github/CODEOWNERS does not say so
I've updated the manifest. And yeah, I guess we don't own this. It seems like an integration we'd own, and I didn't check before working on it |
definitely no worries, I see no issue with that! just checking if my eyes were deceiving me. However this means even if I approve you know 🙂 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
cc @mjwolf |
Quality Gate passedIssues Measures |
Changes look good, but I noticed a spelling error: "received" is misspelled as "recieved" in some places while reviewing. But it is unrelated to the change made here. |
Package citrix_adc - 1.7.2 containing this change is available at https://epr.elastic.co/search?package=citrix_adc |
@mjwolf - The citrix_waf integration also does processing the logs for citrix_adc. Do you consider validating the scenario with the WAF integration as well? |
Proposed commit message
This has a few pipeline improvements
Checklist
changelog.yml
file.