You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/service-fabric/service-fabric-cluster-fabric-settings.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: dotnet
13
13
ms.topic: reference
14
14
ms.tgt_pltfrm: NA
15
15
ms.workload: NA
16
-
ms.date: 04/10/2019
16
+
ms.date: 06/12/2019
17
17
ms.author: aljo
18
18
19
19
---
@@ -121,14 +121,19 @@ The following is a list of Fabric settings that you can customize, organized by
121
121
122
122
|**Parameter**|**Allowed Values**|**Upgrade Policy**|**Guidance or Short Description**|
123
123
| --- | --- | --- | --- |
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. |
124
125
|AppDiagnosticStoreAccessRequiresImpersonation |Bool, default is true | Dynamic |Whether or not impersonation is required when accessing diagnostic stores on behalf of the application. |
125
126
|AppEtwTraceDeletionAgeInDays |Int, default is 3 | Dynamic |Number of days after which we delete old ETL files containing application ETW traces. |
126
127
|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. |
127
130
|ClusterId |String | Dynamic |The unique id of the cluster. This is generated when the cluster is created. |
128
131
|ConsumerInstances |String | Dynamic |The list of DCA consumer instances. |
129
132
|DiskFullSafetySpaceInMB |Int, default is 1024 | Dynamic |Remaining disk space in MB to protect from use by DCA. |
130
133
|EnableCircularTraceSession |Bool, default is false | Static |Flag indicates whether circular trace sessions should be used. |
131
134
|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. |
132
137
|MaxDiskQuotaInMB |Int, default is 65536 | Dynamic |Disk quota in MB for Windows Fabric log files. |
133
138
|ProducerInstances |String | Dynamic |The list of DCA producer instances. |
0 commit comments