Skip to main content

VBR Generate Syslog Event Filter XML File


SteveHeart
Forum|alt.badge.img+11

Starting with Veeam Backup & Replication 12.3, it is possible to exclude specific events from being sent to the Syslog server. This can be done manually per event, or you can import an XML file with the events to be filtered.

Handling this task and finding the necessary information can be time-consuming. Executing this task manually is โ€œboringโ€ and error-prone, so I created a simple PowerShell script to make the process easier by generating an XML file based on your chosen filters. Whether filtering by event IDs, categories, or specific filter types like Info, Warning, or Error, this script makes this task more fun.๐Ÿ•บ๐Ÿฟ๐Ÿ’ƒ๐Ÿฝ

For more details and examples of usage, check out the README in my GitHub repository.

Happy filtering - Itโ€™s the most wonderful time of the year to write scripts ๐Ÿ˜‰๐ŸŽถ

Steve๐Ÿ’š

 

 

2 comments

coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4133 comments
  • December 10, 2024

Fantastic effort Steve. Thank you for sharing.


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8449 comments
  • December 10, 2024

This is amazing Steve.  Nice to see automation and will definitely check this out in my lab. ๐Ÿ‘


Comment