We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ac12a commit 1ec3c11Copy full SHA for 1ec3c11
articles/postgresql/flexible-server/howto-configure-and-access-logs.md
@@ -49,7 +49,7 @@ Search for all Postgres logs for a particular server in the last day
49
50
```kusto
51
AzureDiagnostics
52
-| where LogicalServerName_s == "myservername"
+| where Resource == "myservername"
53
| where Category == "PostgreSQLLogs"
54
| where TimeGenerated > ago(1d)
55
```
@@ -67,4 +67,4 @@ The query above will show results over the last 6 hours for any Postgres server
67
## Next steps
68
69
- [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)
+- Learn about [Azure event hubs](../../event-hubs/event-hubs-about.md)
0 commit comments