uhi67/simplesamlphp-module-logpeek

A SimpleSAMLphp module to provide a web API to access the log files.

Installs: 87

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:simplesamlphp-module

1.1.1 2020-06-22 15:12 UTC

This package is auto-updated.

Last update: 2024-03-22 23:50:31 UTC


README

This module provides a web API that you can use to search for all to lines in the logs corresponding to a specific session identifier.

Installation

Once you have installed SimpleSAMLphp, installing this module is very simple. Just execute the following command in the root of your SimpleSAMLphp installation:

composer.phar require simplesamlphp/simplesamlphp-module-logpeek:dev-master

where dev-master instructs Composer to install the master branch from the Git repository. See the releases available if you want to use a stable version of the module.

The module is enabled by default. If you want to disable the module once installed, you just need to create a file named disable in the modules/logpeek/ directory inside your SimpleSAMLphp installation.

Change log

1.1 (2020-06-22)

  • Added authorization config parameters (see config-templates/module-logpeek.php)
  • Preserve last search tag
  • Detailed error display