An open API service indexing awesome lists of open source software.

https://github.com/falon/log-search

Utility to search in Splunk maillog email from Message-ID, from, to, date.
https://github.com/falon/log-search

email-notifications php php-7 postfix-logs splunk splunk-sdk

Last synced: 18 days ago
JSON representation

Utility to search in Splunk maillog email from Message-ID, from, to, date.

Awesome Lists containing this project

README

          

# Log-Search
Utility to search in Splunk maillog email from Message-ID, from, to, date.

## Require
Splunk for Postfix and Postfix 3.
Add this fields extraction:
```
postfix_syslog : EXTRACT-notification_type,notification_queue_id
^(?:[^ \n]* ){4}(?P[^:]+):\s+(?P.+)
```

## Install
- Clone from git.
- Move the include folder to your root web path (if you don't have already from my others projects).
- Take Splunk SDK from site http://dev.splunk.com/php, unzip it in include folder with original name.

Oh no, Splunk has just removed support from PHP SDK! Damn... I hate Splunk!