Hi,
I would like to suggest the following modification on all subscriptions regarding event size and WEC server performance. The change consists in switching the subscription from "rendered" mode to "events" mode.
Direct impact of this change will be to not collect the "Message" text included on each event, reducing the CPU load on the collector. Indead, the Message, when forwarded, is usually not very important as most of the information is included in the XML. And for subscriptions like Kerberos or Authentication, this can really decrease the performance impact on the server.
For switching a subscription to this "optimized" mode:
wecutil ss <subscription_name> /cf:events
For changing this parameter inside the XML:
<ContentFormat>Events</ContentFormat>
Please let me know if this make sense for you so I will make a pull request.
Hi,
I would like to suggest the following modification on all subscriptions regarding event size and WEC server performance. The change consists in switching the subscription from "rendered" mode to "events" mode.
Direct impact of this change will be to not collect the "Message" text included on each event, reducing the CPU load on the collector. Indead, the Message, when forwarded, is usually not very important as most of the information is included in the XML. And for subscriptions like Kerberos or Authentication, this can really decrease the performance impact on the server.
For switching a subscription to this "optimized" mode:
wecutil ss <subscription_name> /cf:eventsFor changing this parameter inside the XML:
<ContentFormat>Events</ContentFormat>Please let me know if this make sense for you so I will make a pull request.