admin:group-set-telemetry-config( $config as element(configuration), $group-id as xs:unsigned-long, $value as xs:string ) as element(configuration)
This function sets the update frequency for configuration changes sent to telemetry, would also be the maximum frequency at which updates will be sent.
xquery version "1.0-ml"; import module namespace admin = "http://marklogic.com/xdmp/admin" at "/MarkLogic/admin.xqy"; let $config := admin:get-configuration() let $spec := admin:group-set-telemetry-config($config, xdmp:group(),"frequent") return admin:save-configuration($spec)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.