Download the PHP package jkaan/monolog-splunk-time-processor without Composer
On this page you can find all versions of the php package jkaan/monolog-splunk-time-processor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package monolog-splunk-time-processor
Splunk Time Processor
Install
$ composer require "jkaan/monolog-splunk-time-processor"
Usage
The example highlights using this processor with Monolog.
All records that you send through Monolog will have a time
key added to record.
This time
key contains the current date in ISO8601 format with milliseconds accuracy.
Why?
When logging JSON data to Splunk, by default, it separates log events based on time.
If you don't include a time
key as the first key multiple log events could possibly be categorised as one row in Splunk.
All versions of monolog-splunk-time-processor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package jkaan/monolog-splunk-time-processor contains the following files
Loading the files please wait ....