Russell-IO / php-syslog-ng

Automatically exported from code.google.com/p/php-syslog-ng
1 stars 0 forks source link

Input validation error! #170

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Hostname acquired by syslog-ng is displayed as "host.name,"
2. When searching logs by hostname the following error appears
Input validation error! The following fields had the wrong format:
host1
3.When searching logs and hostname is entered manually as "host.name" there
is no error

What is the expected output? What do you see instead?
All logs for "host.name"

What version of the product are you using? On what operating system?
Php-Syslog-NG 2.9.9 Beta [ cdukes ]

Please provide any additional information below.
Probably "," in the host name causes the problem. This value is probably
taken from syslog-ng

Original issue reported on code.google.com by tsze...@gmail.com on 7 Jan 2010 at 3:32

GoogleCodeExporter commented 9 years ago
You can add the allowed regex to the config.php

Original comment by cdu...@gmail.com on 8 Jan 2010 at 7:53