Skip to content

Commit 7e2dc75

Browse files
committed
added documentation for geo_location() function
1 parent efc3f97 commit 7e2dc75

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

articles/azure-monitor/essentials/data-collection-transformations-structure.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,22 @@ Given a string containing a CEF message, `parse_cef_dictionary` parses the Exten
308308

309309
:::image type="content" source="media/data-collection-transformations-structure/parse_cef_dictionary.png" alt-text="Sample output of parse_cef_dictionary function." lightbox="media/data-collection-transformations-structure/parse_cef_dictionary.png":::
310310

311+
##### geo_location
312+
313+
Given a string containing IP address (IPv4 and IPv6 are supported), `geo_location` function returns approximate geographical location, including the following attributes:
314+
* Country
315+
* Region
316+
* State
317+
* City
318+
* Latitude
319+
* Longitude
320+
321+
```kusto
322+
| extend GeoLocation = geo_location("1.0.0.5")
323+
```
324+
325+
:::image type="content" source="media/data-collection-transformations-structure/geo_location.png" alt-text="Sample output of parse_cef_dictionary function." lightbox="media/data-collection-transformations-structure/parse_cef_dictionary.png":::
326+
311327

312328
### Identifier quoting
313329
Use [Identifier quoting](/azure/data-explorer/kusto/query/schema-entities/entity-names?q=identifier#identifier-quoting) as required.
47.2 KB
Loading

0 commit comments

Comments
 (0)