Added gitignore & readme

This commit is contained in:
Tristan Ancelet 2024-05-18 13:28:12 -05:00
parent ee1ac789b2
commit 25bb829ccb
2 changed files with 19 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*
!.gitignore
!log-search
!README.md

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# log-search
This is a bash utility for getting & parsing logs from both local & remote sources.
## Nodes (Local & Remote)
On nodes themselves the utility allows you to grab logs from two different sources:
- Journal
- Messages file
### Journal
On nodes themselves the utility can grab logs from both the journal & messages files.
## Syslog Server
### Syslog Node Logs
If you use a syslog server you can also remotely query logs from the log directories.