Added gitignore & readme
This commit is contained in:
parent
ee1ac789b2
commit
25bb829ccb
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
*
|
||||
!.gitignore
|
||||
!log-search
|
||||
!README.md
|
15
README.md
Normal file
15
README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user