Skip to content

coder83431/Splunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Splunk Walk-Through

This walkthrough demonstrates a few basic commands that can be used in Splunk to manipulate logs and data. Specifically, we will be issuing commands from Splunk's Search Processing Language (SPL) which is able to search for, filter, modify, and manipulate log data. .

Environments and Technologies Used

  • Windows 10 Desktop
  • Splunk Enterprise

Operating Systems Used

  • Windows 10

Overview

Disk Sanitization Steps

1. Stats: The stats command is used to perform a certain action on the search results. This includes calculating the sum, average, minimum, and maximum of values.

Disk Sanitization Steps

  1. Eval: The eval command allows users to create new fields or edit fields.


3. Strptime: The strptime command is used to convert a human-readable time to a Unix-based time. To strptime command comes in the form of two arguments. The first string of the argument describes the data and time and the second argument describes how the data and time is structured in the string.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published