Skip to content

Commit 107fa74

Browse files
authored
Update log-operators.md (#5405)
1 parent 1596978 commit 107fa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/search-cheat-sheets/log-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sumo provides a number of ways to [parse](/docs/search/search-query-language/pa
3232
<tr>
3333
<td><a href="/docs/search/search-query-language/parse-operators/parse-keyvalue-formatted-logs">keyvalue</a></td>
3434
<td>Typically, log files contain information that follow a key-value pair structure. The keyvalue operator allows you to get values from a log message by specifying the key paired with each value.</td>
35-
<td><code>| keyvalue infer "module", "thread"</code></td>
35+
<td><code>| keyvalue "module", "thread"</code></td>
3636
</tr>
3737
<tr>
3838
<td><a href="/docs/search/search-query-language/parse-operators/parse-csv-formatted-logs">csv</a></td>

0 commit comments

Comments
 (0)