0% found this document useful (0 votes)
11 views

Splunk Basic Commands Cheat Sheet

The document is a cheat sheet for basic Splunk commands, listing essential commands such as search, fields, table, stats, and eval. It provides brief descriptions of each command's function, including filtering, sorting, and manipulating data. Additional commands for handling transactions and statistics are also included.

Uploaded by

CK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Splunk Basic Commands Cheat Sheet

The document is a cheat sheet for basic Splunk commands, listing essential commands such as search, fields, table, stats, and eval. It provides brief descriptions of each command's function, including filtering, sorting, and manipulating data. Additional commands for handling transactions and statistics are also included.

Uploaded by

CK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Splunk Basic Commands Cheat Sheet

Common Splunk Commands:

search

Finds events based on keywords or conditions.

fields

Selects which fields to keep or remove.

table

Displays fields in table format.

stats

Calculates things like count, sum, avg, etc.

eval

Creates or modifies fields.

where

Filters results based on a condition.

sort

Sorts results.

dedup

Removes duplicate events.

top

Lists top values of a field.

rare

Lists least common values.

rex

Extracts fields using regex.

lookup

Pulls extra fields from a lookup table.

join

Joins two searches together.


Splunk Basic Commands Cheat Sheet

transaction

Groups events into transactions.

head / tail

Returns first N or last N results.

eventstats / streamstats

Adds statistics to each event or streams row-by-row.

You might also like