Skip to content

Commit a5acb0a

Browse files
committed
Minor fix
1 parent 30c502f commit a5acb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For bottom results, in Splunk you use `tail`. In Azure Log Analytics you can spe
104104

105105
| | | |
106106
|:---|:---|:---|
107-
| Splunk | **head** | <code>Event.Rule="330009.2"`<br>&#124; `sort Event.Sequence<br>&#124; head 20</code> |
107+
| Splunk | **head** | <code>Event.Rule="330009.2"<br>&#124; sort Event.Sequence<br>&#124; head 20</code> |
108108
| Log Analytics | **top** | <code>Office_Hub_OHubBGTaskError<br>&#124; top 20 by Event_Sequence</code> |
109109
| | |
110110

0 commit comments

Comments
 (0)