© 2023 Hashnode
#logs
In this article, we'll explore how to create a Script Action in Sumo Logic by writing a simple bash script that pings an IP found on an event log. We'll then use the Sumo Logic UI to configure a Colle…
Sumo Logic is a cloud-based log management and analytics platform that enables organizations to collect, analyze, and visualize their machine data in real-time. One of the key components of Sumo Logic…
Fluent Bit is a lightweight and versatile log collector and forwarder designed to handle high-volume data streams from various sources. It is an open-source tool that offers a range of features, inclu…
Sudo allows system administrators to allow users run command as root user. The commands that run with sudo needs to be logged in for security and compliance reasons. Security — Sudo logs can provide a…
Deploying software projects can be a challenging task, especially when it comes to ensuring that the process runs smoothly and efficiently. At PipeOps, we understand the importance of an efficient and…
The issue Have you ever had those moments when an end-user calls you out of the blue with a disturbing message about your app? It happened to me last week; an end-user called in a panic with the messa…
Our developers face issues and find ways to solve them daily. Most of the problems can be seen and solved locally before any code is delivered to production, through tests and debugging. But sometimes…
Add the following function to your .zshrc file & then source ~/.zshrcThis search is case insensitive function gsearch(){ git log -3 -i --grep="$1" --pretty=format:'%h %s [%an]' } Usage : gsearch wip
So, you want to start log ingestion with Sumo Logic?First, you need to choose the Collector’s name or source needed to collect logs called Metadata. We can follow the official document about naming S…