-
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
Update Filebeat's Cisco > ASA config to reflect UDP #28821
Labels
Comments
Pinging @elastic/siem (Team:SIEM) |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
leehinman
added a commit
to legoguy1000/beats
that referenced
this issue
Dec 2, 2021
- call out tcp or udp directly in asa and ftd config - add tcp to ios - add ssl config option for asa & ftd over tcp Closes elastic#28821
6 tasks
leehinman
added a commit
that referenced
this issue
Dec 16, 2021
- Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Dec 16, 2021
- Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]> (cherry picked from commit 9201a92)
mergify bot
pushed a commit
that referenced
this issue
Dec 16, 2021
- Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]> (cherry picked from commit 9201a92)
leehinman
pushed a commit
that referenced
this issue
Dec 16, 2021
…) (#29472) - Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]> (cherry picked from commit 9201a92) Co-authored-by: Alex Resnick <[email protected]>
leehinman
pushed a commit
that referenced
this issue
Dec 16, 2021
…) (#29473) - Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]> (cherry picked from commit 9201a92) Co-authored-by: Alex Resnick <[email protected]>
andrewkroh
pushed a commit
that referenced
this issue
Feb 10, 2022
- Add tcp option to asa, ftd & ios filesets - Add SSL option Closes #28821 Co-authored-by: Lee E. Hinman <[email protected]>
andrewkroh
added a commit
that referenced
this issue
Feb 15, 2022
…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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #13286 we switched Filebeat's Cisco ASA dataset to use a regular
udp
input instead of asyslog
input, however, thecisco.yml
still makes it look like we're usingsyslog
:.../module/cisco/asa/config/input.yml
This may cause some confusion and it'd be helpful to adjust settings/comments to reflect the use of a
type: udp
input.The text was updated successfully, but these errors were encountered: