How to Send Events to Splunk Using HEC - HTTP Event Collector

How to Send Events to Splunk Using HEC - HTTP Event Collector

HEC (HTTP Event Collector) is a super easy way to send data into Splunk. It opens up the opportunity to quickly update a script or application to send data into Splunk without having to install a forwarder or setting up a syslog server.

October 25, 2024 · 7 min · 1489 words · Emlin
Addressing Missing Index Error in Splunk

Addressing Missing Index Error in Splunk using LastChance

Have you ever encountered a ‘missing index’ error in Splunk and worried about losing your logs? This article shows you how to set up a ’lastchance’ index to catch those wayward logs, ensuring you don’t lose data even when it’s headed for a non-existent index.

August 25, 2024 · 3 min · 473 words · Emlin
Reindex Logs that Have Already Been Indexed by Splunk

Reindex Logs that Have Already Been Indexed by Splunk

What do you do when you want to reindex logs that have already been indexed by Splunk? This article shows you how to use the ‘fishbucket’ method to reindex your data, whether you indexed it into the wrong index or forgot to create an index before applying your inputs.conf.

August 25, 2024 · 4 min · 675 words · Emlin
Granting Splunk Access to System Logs on Linux

How to Give Splunk Access to Linux Logs

Don’t just give it root access! Process of onbaording Linux logs into Splunk using ACLs.

August 25, 2024 · 3 min · 464 words · Emlin
Splunk App vs Add-On - Whats the Difference

Splunk App vs Add-On - What's the Difference?

A guide to understanding the difference between a Splunk App and a Splunk Add-On.

August 11, 2024 · 2 min · 275 words · Emlin
Setting Up Splunk on Windows Using WSL for Free

Setting Up Splunk on Windows Using WSL for Free

A step-by-step guide to setting up Splunk on Windows using WSL with a free Splunk license. We also discuss the different types of Splunk licenses. This guide accompanies the video tutorial on my YouTube channel.

August 11, 2024 · 3 min · 591 words · Emlin
BearlyChilly - Working with Splunk Cloud ACS

How to Work with Splunk Cloud ACS

Splunk Admin Config Service (ACS) API is a super powerful tool that allows you to manage your Splunk Cloud instance programmatically. In this post, I’ll showcase some use cases for Splunk Cloud’s ACS API as well as provide some real-world examples.

February 27, 2024 · 9 min · 1722 words · Emlin
Bearlychilly - Detecting Typosquatting with Splunk and the URL Toolbox App

Bearlychilly - Detecting Typosquatting with Splunk and the URL Toolbox App

Splunk users can apply the ut_levenshtein macro from the URL Toolbox app to compare domain names against a reference domain, enabling the detection of potential typosquatting.

February 21, 2024 · 3 min · 543 words · Emlin
How to Delete Old Logs Automatically When Using Syslog-NG

How to Delete Old Logs Automatically When Using Syslog-NG

Let’s take a look at how to automatically delete old logs when using Syslog-NG. This doesn’t just apply to Syslog-NG, but it’s a common use case.

January 19, 2024 · 6 min · 1098 words · Emlin
How to Make a Syslog-NG Config with Examples

How to Make a Syslog-NG Config with Examples

In this guide, we will walk you through the process of creating a Syslog-NG configuration that caches and organizes syslog data on disk. Additionally, we will delve deep into the structure of the config, examining each option we utilize. Finally, we will explore configuring ‘catch-all’ entries.

January 19, 2024 · 13 min · 2567 words · Emlin