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/azure-monitor/alerts/itsm-connector-secure-webhook-connections-azure-configuration.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,11 @@ Action groups provide a modular and reusable way of triggering actions for Azure
36
36
To learn more about action groups, see [Create and manage action groups in the Azure portal](../alerts/action-groups.md).
37
37
38
38
> [!NOTE]
39
-
> If you are using a log alert, the query results must include a “Computer” column containing the configuration items list.
39
+
> To map the configuration items to the ITSM payload when you define a Log Search alerts query, the query result must be included in the **Configuration items**, with one of these labels:
40
+
> - "Computer"
41
+
> - "Resource"
42
+
> - "_ResourceId"
43
+
> - "ResourceId”
40
44
41
45
To add a webhook to an action, follow these instructions for Secure Webhook:
Copy file name to clipboardExpand all lines: articles/azure-vmware/tutorial-network-checklist.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,16 @@ The subnets:
82
82
| On-premises network | Private Cloud vCenter Server | TCP(HTTPS) | 443 | This port allows you to access vCenter Server from an on-premises network. The default port that the vCenter Server system uses to listen for connections from the vSphere Client. To enable the vCenter Server system to receive data from the vSphere Client, open port 443 in the firewall. The vCenter Server system also uses port 443 to monitor data transfer from SDK clients. |
| HCX Manager |Cloud Gateway | TCP(HTTPS) | 8123 |Send host-based replication service instructions to the Hybrid Cloud Gateway.|
86
-
| HCX Manager |Cloud Gateway | HTTP TCP(HTTPS) | 9443 | Send management instructions to the local Hybrid Cloud Gateway using the REST API. |
87
-
|Cloud Gateway | L2C | TCP(HTTPS) | 443 | Send management instructions from Cloud Gateway to L2C when L2C uses the same path as the Hybrid Cloud Gateway. |
|Cloud Gateway (local)| Cloud Gateway (remote) | UDP | 4500 | Required for IPSEC<br> Internet key exchange (IKEv2) to encapsulate workloads for the bidirectional tunnel. Network Address Translation-Traversal (NAT-T) is also supported. |
90
-
|Cloud Gateway (local) | Cloud Gateway (remote) | UDP | 500 | Required for IPSEC<br> Internet key exchange (ISAKMP) for the bidirectional tunnel. |
| HCX Manager |Interconnect (HCX-IX), Network Extension (HCX-NE) | HTTP TCP(HTTPS) | 9443 | Send management instructions to the local HCX Interconnect using the REST API. |
87
+
|Interconnect (HCX-IX)| L2C | TCP(HTTPS) | 443 | Send management instructions from Interconnect to L2C when L2C uses the same path as the Interconnect. |
|HCX NE, Interconnect (HCX-IX) at Source| HCX NE, Interconnect (HCX-IX) at Destination)| UDP | 4500 | Required for IPSEC<br> Internet key exchange (IKEv2) to encapsulate workloads for the bidirectional tunnel. Network Address Translation-Traversal (NAT-T) is also supported. |
90
+
|Interconnect (HCX-IX) local | Interconnect (HCX-IX) (remote) | UDP | 500 | Required for IPSEC<br> Internet key exchange (ISAKMP) for the bidirectional tunnel. |
91
91
| On-premises vCenter Server network | Private Cloud management network | TCP | 8000 | vMotion of VMs from on-premises vCenter Server to Private Cloud vCenter Server |
92
92
93
+
[For a full list of HCX port requirements](https://ports.esp.vmware.com/home/VMware-HCX)
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-query-store.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ The following options are available for configuring Query Store parameters.
77
77
| pg_qs.max_plan_size | Sets the maximum number of bytes that will be saved for query plan text for pg_qs; longer plans will be truncated. | 7500 | 100 - 10k |
78
78
| pg_qs.max_query_text_length | Sets the maximum query length that can be saved. Longer queries will be truncated. | 6000 | 100 - 10K |
| pg_qs.index_generation_interval | Sets the index recommendation generating frequency for all databases when query store enabled. | 15 | 15 - 10080 |
80
81
| pg_qs.track_utility | Sets whether utility commands are tracked | on | on, off |
81
82
82
83
The following options apply specifically to wait statistics.
@@ -103,7 +104,7 @@ This view returns all the data in Query Store. There is one row for each distinc
103
104
|db_id |oid |pg_database.oid |OID of database in which the statement was executed|
104
105
|query_id |bigint || Internal hash code, computed from the statement's parse tree|
105
106
|query_sql_text |Varchar(10000) || Text of a representative statement. Different queries with the same structure are clustered together; this text is the text for the first of the queries in the cluster.|
106
-
|plan_id |bigint ||ID of the plan corresponding to this query, not available yet|
107
+
|plan_id |bigint ||ID of the plan corresponding to this query|
107
108
|start_time |timestamp || Queries are aggregated by time buckets - the time span of a bucket is 15 minutes by default. This is the start time corresponding to the time bucket for this entry.|
108
109
|end_time |timestamp || End time corresponding to the time bucket for this entry.|
109
110
|calls |bigint || Number of times the query executed|
0 commit comments