Questions tagged [logentries]

Logentries is a cloud-based log management and analytics platform.

Logentries is a software as a service provider for log management and intelligence, based in Boston, Massachusetts and Dublin, Ireland.

Logentries collects and analyzes data found within log files, in real-time with a cloud-delivered approach.

The Logentries technology collects and analyzes logs across software stacks using a pre-processing layer to filter, correlate, and visualize log data.

https://logentries.com/

73 questions
16
votes
1 answer

Rails app hosted on heroku: Error R12 (Exit timeout)

I have a Rails 3.1.4 app hosted on heroku. I have added the logentries add-on. I didn't touch the default configuration for alerts, and I now receive every few hours an alert: 'Exit timeout': Exit timeout: Heroku/myappname 2012-03-23…
Guillaume
  • 21,685
  • 6
  • 63
  • 95
8
votes
0 answers

Pingdom external service format

I am trying to send alert from Logentries to Pingdom. Logentries support webhooks and Pingdom can integrate with External Services. Based on http://royal.pingdom.com/2015/02/10/integrate-nagios-pingdom/ I have figured out that it is possible to…
Lukas
  • 13,606
  • 9
  • 31
  • 40
8
votes
1 answer

node.js - PM2 log uncaught exceptions to third-party service (as Logentries)

I'm using pm2 (https://github.com/Unitech/pm2) in my node.js project. Also I'm sending logs of errors of the app in Logentries (https://logentries.com). I wonder is it possible to log uncaught exceptions from the app (when something fails badly and…
Kosmetika
  • 20,774
  • 37
  • 108
  • 172
5
votes
1 answer

How to configure logentries in AWS ECS Task definition

I'm trying to configure logentries for a Task Definition on AWS ECS As you can see here "logentries" is available for container instances. However I can not find any documentation or example about how to configure it. I've seen examples of other…
Ignasi
  • 5,887
  • 7
  • 45
  • 81
5
votes
1 answer

Is it possible to filter out log items based on strings or regex for instance from the live tail?

I have a test app with heroku with the logentries add on. I was wondering if it was possible to filter out some types of logs from the live tail, in my case all logs with the terms "heroku router"
Running Turtle
  • 12,360
  • 20
  • 55
  • 73
4
votes
0 answers

Ordering logs by embedded timestamp vs Heroku timestamp Logentries

Is there a way to change the settings within Logentries on Heroku to sort the logs based upon the embedded log timestamp vs the timestamp that Heroku displays? Currently having issues with our logs being completely out of order when we are letting…
parchambeau
  • 1,141
  • 9
  • 34
  • 56
3
votes
0 answers

Logentries how to log /dev/stdout

I'm using Logentries and Kubernetes and I've tried the Logentries Docker image which works well but all logs get sent to the same log. I need a way to send logs from different containers to different logs and the logs should be created in Logentries…
Mikhail Janowski
  • 4,209
  • 7
  • 28
  • 40
3
votes
1 answer

Logs are not send to logentries from aws ecs

We are using log-entries as driver on AWS ECS service for sending logs to our logentries account. We have configured AWS ECS service with required parameters like logentries-token but it's observed that after certain amount of time certain…
HDB
  • 782
  • 2
  • 7
  • 18
3
votes
4 answers

Sumologic for JavaScript application

I already have sumologic working on my EC2. I also have a customer facing React application. I want to integrate sumologic for my client side application as well. Found two npm module for…
Pradeep Jaiswar
  • 1,785
  • 7
  • 27
  • 48
3
votes
5 answers

Bluemix Container status reads 'Networking'

I am attempting to setup a container on Bluemix that accepts UDP traffic and forwards it using a TCP connection to Logentries. When running the container locally, I used NetCat to simulate UDP traffic and saw it successfully displayed at the…
pcrock
  • 33
  • 4
3
votes
2 answers

Cannot write log to LogEntries from Azure Web App

From inside a Asp.Net Web Api Application (version 5) I am trying to send logs to LogEntries but cannot. With the same code and configuration, I can send the logs successfully from localhost. This is the code I am using to send the logs (with…
Serhat Ozgel
  • 23,496
  • 29
  • 102
  • 138
3
votes
2 answers

Sails.js log transport depend on environment

I have a Sails.js project that I would like to add LogEntries support for event logging. However I would like to use LogEntries only in some environments. For example, in development I don't want to fill the logs with development garbage. //…
jonathanwiesel
  • 1,036
  • 2
  • 16
  • 35
3
votes
1 answer

Rails.logger.error not being identified as error by Logentries addon

I'm using Rails.logger.error to log my errors. I'm trying to view them in my logs and in heroku's logentries addon byt I see they are logged as simple text. No indication that this is in fact an error and Logentries isn't picking it up as an error…
Uri Klar
  • 3,800
  • 3
  • 37
  • 75
2
votes
3 answers

Reading LogEntries configuration from the environment

According to LogEntries documentation Account key should be filled in Web.config file. At the same time, it exists in AppHarbor configuration variables. Can I read the value from the configuration variables instead of using hard-coded value?
UrK
  • 2,191
  • 2
  • 26
  • 42
2
votes
1 answer

log4net.Filter.PropertyFilter is not working

I am new to logenteries working on log4net filter i have tried remaining filters like "level range,stringtomatch,LoggerMatchFilter" all are working fine however property filter is not working . I have tried different solutions also it doesn't…
prasanthi
  • 562
  • 1
  • 9
  • 25
1
2 3 4 5