Skip to content

Commit 6520cd7

Browse files
authored
Merge pull request #79474 from v-payech/changesfor6.4CU7
changes for 6.4CU7
2 parents 2aeecad + 8e723be commit 6520cd7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/service-fabric/service-fabric-cluster-fabric-settings.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: dotnet
1313
ms.topic: reference
1414
ms.tgt_pltfrm: NA
1515
ms.workload: NA
16-
ms.date: 04/10/2019
16+
ms.date: 06/12/2019
1717
ms.author: aljo
1818

1919
---
@@ -121,14 +121,19 @@ The following is a list of Fabric settings that you can customize, organized by
121121

122122
| **Parameter** | **Allowed Values** | **Upgrade Policy** | **Guidance or Short Description** |
123123
| --- | --- | --- | --- |
124+
|AdminOnlyHttpAudit |Bool, default is true | Dynamic | Exclude HTTP requests which do not impact the state of the cluster from auditing. Currently; only requests of "GET" type are excluded; but this is subject to change. |
124125
|AppDiagnosticStoreAccessRequiresImpersonation |Bool, default is true | Dynamic |Whether or not impersonation is required when accessing diagnostic stores on behalf of the application. |
125126
|AppEtwTraceDeletionAgeInDays |Int, default is 3 | Dynamic |Number of days after which we delete old ETL files containing application ETW traces. |
126127
|ApplicationLogsFormatVersion |Int, default is 0 | Dynamic |Version for application logs format. Supported values are 0 and 1. Version 1 includes more fields from the ETW event record than version 0. |
128+
|AuditHttpRequests |Bool, default is false | Dynamic | Turn HTTP auditing on or off. The purpose of auditing is to see the activities that have been performed against the cluster; including who initiated the request. Note that this is a best attempt logging; and trace loss may occur. HTTP requests with "User" authentication is not recorded. |
129+
|CaptureHttpTelemetry|Bool, default is false | Dynamic | Turn HTTP telemetry on or off. The purpose of telemetry is for Service Fabric to be able to capture telemetry data to help plan future work and identify problem areas. Telemetry does not record any personal data or the request body. Telemetry captures all HTTP requests unless otherwise configured. |
127130
|ClusterId |String | Dynamic |The unique id of the cluster. This is generated when the cluster is created. |
128131
|ConsumerInstances |String | Dynamic |The list of DCA consumer instances. |
129132
|DiskFullSafetySpaceInMB |Int, default is 1024 | Dynamic |Remaining disk space in MB to protect from use by DCA. |
130133
|EnableCircularTraceSession |Bool, default is false | Static |Flag indicates whether circular trace sessions should be used. |
131134
|EnableTelemetry |Bool, default is true | Dynamic |This is going to enable or disable telemetry. |
135+
|FailuresOnlyHttpTelemetry | Bool, default is true | Dynamic | If HTTP telemetry capture is enabled; capture only failed requests. This is to help cut down on the number of events generated for telemetry. |
136+
|HttpTelemetryCapturePercentage | int, default is 50 | Dynamic | If HTTP telemetry capture is enabled; capture only a random percentage of requests. This is to help cut down on the number of events generated for telemetry. |
132137
|MaxDiskQuotaInMB |Int, default is 65536 | Dynamic |Disk quota in MB for Windows Fabric log files. |
133138
|ProducerInstances |String | Dynamic |The list of DCA producer instances. |
134139

0 commit comments

Comments
 (0)