dev-master
9999999-dev
MIT
The Requires
- php >=5.3.0
The Development Requires
by Joey Kaan
monolog time processor splunk
v1.0.0
1.0.0.0
MIT
The Requires
- php >=5.3.0
The Development Requires
by Joey Kaan
monolog time processor splunk
Wallogit.com
2017 © Pedro Peláez
$ composer require "jkaan/monolog-splunk-time-processor", (*1)
The example highlights using this processor with Monolog., (*2)
$monolog->addProcessor(new SplunkTimeProcessor());
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., (*3)
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., (*4)
MIT
monolog time processor splunk
MIT
monolog time processor splunk