From 4e4e9b6e6ba844e38c611520688cd84874287e38 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Sat, 18 May 2024 13:34:36 -0500 Subject: [PATCH] Added more to README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 145719c..98e6ced 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # log-search This is a bash utility for getting & parsing logs from both local & remote sources. +## What makes this utility useful? +### Filters +This utility comes with a few log filters baked in, allowing for specific types of logs to be returned (aka logs from specific messages & services). Making for log gathering for troubleshooting to be much easier for support personel in large organizations and allow for ample information to be gathered before escalating to T2 or T3. ## Nodes (Local & Remote) On nodes themselves the utility allows you to grab logs from two different sources: @@ -10,6 +13,7 @@ On nodes themselves the utility allows you to grab logs from two different sourc ### Journal On nodes themselves the utility can grab logs from both the journal & messages files. -## Syslog Server -### Syslog Node Logs +### Syslog Server +#### Syslog Node Logs If you use a syslog server you can also remotely query logs from the log directories. +