PDA

View Full Version : See LOG from Command Line instead of Event Log


rahmath
10-13-2008, 08:44 AM
Dear Untanglers

As i am new user who implemented Untnagle in our environment with around 300 users, i have a doubt in reviewing Log files...

Currently I know only one way in dealing with Log, that is through the "Event Log" of the Graphical display. But i would like to see the same log from the command Line... which i can process it by using Linux utilities like awk, grep, sort, etc... for my better understanding about the activities...

So please guide me how to deal with these logs of Firewall and other products through command line...

Thanks in Advance...

sky-knight
10-13-2008, 08:48 AM
All of the stuff that shows in the event viewer is in the postges database. You'd have to query it.

rahmath
10-13-2008, 10:54 AM
i guessed that... but can u tell me... how to do it.... Please...


Thanks in Advance...

sky-knight
10-13-2008, 11:45 AM
Specifically I don't have a clue..

The only information I have that I know you need is...

psql -U postgres uvm

mdh
10-13-2008, 09:11 PM
That capability is not currently available. Supposedly, it will become available in the future. I don't have a date for it.

rahmath
10-13-2008, 11:14 PM
Thanks for you both...