Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 775 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 775 Bytes

Logentries - Logstash Output Plugin

This is a plugin for Logentries and Logstash.

Send logs using token

You can forward logs from Logstash to Logentries using unique token. To do this you have to configure the output sectin of your .conf file in your logstash main folder.

output { logentries{ token => "LOGENTRIES_TOKEN" } }

Please refer to this [blog](link here) for more information and instruction on how to set up your .config file.

Logentries Token

You can find the instructions about Token based input here

Need Help?

Try #logstash on freenode IRC or the logstash-users@googlegroups.com mailing

You can also refer to Logentries DOCs