Skip to content

Commit ccd1ad4

Browse files
committed
Final fixes
1 parent a5acb0a commit ccd1ad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/log-analytics/query-language/splunk-cheatsheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Azure Log Analytics also supports `take` as an alias to `limit`. In Splunk, if t
9393

9494
| | | |
9595
|:---|:---|:---|
96-
| Splunk | **head** | <code>Event.Rule=330009.2<br>&#124; head 100<code> |
96+
| Splunk | **head** | <code>Event.Rule=330009.2<br>&#124; head 100</code> |
9797
| Log Analytics | **limit** | <code>Office_Hub_OHubBGTaskError<br>&#124; limit 100</code> |
9898
| | |
9999

@@ -127,7 +127,7 @@ Azure Log Analytics uses the same operator to rename and to create a new field.
127127
| | | |
128128
|:---|:---|:---|
129129
| Splunk | **rename** | <code>Event.Rule=330009.2<br>&#124; rename Date.Exception as execption</code> |
130-
| Log Analytics | **extend** | <code>Office_Hub_OHubBGTaskError<br>&#124; extend execption = Date_Exception</code> |
130+
| Log Analytics | **extend** | <code>Office_Hub_OHubBGTaskError<br>&#124; extend exception = Date_Exception</code> |
131131
| | |
132132

133133

0 commit comments

Comments
 (0)