-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Filebeat] Fix Cisco ASA/FTD configs that used var.input syslog #30072
[Filebeat] Fix Cisco ASA/FTD configs that used var.input syslog #30072
Conversation
15a94b1
to
bc8f03b
Compare
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This pull request is now in conflicts. Could you fix it? 🙏
|
@Mergifyio rebase |
elastic#26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before.
bc8f03b
to
075eae9
Compare
✅ Branch has been successfully rebased |
This pull request is now in conflicts. Could you fix it? 🙏
|
#26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. (cherry picked from commit 3ddfd1f) # Conflicts: # x-pack/filebeat/module/cisco/asa/config/input.yml # x-pack/filebeat/module/cisco/ftd/config/input.yml
#26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. (cherry picked from commit 3ddfd1f)
#26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. (cherry picked from commit 3ddfd1f)
…) (#30327) #26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. (cherry picked from commit 3ddfd1f) Co-authored-by: Andrew Kroh <[email protected]>
… var.input syslog (#30326) * [Filebeat] Fix Cisco ASA/FTD configs that used var.input syslog (#30072) #26159 accidentally introduced a breaking change for existing users of Cisco ASA and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. (cherry picked from commit 3ddfd1f) Co-authored-by: Andrew Kroh <[email protected]>
and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before.
…d var.input syslog (#30325) * [Filebeat] Enable dynamic inputs (TCP) for Cisco syslog modules (#26159) - Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]> * [Filebeat] Fix Cisco ASA/FTD configs that used var.input syslog (#30072) and FTD that specified `var.input: syslog`. `syslog` was effectively an alias for the UDP input and the alias support was removed. This change allows `var.input: syslog` to continue working as it did before. Co-authored-by: Alex Resnick <[email protected]> Co-authored-by: Lee E. Hinman <[email protected]> Co-authored-by: Andrew Kroh <[email protected]>
What does this PR do?
#26159 accidentally introduced a breaking change for existing users of Cisco ASA
and FTD that specified
var.input: syslog
.syslog
was effectively an alias for the UDPinput and the alias support was removed.
This change allows
var.input: syslog
to continue working as it did before.Why is it important?
We don't want to introduce breaking changes.
Checklist
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues