SPLUNK User Interface

Share/Print/Export Output:The output of the search query can be shared, print or exported in the form of a csv. Delete/Inspect Jobs:* Query ran can be inspected as to which step is taking more time to execute.* You can also delete past query in order to free your allotted space and enhance performance. Search modes:There are … Read more

Basic Search: SPLUNK

Meta-Data:The Meta-data is generally the first command of the search. As a best practice, we should include 4 fields always in the first line of the query. This is not mandatory but adding them is always better from Splunk search perspective. 1. INDEX: the repository of Splunk where your data resides. 2. HOST : this … Read more

Exposure to commands in Splunk – Part I

Stats: The stats command is used to calculate summary statistics on the results of a search or the events retrieved from an index. You can get the output data based on multiple entity This can also be done in the same statement using “as” clause only. “where” command

Overview

Splunk is a software platform to search, analyse & visualize the machine generated data gathered from different websites, applications, sensors, devices etc. which make up your IT infrastructure and business.Splunk is a big data platform that simplifies the task of collecting and managing massive volumes of machine-generated data and searching for information within it. Splunk … Read more

Roles in Splunk

There are 3 different roles in Splunk in order it is Users, Power User & Admin. 1) User : This is the lowest role in Splunk. Here you can create your saved searches, run your saved searched and save it. You cannot publish it for entire audience. 2) Power User : This role can create, … Read more

Modes of Searches

Splunk provides you with 3 different modes of Splunk searches i.e. Fast, Smart & Verbose. Modes of searches can be selected as per your need. By default, the mode selected is Smart.

Meta-Data’s

The Meta-data is generally the first command of the search. As a best practice, we should include 4 fields always in the first line of the query. This is not mandatory but adding them is always better from Splunk search perspective. 1) index: the repository of Splunk where your data resides. 2) host : this … Read more

SPLUNK’s Dashboard

Overview Dashboards in Splunk are used to represent meaningful information’s in a graphical or statistical way in order to get the business insights. It basically consists of panels. Each panel depicts some information about the panel. Thus multiple such panels combined together forms a “Dashboard”. There are basically three types of Dashboards:• Operational Dashboards – … Read more

Components and Buckets in SPLUNK

Components: The primary components in the Splunk architecture are Forwarders, the Indexers and the Search Head. Forwarders:The forwarder is an agent you deploy on IT systems, which collects logs and sends them to indexers. Splunk has two types of forwarders:* Universal Forwarders: forwards the data without any prior treatment. This faster and requires less resource … Read more