<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>BearlyChilly</title>
    <link>https://bearlychilly.com/</link>
    <description>Recent content on BearlyChilly</description>
    <generator>Hugo -- 0.123.7</generator>
    <language>en</language>
    <lastBuildDate>Fri, 07 Mar 2025 18:41:46 +0000</lastBuildDate>
    <atom:link href="https://bearlychilly.com/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Send Data to a Port Using TCP or UDP Without NetCat</title>
      <link>https://bearlychilly.com/notes/send-data-to-a-port-using-tcp-or-udp-without-netcat/</link>
      <pubDate>Fri, 07 Mar 2025 18:41:46 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/send-data-to-a-port-using-tcp-or-udp-without-netcat/</guid>
      <description>Learn how to send data to a specific port using TCP or UDP on Linux without using NetCat.</description>
    </item>
    <item>
      <title>How to List Directory Sizes in Order on Linux</title>
      <link>https://bearlychilly.com/notes/how-to-list-directory-sizes-in-order-on-linux/</link>
      <pubDate>Fri, 07 Mar 2025 18:25:00 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-list-directory-sizes-in-order-on-linux/</guid>
      <description>A simple guide to using the &lt;code&gt;du&lt;/code&gt; command to list directory sizes in order on Linux.</description>
    </item>
    <item>
      <title>Setting Up Private Internet Access (PIA) VPN with OpenVPN on Linux CLI</title>
      <link>https://bearlychilly.com/notes/bearlychilly---setting-up-private-internet-access-pia-vpn-with-openvpn-on-linux-cli/</link>
      <pubDate>Fri, 07 Mar 2025 18:00:29 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/bearlychilly---setting-up-private-internet-access-pia-vpn-with-openvpn-on-linux-cli/</guid>
      <description>A step-by-step guide to setting up Private Internet Access VPN using OpenVPN on Linux via the command line interface (CLI).</description>
    </item>
    <item>
      <title>Tampermonkey Script - Toggle to Edit Any Web Page</title>
      <link>https://bearlychilly.com/notes/tampermonkey-script---toggle-edit-mode-for-quick-ui-mockups/</link>
      <pubDate>Fri, 07 Mar 2025 17:18:54 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/tampermonkey-script---toggle-edit-mode-for-quick-ui-mockups/</guid>
      <description>A simple Tampermonkey script that lets you quickly toggle text-editing mode on any webpage for quick UI mockups and text changes.</description>
    </item>
    <item>
      <title>Building Splunk Searches Using AI (GitHub Co-Pilot)</title>
      <link>https://bearlychilly.com/notes/building-splunk-searches-using-ai/</link>
      <pubDate>Tue, 18 Feb 2025 08:36:56 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/building-splunk-searches-using-ai/</guid>
      <description>Building Splunk Searches Using AI (GitHub Co-Pilot) A lot of time spent writing Splunk searches goes into formatting, syntax, and remembering commands or patterns for your SPL. With the help of generative AI, specifically GitHub Co-Pilot, we can significantly reduce the time spent writing searches. It also makes it easier to iterate quickly on existing searches and serves as great notes for later.
