loganalyzer icon indicating copy to clipboard operation
loganalyzer copied to clipboard

Adiscon LogAnalyzer, a web frontend to log data from the same folks the created rsyslog

Results 28 loganalyzer issues
Sort by recently updated
recently updated
newest added

If you add a new field the same "FieldID" and "Display Name" as another existing one instead of giving an error that it already exists, it is overwritten with the...

Hi, Not sure if this is a common issue but I recently installed rsyslog / loganalyzer on a Vm runing CentOS 7.4 with PHP v7.2 I noticed in the error...

enhancement

The MongoDB API appears to have changed in PHP 7. This means the MongoDB code in LogAnalyzer needs to be updated Here is the new API doc: http://php.net/manual/en/mongodb.tutorial.library.php The new...

Dear, When configuring multiple allowed directories, they are not validated correctly. The problem is that in the **./classes/logstreamdisk.class.php** the **function Verify()** has a very little problem. When looking for the...

MongoDB offers a capped collection feature. This means the table for syslog entries operates as a ring buffer, using a fixed maximum amount of disk space. When the collection is...

My display is configured to show just 50 records MongoDB has about 120,000 records It takes about 20 seconds for LogAnalyzer to return a page. I tried creating some indexes...

For MongoDB, the default values from install.php are: database name: loganalyzer table name: systemevents In ommongo, README.Debian suggests the defaults are database name: syslog table name: log In the web...