Tagged Questions
3
votes
1answer
130 views
Filter syslog in php functions, then display contents in JS div?
Let's revise this question with a new approach...I have three files: logtail.php, ajax.js and index.php. My goal is to create a syslog viewer (Linux).
On index.php I made a div where I want to ...
0
votes
1answer
183 views
How does syslog-ng validate the header?
I am wondering how syslog-ng validates that the header is in the correct format (pri, timestamp, hostname). Does it use regular expressions for this purpose?
1
vote
4answers
623 views
Python regex to pull FQDN from syslog server
I'm trying to build a regex to parse our syslogs. I was asked to account for each server that uses the service. I wrote a simple regex to pull out the FQDN, but it seems to be consuming too much of ...
1
vote
5answers
280 views
Error reading log file with reg expression
I am trying to read a log file with the content look like this:
127.0.0.1 - - [17/OCT/2009:00:02:14 0000] GET xxxxxx xxxx xxx
I tried the following reg exp and I am getting ERROR: Unclosed group ...