Logentries hidden
Use Logentries to understand your log data and ultimately your systems. Logentries can be configured in minutes and can help identify system problems fast. Prevent system down time by using Logentries to automatically identify symptoms of critical issues ahead of time.
Tag events in your logs such as errors, warnings, exceptions so you can clearly identify issues. Or tag business events such as payments, registrations or logins to get an up to date real time view of your business.
Get started with your free Logentries trial account today. All trials offer 30 days of unlimited services, for free! You will automatically get switched to a Free Account after the 30 days period.
FreeFree |
|
Metered$1.99 |
|
1. Clone the repo
$ git clone git://github.com/logentries/eycloud-logentries.git
2. Navigate to the following chef file
eycloud-logentries/cookbooks/le/attributes/recipe.rb
3. Modify the recipe with your Logentries API key. This API key is found by clicking "Show Vars" underneath the Logentries buttonin your Engine Yard Cloud environment
le_api_key('YOUR_API_KEY_GOES_HERE')
4. Next, navigate to the following file
eycloud-logentries/cookbooks/le/recipes/configure.rb
5. Simply include the log files you would like to monitor. By default the following files are configured to be sent to Logentries
"/var/log/syslog",
"/var/log/auth.log",
"/var/log/daemon.log",
"/var/log/nginx/#{app_name}.access.log"
6. Upload recipe
$ ey recipes upload -e ENVIRONMENT_NAME
7. Apply recipe
$ ey recipes apply -e ENVIRONMENT_NAME