Skip to content

Commit ba4712f

Browse files
authored
Merge pull request #194925 from bwren/patch-38
Update resource-logs.md
2 parents b2d9d0b + 29354cf commit ba4712f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

articles/azure-monitor/essentials/resource-logs.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,7 @@ Within the PT1H.json file, each event is stored with the following format. This
180180
{"time": "2016-07-01T00:00:37.2040000Z","systemId": "46cdbb41-cb9c-4f3d-a5b4-1d458d827ff1","category": "NetworkSecurityGroupRuleCounter","resourceId": "/SUBSCRIPTIONS/s1id1234-5679-0123-4567-890123456789/RESOURCEGROUPS/TESTRESOURCEGROUP/PROVIDERS/MICROSOFT.NETWORK/NETWORKSECURITYGROUPS/TESTNSG","operationName": "NetworkSecurityGroupCounters","properties": {"vnetResourceGuid": "{12345678-9012-3456-7890-123456789012}","subnetPrefix": "10.3.0.0/24","macAddress": "000123456789","ruleName": "/subscriptions/ s1id1234-5679-0123-4567-890123456789/resourceGroups/testresourcegroup/providers/Microsoft.Network/networkSecurityGroups/testnsg/securityRules/default-allow-rdp","direction": "In","type": "allow","matchedConnections": 1988}}
181181
```
182182

183-
> [!NOTE]
184-
> Platform logs are written to blob storage using [JSON lines](http://jsonlines.org/), where each event is a line and the newline character indicates a new event. This format was implemented in November 2018. Prior to this date, logs were written to blob storage as a json array of records as described in [Prepare for format change to Azure Monitor platform logs archived to a storage account](resource-logs-blob-format.md).
185-
186-
187183
## Next steps
188184

189185
* [Read more about resource logs](../essentials/platform-logs-overview.md).
190-
* [Create diagnostic settings to send platform logs and metrics to different destinations](../essentials/diagnostic-settings.md).
186+
* [Create diagnostic settings to send platform logs and metrics to different destinations](../essentials/diagnostic-settings.md).

0 commit comments

Comments
 (0)