Author Topic: [Release] Log Searcher  (Read 1628 times)

0 Members and 1 Guest are viewing this topic.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
[Release] Log Searcher
« on: July 02, 2006, 06:06:17 am »
Well I havent released anything in a long, long time... So, I present you with the result of boredom and 103 lines of code:
Note: This tool is recommended for Server Admins with SSH access to their server.

Soldat Log Searcher v1.0 by EnEsCe
http://enesce.com/

Usage Instructions:

(No Parameters (Double click LogSearcher.exe))
You may run LogSearcher alone without any parameters, but you will be prompted to enter them.
Just press Enter to use the default values.

(With Parameters)
-t "Look for me!"    [Text to search for. Using "quotes". You may use Wildcards] (See more below)
-d "YY-MM-DD"        [Date to search for. You may use wildcards]       (See more below)
-p "/home/soldat"    [Path to your Soldat files. Do not add a / at the end]
-r "1-60"            [Range of logs to search in. Format: "low-high"]
-o                   [Output search results to results.txt]
-h                   [LINUX ONLY! Daemonize search (Run in background)] (forces -o)

~~ Tip ~~
For faster searching, I recommend you input a Range of files.
Example:
To search in files "consolelog-56.txt" to "consolelog-150.txt" use
-r "56-150"

~~ Wild Cards ~~
Wildcards are asterisks (*) or question marks (?). An asterisk matches any number of characters.
A question mark matches a single arbitrary character.
* Example:
String - "HAHA I AM A NOOB"
Mask   - "HAHA I AM A *"    - Will match String
Mask   - "HAHA I AM A N??B" - Will match string
Date   - "06-07-02" (YEAR-MONTH-DAY)
Mask   - "06-06-*" - Will match any lines that were saved during January
Mask   - "*"      - Will match ALL lines

~~ Help ~~
For further help on the use of this program, you may contact me here:
http://support.enesce.com
-OR-
Private Message me on the Soldat Forums here: (EnEsCe)
http://forums.soldat.pl/index.php?action=pm;sa=send;u=60



~~ Download Links ~~
Windows Version: Click Here
Linux Version: Click Here

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: [Release] Log Searcher
« Reply #1 on: July 02, 2006, 09:05:08 am »
nifty and useful

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: [Release] Log Searcher
« Reply #2 on: July 02, 2006, 09:07:22 am »
Download it before you comment on it dude...

Offline mar77a

  • Global Moderator
  • Veteran
  • *****
  • Posts: 1295
  • mad
    • random stuffs
Re: [Release] Log Searcher
« Reply #3 on: September 20, 2006, 04:38:25 pm »
Hey, i had it bookmarked, i knew i would use it sometimes that's why i commented. I just downloaded it and it's great.