diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dcd64c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.gitignore +!log-search +!README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..145719c --- /dev/null +++ b/README.md @@ -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.