https://github.com/gonace/graylogcp-raidenftpd
RaidenFTPD Logging Content Pack
https://github.com/gonace/graylogcp-raidenftpd
Last synced: 3 months ago
JSON representation
RaidenFTPD Logging Content Pack
- Host: GitHub
- URL: https://github.com/gonace/graylogcp-raidenftpd
- Owner: gonace
- License: mit
- Created: 2016-08-08T11:04:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T15:43:41.000Z (over 5 years ago)
- Last Synced: 2025-01-30T23:16:10.487Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RaidenFTPD
RaidenFTPD Logging Content Pack for Graylog### Includes
* Input (RaidenFTPD-gelf - GELF/UDP/5443)
* Extractors (RaidenFTPD GROK && Convert File Size && Convert Speed && all action descriptions)
* Dashboard (RaidenFTPD)### Requirements
* RaidenFTPD with license and configured to log in separate utf-8 log.
* A GELF capable log exporter/collector such as nxlog or Graylog Collector monitoring the log file path#### Example of a working NXlog.conf file input/output configuration (using Collector Sidecar):
```Module im_file
File "C:\RaidenServer\RaidenFTPD\Log\utf8-pippin-*.log"
PollInterval 1
SavePos True
ReadFromLast True
Recursive False
RenameCheck True
Exec $FileName = file_name(); # Send file name with each messageModule om_udp
Host 10.0.0.14
Port 5443
OutputType GELF
Exec $short_message = $raw_event; # Avoids truncation of the short_message field.
Exec $Hostname = hostname_fqdn();```
## Screenshots
