bash-logsearch-tool/README.md

20 lines
843 B
Markdown
Raw Normal View History

2024-05-18 18:28:12 +00:00
# log-search
This is a bash utility for getting & parsing logs from both local & remote sources.
2024-05-18 18:34:36 +00:00
## 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.
2024-05-18 18:28:12 +00:00
## 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.
2024-05-18 18:34:36 +00:00
### Syslog Server
#### Syslog Node Logs
2024-05-18 18:28:12 +00:00
If you use a syslog server you can also remotely query logs from the log directories.
2024-05-18 18:34:36 +00:00