From e58a666c70db28d842ab547b0e1f1e6fd7cb7dc5 Mon Sep 17 00:00:00 2001 From: moreblackcoffee <59846923+moreblackcoffee@users.noreply.github.com> Date: Thu, 1 Jun 2023 17:26:15 -0400 Subject: [PATCH] Update README.md Raw Sensor Event variable update to guide our customers to the best method to forward data. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 916431a1..845cdf7a 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ discuss issues and get answers from other API developers in the VMware Carbon Bl ## Raw Sensor Events We have seen a performance impact when exporting all raw sensor events onto the enterprise bus by setting -"DatastoreBroadcastEventTypes=True" in the EDR configuration (more on this below). We do not recommend exporting all -the events, and recommend that you configure -- at most -- only process and netconn events for broadcasting on the event -bus. +"DatastoreBroadcastEventTypes=True" in the EDR configuration (more on this below). +The recommended newer multi-threaded variable is "EnabledRawSensorDataBroadcast=True", replacing the +DatastoreBroadcastEventTypes variable. ## Quickstart Guide