Ask Your Question
3

Attempting to compose a search command in Sumo Logic.

asked 2023-05-30 00:22:30 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-30 00:23:02 +0000

ladyg gravatar image

Here is an example search command in Sumo Logic:

"error" | where _sourceCategory="webserver/logs" | limit 100

This command searches for the keyword "error" within log data from a specific source category (in this case webserver/logs), and limits the results to the first 100.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-30 00:22:30 +0000

Seen: 17 times

Last updated: May 30 '23