I&amp;rsquo;ve edited this article about five times now, and finding the &amp;ldquo;perfect&amp;rdquo; balance of detail has been challenging.</description>
    </item>
    <item>
      <title>Transparent Huge Pages (THP) in Linux and How it Affects Splunk</title>
      <link>https://bearlychilly.com/notes/transparent-huge-pages-thp-in-linux-and-how-it-affects-splunk/</link>
      <pubDate>Mon, 13 Jan 2025 09:25:17 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/transparent-huge-pages-thp-in-linux-and-how-it-affects-splunk/</guid>
      <description>Transparent Huge Pages (THP) is a Linux kernel feature designed to optimize memory management, but it can significantly impact the performance of certain applications. This article explores the benefits and challenges of THP, with a particular focus on its effects on Splunk performance and how to configure it appropriately for optimal system operation.</description>
    </item>
    <item>
      <title>How to Send Events to Splunk Using HEC - HTTP Event Collector</title>
      <link>https://bearlychilly.com/notes/how-to-send-events-to-splunk-using-hec---http-event-collector/</link>
      <pubDate>Fri, 25 Oct 2024 17:08:26 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-send-events-to-splunk-using-hec---http-event-collector/</guid>
      <description>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.</description>
    </item>
    <item>
      <title>Addressing Missing Index Error in Splunk using LastChance</title>
      <link>https://bearlychilly.com/notes/addressing-missing-index-error-in-splunk-using-lastchance/</link>
      <pubDate>Sun, 25 Aug 2024 17:32:10 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/addressing-missing-index-error-in-splunk-using-lastchance/</guid>
      <description>Have you ever encountered a &amp;lsquo;missing index&amp;rsquo; error in Splunk and worried about losing your logs? This article shows you how to set up a &amp;rsquo;lastchance&amp;rsquo; index to catch those wayward logs, ensuring you don&amp;rsquo;t lose data even when it&amp;rsquo;s headed for a non-existent index.</description>
    </item>
    <item>
      <title>Reindex Logs that Have Already Been Indexed by Splunk</title>
      <link>https://bearlychilly.com/notes/reindex-logs-that-have-already-been-indexed-by-splunk/</link>
      <pubDate>Sun, 25 Aug 2024 16:57:12 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/reindex-logs-that-have-already-been-indexed-by-splunk/</guid>
      <description>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 &amp;lsquo;fishbucket&amp;rsquo; method to reindex your data, whether you indexed it into the wrong index or forgot to create an index before applying your inputs.conf.</description>
    </item>
    <item>
      <title>How to Give Splunk Access to Linux Logs</title>
      <link>https://bearlychilly.com/notes/how-to-give-splunk-access-to-linux-logs/</link>
      <pubDate>Sun, 25 Aug 2024 15:49:55 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-give-splunk-access-to-linux-logs/</guid>
      <description>Don&amp;rsquo;t just give it root access! Process of onbaording Linux logs into Splunk using ACLs.</description>
    </item>
    <item>
      <title>Splunk App vs Add-On - What&#39;s the Difference?</title>
      <link>https://bearlychilly.com/notes/splunk-app-vs-add-on---whats-the-difference/</link>
      <pubDate>Sun, 11 Aug 2024 19:24:18 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk-app-vs-add-on---whats-the-difference/</guid>
      <description>A guide to understanding the difference between a Splunk App and a Splunk Add-On.</description>
    </item>
    <item>
      <title>Setting Up Splunk on Windows Using WSL for Free</title>
      <link>https://bearlychilly.com/notes/setting-up-splunk-on-windows-using-wsl-for-free/</link>
      <pubDate>Sun, 11 Aug 2024 18:52:00 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/setting-up-splunk-on-windows-using-wsl-for-free/</guid>
      <description>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.</description>
    </item>
    <item>
      <title>How to Work with Splunk Cloud ACS</title>
      <link>https://bearlychilly.com/notes/how-to-work-with-splunk-cloud-acs/</link>
      <pubDate>Tue, 27 Feb 2024 20:57:22 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-work-with-splunk-cloud-acs/</guid>
      <description>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&amp;rsquo;ll showcase some use cases for Splunk Cloud&amp;rsquo;s ACS API as well as provide some real-world examples.</description>
    </item>
    <item>
      <title>Bearlychilly - Detecting Typosquatting with Splunk and the URL Toolbox App</title>
      <link>https://bearlychilly.com/notes/bearlychilly---detecting-typosquatting-with-splunk-and-the-url-toolbox-app/</link>
      <pubDate>Wed, 21 Feb 2024 09:28:56 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/bearlychilly---detecting-typosquatting-with-splunk-and-the-url-toolbox-app/</guid>
      <description>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.</description>
    </item>
    <item>
      <title>How to Delete Old Logs Automatically When Using Syslog-NG</title>
      <link>https://bearlychilly.com/notes/how-to-delete-old-logs-automatically-when-using-syslog-ng/</link>
      <pubDate>Fri, 19 Jan 2024 08:40:57 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-delete-old-logs-automatically-when-using-syslog-ng/</guid>
      <description>Let&amp;rsquo;s take a look at how to automatically delete old logs when using Syslog-NG. This doesn&amp;rsquo;t just apply to Syslog-NG, but it&amp;rsquo;s a common use case.</description>
    </item>
    <item>
      <title>How to Make a Syslog-NG Config with Examples</title>
      <link>https://bearlychilly.com/notes/how-to-make-a-syslog-ng-config-with-examples/</link>
      <pubDate>Fri, 19 Jan 2024 08:39:33 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-make-a-syslog-ng-config-with-examples/</guid>
      <description>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 &amp;lsquo;catch-all&amp;rsquo; entries.</description>
    </item>
    <item>
      <title>How to Install Syslog-NG on Linux - Ubuntu and Debian</title>
      <link>https://bearlychilly.com/notes/bearlychilly---how-to-install-syslog-ng-on-linux---ubuntu-and-debian/</link>
      <pubDate>Thu, 18 Jan 2024 17:13:20 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/bearlychilly---how-to-install-syslog-ng-on-linux---ubuntu-and-debian/</guid>
      <description>In this guide, we&amp;rsquo;ll walk you through the process of installing Syslog-NG on your Ubuntu or any other Debian-based Linux distribution. Syslog-NG is a powerful logging and event management tool used widely in cybersecurity and system administration. Follow these steps to get it up and running on your system.</description>
    </item>
    <item>
      <title>Finding and Replacing Encrypted Secrets in Splunk Configurations</title>
      <link>https://bearlychilly.com/notes/finding-and-replacing-encrypted-secrets-in-splunk-configurations/</link>
      <pubDate>Fri, 08 Dec 2023 09:24:15 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/finding-and-replacing-encrypted-secrets-in-splunk-configurations/</guid>
      <description>Have you ever needed to locate and replace encrypted secrets in your Splunk configurations? It&amp;rsquo;s a tricky task that requires careful handling. In this article, we&amp;rsquo;ll guide you through the process.</description>
    </item>
    <item>
      <title>Demystifying Splunk Index Retention Settings</title>
      <link>https://bearlychilly.com/notes/demystifying-splunk-index-retention-settings/</link>
      <pubDate>Wed, 04 Oct 2023 10:54:49 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/demystifying-splunk-index-retention-settings/</guid>
      <description>Splunk&amp;rsquo;s index retention settings might seem tricky because they involve various options. If you don&amp;rsquo;t fully understand these configuration options, you could encounter problems like data being deleted too early or not being removed as expected. Let&amp;rsquo;s explore some important index retention settings in &lt;code&gt;indexes.conf&lt;/code&gt;.</description>
    </item>
    <item>
      <title>Splunk - How to Delete Events/Data from Splunk</title>
      <link>https://bearlychilly.com/notes/splunk---how-to-delete-events-from-splunk/</link>
      <pubDate>Wed, 30 Aug 2023 19:29:37 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk---how-to-delete-events-from-splunk/</guid>
      <description>In this guide, we will go through the two main methods you can follow to delete events from Splunk.</description>
    </item>
    <item>
      <title>How to Use Splunk Base Searches in Classic XML Dashboard</title>
      <link>https://bearlychilly.com/notes/splunk---how-to-use-splunk-base-searches-in-classic-xml-dashboard/</link>
      <pubDate>Fri, 25 Aug 2023 11:27:03 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk---how-to-use-splunk-base-searches-in-classic-xml-dashboard/</guid>
      <description>Why Base Searches? Even when constructing a simple dashboard, you might have multiple panels that independently run their own searches within the dashboard. Splunk executes these searches separately, retrieves the results, and then displays the visualizations. This process could potentially cause the dashboard to take longer to load, as each panel completes its search individually. If these panels are based on the same initial data, utilizing a base search becomes advantageous.</description>
    </item>
    <item>
      <title>List - IP OSINT Sites</title>
      <link>https://bearlychilly.com/lists/bearlychilly-list---ip-osint/</link>
      <pubDate>Thu, 24 Aug 2023 11:23:06 +0000</pubDate>
      <guid>https://bearlychilly.com/lists/bearlychilly-list---ip-osint/</guid>
      <description>OSINT (Open Source Intelligence) is one of our favorite topics. Here are some useful sites that we like to use when performing OSINT on IP Addresses.</description>
    </item>
    <item>
      <title>Splunk - Getting Started with Splunk Using BOTS v3 Dataset</title>
      <link>https://bearlychilly.com/notes/splunk---getting-started-with-splunk-using-bots-v3-dataset/</link>
      <pubDate>Mon, 14 Aug 2023 10:54:01 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk---getting-started-with-splunk-using-bots-v3-dataset/</guid>
      <description>If you&amp;rsquo;re looking to dive into Splunk and want a dataset to work with, the BOTS v3 (Boss of the SOC) dataset is a great choice. Lets look at the process of setting up the dataset in Splunk.</description>
    </item>
    <item>
      <title>Linux Splunk Universal Forwarder Install Process and Silent Install</title>
      <link>https://bearlychilly.com/notes/splunk---linux-universal-forwarder-silent-install-v2/</link>
      <pubDate>Fri, 04 Aug 2023 12:15:22 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk---linux-universal-forwarder-silent-install-v2/</guid>
      <description>This guide will walk you through the process of installing a Linux Splunk Universal Forwarder (UF) with the aim of automating the process.</description>
    </item>
    <item>
      <title>Basics of Network Connectivity Troubleshooting</title>
      <link>https://bearlychilly.com/notes/basics-of-network-connectivity-troubleshooting/</link>
      <pubDate>Thu, 01 Jun 2023 13:51:56 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/basics-of-network-connectivity-troubleshooting/</guid>
      <description>In this guide, we will explore network connectivity troubleshooting using a simple use case.</description>
    </item>
    <item>
      <title>Splunk Enterprise Backup Strategy - Secure Your Configuration Files</title>
      <link>https://bearlychilly.com/notes/splunk-enterprise-backup-strategy---secure-your-configuration-files/</link>
      <pubDate>Fri, 26 May 2023 23:25:01 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/splunk-enterprise-backup-strategy---secure-your-configuration-files/</guid>
      <description>Maintaining a reliable backup strategy is crucial when working with Splunk Enterprise, as it ensures the ability to revert back to a functional state in the event of an unrecoverable issue. In this article, we will explore a simple yet effective method of backing up Splunk&amp;rsquo;s &lt;code&gt;/opt/splunk/etc&lt;/code&gt; directory.</description>
    </item>
    <item>
      <title>SSH Key-Based Authentication</title>
      <link>https://bearlychilly.com/notes/bearlychilly---ssh-key-based-linux-authentication/</link>
      <pubDate>Thu, 25 May 2023 13:53:38 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/bearlychilly---ssh-key-based-linux-authentication/</guid>
      <description>Let&amp;rsquo;s take a look at how to set up key-based authentication for SSH. This method is useful for building scripts that require connections to other hosts or just for everyday quality of life improvements. A similar setup can be used for authenticating to a Linux host from a modern Windows installation.</description>
    </item>
    <item>
      <title>🙁 - Rich Dad Poor Dad</title>
      <link>https://bearlychilly.com/books/rich-dad-poor-dad/</link>
      <pubDate>Wed, 24 May 2023 14:10:58 +0000</pubDate>
      <guid>https://bearlychilly.com/books/rich-dad-poor-dad/</guid>
      <description>Rich Dad Poor Dad by Robert Kiyosaki and Sharon Lechter lacked practical action items, with familiar concepts and excessive promotion overshadowing its value, making it fall short of expectations despite the buzz and recommendations.</description>
    </item>
    <item>
      <title>Test Windows Network Connectivity with Test-NetConnection</title>
      <link>https://bearlychilly.com/notes/test-windows-network-connectivity-with-test-netconnection/</link>
      <pubDate>Tue, 23 May 2023 19:27:11 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/test-windows-network-connectivity-with-test-netconnection/</guid>
      <description>When troubleshooting network connectivity issues on a Windows system, the &lt;code&gt;Test-NetConnection&lt;/code&gt; PowerShell cmdlet can be a valuable tool. It allows you to test network connectivity to a specific host and port, providing useful information for diagnosing and resolving issues.</description>
    </item>
    <item>
      <title>Tar Command Cheat Sheet</title>
      <link>https://bearlychilly.com/notes/tar-command-cheat-sheet/</link>
      <pubDate>Tue, 23 May 2023 19:18:49 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/tar-command-cheat-sheet/</guid>
      <description>Tar is a widely used command-line utility for archiving and compressing files and directories on Linux systems. It provides a convenient way to create and manage compressed tar archives. Here is a handy cheat sheet for using tar with different operations.</description>
    </item>
    <item>
      <title>How to Force Reset Splunk Admin Credentials</title>
      <link>https://bearlychilly.com/notes/how-to-force-reset-splunk-admin-credentials/</link>
      <pubDate>Tue, 23 May 2023 19:04:13 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-force-reset-splunk-admin-credentials/</guid>
      <description>Have you forgotten your Splunk admin credentials and have no way of resetting them? This process walks through resetting the credentials from the CLI.</description>
    </item>
    <item>
      <title>How to Install Splunk 9.x on Ubuntu</title>
      <link>https://bearlychilly.com/notes/how-to-install-splunk-9.x-on-ubuntu/</link>
      <pubDate>Tue, 23 May 2023 15:34:54 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/how-to-install-splunk-9.x-on-ubuntu/</guid>
      <description>Lets take a look at the steps needed to install Splunk 9.x on a Ubuntu Linux server.</description>
    </item>
    <item>
      <title>Installing Docker and Docker-Compose on Ubuntu 20.04</title>
      <link>https://bearlychilly.com/notes/installing-docker-and-docker-compose-on-ubuntu-20.04/</link>
      <pubDate>Tue, 23 May 2023 15:16:00 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/installing-docker-and-docker-compose-on-ubuntu-20.04/</guid>
      <description>This is the process for installing Docker and Docker-Compose on Ubuntu 20.04</description>
    </item>
    <item>
      <title>How to Install and Test AWS CLI on Linux</title>
      <link>https://bearlychilly.com/notes/bearlychilly---aws---how-to-install-and-test-aws-cli-on-linux/</link>
      <pubDate>Fri, 19 May 2023 10:54:35 +0000</pubDate>
      <guid>https://bearlychilly.com/notes/bearlychilly---aws---how-to-install-and-test-aws-cli-on-linux/</guid>
      <description>AWS Command Line Interface (CLI) is a powerful tool that allows you to interact with Amazon Web Services (AWS) through the command line. This guide will walk you through the installation process of AWS CLI on Linux and provide additional commands for testing its functionality.</description>
    </item>
  </channel>
</rss>
