Skip to content

Send log files to logentries with a simple docker container

License

Notifications You must be signed in to change notification settings

signisto/logentries-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logentries Docker

This is a very simple tool for sending a single log file to Logentries.

Usage

The following variables are required to be set.

Key Description
LE_NAME Name of the st you're sending data to
LE_TOKEN The key for your logset
LE_PATH Absolute path for the file to send
docker run -e LE_NAME=test -e LE_TOKEN=XXX -e LE_PATH=/var/log/nginx/access.log signisto/logentries-docker

License

This repository is licensed the MIT License

About

Send log files to logentries with a simple docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published