AzStackHciStandaloneObservability/package/bin/ObsAgent/lib/Settings.xml

<?xml version="1.0" encoding="utf-8" ?>
<Settings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2011/01/fabric">
  <Section Name="HostLoadConfigSection">
    <!--The relative path should be relative to the service fabric location of the application service config in the service fabric cluster folder.-->
    <Parameter Name="ServiceAssembly" Value="Microsoft.AzureStack.SupportBridge.LogCollector.Service.dll" />
    <Parameter Name="ServiceFabricTypeRegistryAssembly" Value="Microsoft.AzureStack.Common.Infrastructure.ServiceRegistry.ServiceFabricTypeRegistry.dll" />
    <Parameter Name="ClusterMap" Value="" />
  </Section>
 
  <!-- Add your custom configuration sections and parameters here. -->
  <Section Name="ServiceConfigSection">
    <Parameter Name="WindowsAuthorizationGroup" Value="Administrators" />
    <Parameter Name="BypassWindowsAuth" Value="" />
    <Parameter Name="IsLocalEnvironment" Value="false" />
    <Parameter Name="DebugWaitToAttachTimeStamp" Value="00:00:00" />
    <Parameter Name="LocalFileSystemConfigPersistPath" Value="%programdata%\LogCollector\Config" />
    <Parameter Name="LocalFileSystemRegistrationPersistPath" Value="%programdata%\LogCollector\Registration"/>
    <Parameter Name="LocalFileSystemLogCollectionHistoryPersistPath" Value="%programdata%\LogCollector\JobHistory" />
    <Parameter Name="LocalFileSystemJobDefinitionPersistPath" Value="%programdata%\LogCollector\JobDefinition" />
    <Parameter Name="LocalFileSystemLogCollectionJobQueuePersistPath" Value="%programdata%\LogCollector\JobQueue" />
    <Parameter Name="LocalFileSystemStorageSettingPersistPath" Value="%programdata%\LogCollector\StorageSetting" />
    <Parameter Name="LocalFileSystemLogCollectorClusterNodeDiscoveryPath" Value="%programdata%\LogCollector\Cluster"/>
    <Parameter Name="ExternalFileShareLogCollectionStatePath" Value="\\SU1FileServer\SU1_Infrastructure_1\SupportBridge" />
    <Parameter Name="MaxOnDemandCollectionDelayInSecs" Value="30" />
    <Parameter Name="MinOnDemandCollectionDelayInSecs" Value="10" />
    <Parameter Name="MaxScheduledCollectionDelayInSecs" Value="4600" />
    <Parameter Name="MinScheduledCollectionDelayInSecs" Value="3600" />
    <Parameter Name="MonitorInvokeIntervalInMins" Value="1" />
    <Parameter Name="MonitorQuiesceTimeSpan" Value="00:30:00" />
    <Parameter Name="MonitorSuppressPeriod" Value="03:00:00" />
    <Parameter Name="MonitorSuppressAfterGetEvalResultFailTimeSpan" Value="23:59:59" />
    <Parameter Name="MonitorCollectTimeSpan" Value="01:00:00" />
    <Parameter Name="MonitorEvaluationIntervalTimeSpan" Value="00:30:00" />
    <Parameter Name="AlertMonitorFaultIdsToSuppress" Value="" />
    <Parameter Name="AutonomousLogArchivalLocation" Value="C:\Observability\AutonomousLogs" />
    <Parameter Name="ExpectedLogCollectionTimeInMins" Value="340" />
    <Parameter Name="ScheduleJobExpireTimeInMins" Value="1440" />
    <Parameter Name="MaxOnDemandJobsQueueDepth" Value="1" />
    <Parameter Name="MaxScheduledJobsQueueDepth" Value="24" />
    <Parameter Name="SupportBridgeLogCollectionPath" Value="%programdata%\LogCollector\AzsLogs" />
    <Parameter Name="SupportBridgeHealthItemsPath" Value="%programdata%\LogCollector\HealthItems" />
    <Parameter Name="SupportBridgeJEAEndpoint" Value="SupportBridgeEndpoint" />
    <Parameter Name="SupportBridgeJEAEndpointHostName" Value="%computername%" />
    <Parameter Name="ErcsMachineNames" Value="" />
    <Parameter Name="SupportBridgeMaxConsecutiveFailures" Value="5" />
    <Parameter Name="SupportBridgeMaxFailuresTimeInMins" Value="60" />
    <Parameter Name="MinScavengerDelayInSecs" Value="82800" />
    <Parameter Name="MaxScavengerDelayInSecs" Value="86400" />
    <Parameter Name="MinReplicationDelayInSecs" Value="30" />
    <Parameter Name="MaxReplicationDelayInSecs" Value="60" />
    <Parameter Name="DataRetentionPeriodInDays" Value="30" />
    <Parameter Name="HrpClientDefaultDelay" Value="00:01:00" />
    <Parameter Name="HrpClientMaxRetryTime" Value="00:03:00" />
    <Parameter Name="SupportBridgeFaultResourceProviderNamespace" Value="Microsoft.SupportBridge.Admin"/>
    <Parameter Name="AzureStackDiagnosticsGatewayEndpoint" Value="AzureCloud=https://azsdiagprd.trafficmanager.net;AzureChinaCloud=https://azsdiagprdmcefrontend.chinaeast2.cloudapp.chinacloudapi.cn;AzureUSGovernment=https://azsdiagprdugvfrontend.usgovvirginia.cloudapp.usgovcloudapi.net;AzureUSGovernment3=https://azsdiagprdrxeastfrontend.usseceast.cloudapp.azure.microsoft.scloud;AzureUSGovernment2=https://azsdiagprdexefrontend.usnateast.cloudapp.azure.eaglex.ic.gov"/>
    <Parameter Name="AzureStackSecurityDescriptorName" Value="Azs-SecretEncryptor"/>
    <Parameter Name="AdminSubscriptionId" Value="20c79721-2689-427f-860e-f74e339a2370" />
    <Parameter Name="Region" Value="redmond" />
    <Parameter Name="SystemResourceGroup" Value="System.redmond" />
    <Parameter Name="ProviderName" Value="Microsoft.HCI" />
    <Parameter Name="ProactiveHeuristicBlockTime" Value="03:00:00" />
    <Parameter Name="ProactiveLastFailedJobBlockTime" Value="00:20:00" />
  </Section>
</Settings>