The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About alex-dna-tech
alex-dna-tech

alex-dna-tech

Comes here often

Member since Nov 9, 2021

2 weeks ago

Community Record

1
Post
0
Kudos
0
Solutions
Latest Contributions by alex-dna-tech
  • Topics alex-dna-tech has Participated In
  • Latest Contributions by alex-dna-tech

Re: Meraki and Syslog-NG

by alex-dna-tech in Full-Stack & Network-Wide
‎11-09-2021 10:57 PM
‎11-09-2021 10:57 PM
syslog-ng.conf @version: 3.9 source s_network { syslog(ip("0.0.0.0") port(5514) transport("udp") flags(no-parse)); }; destination d_local { file("/var/log/messages"); }; log { source(s_network); destination(d_local); }; "flags(no-parse)" works for me Maybe the message can be parsed by a template. Inspired by Syslog-NG documentation ... View more
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki