current_cluster_endpoint()
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer ✅ Azure Monitor ✅ Microsoft Sentinel
Returns the network endpoint (DNS name) of the current cluster being queried.
Returns the network endpoint (DNS name) of the current Eventhouse being queried.
Syntax
current_cluster_endpoint()
Learn more about syntax conventions.
Returns
The network endpoint (DNS name) of the current cluster being queried, as a value of type string
.
The network endpoint (DNS name) of the current Eventhouse being queried, as a value of type string
.
Example
print strcat("This query executed on: ", current_cluster_endpoint())