Skip to content

Commit 9ccb5a7

Browse files
Merge pull request #222302 from AwdotiaRomanowna/patch-15
Update howto-configure-and-access-logs.md
2 parents 44ac12a + 1ec3c11 commit 9ccb5a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/flexible-server/howto-configure-and-access-logs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Search for all Postgres logs for a particular server in the last day
4949

5050
```kusto
5151
AzureDiagnostics
52-
| where LogicalServerName_s == "myservername"
52+
| where Resource == "myservername"
5353
| where Category == "PostgreSQLLogs"
5454
| where TimeGenerated > ago(1d)
5555
```
@@ -67,4 +67,4 @@ The query above will show results over the last 6 hours for any Postgres server
6767
## Next steps
6868

6969
- [Get started with log analytics queries](../../azure-monitor/logs/log-analytics-tutorial.md)
70-
- Learn about [Azure event hubs](../../event-hubs/event-hubs-about.md)
70+
- Learn about [Azure event hubs](../../event-hubs/event-hubs-about.md)

0 commit comments

Comments
 (0)