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. +