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
2
votes
1 answer

Log4Net / LogEntries brought down our production site

We had a seriously scary incident this morning. Our QA team (who fortunately start work before the US work day begins) reported that our production web site had suddenly gone down. We had not done anything strange at that time; the failure was…
Shaul Behr
  • 36,951
  • 69
  • 249
  • 387
2
votes
0 answers

Winston only logs either warnings or errors

I have a fairly straight forward winston setup, where I add 3 transports to a custom logger: import winston from 'winston'; import Logentries from 'winston-logentries'; const logger = new (winston.Logger)(); logger.add(winston.transports.Console,…
Lukas
  • 9,752
  • 15
  • 76
  • 120
2
votes
3 answers

How to drain application logs from bluemix to logentries

I see the follow doc from cloudfoundry document Service-Specific Instructions for Streaming Application Logs: Logentries is Not Supported Cloud Foundry distributes log messages over multiple servers in order to handle load. Currently, we do not…
shawnzhu
  • 7,233
  • 4
  • 35
  • 51
2
votes
3 answers

Docker: Logging From Both App and Server In One Container

I want to use a centralized log catcher like Logentries, but I don't want its agent running inside all of my containers. Thus I plan for each service to log to its container's stdout, which is then passed to Logentries via the Docker API or a…
jchamberlain
  • 1,038
  • 8
  • 26
2
votes
1 answer

Problems setting up LogEntries on App Engine

I'm trying to setup logentries on App Engine backend Java on Android Studio I keep getting this error message whatever I did log4j:WARN No appenders could be found for logger (root). log4j:WARN Please initialize the log4j system…
2
votes
2 answers

Logentries + AWS incompatbility

I'm developing a Java Web application using Wildfly (and maven), I wanted to use logentries with Logback as described in https://logentries.com/doc/java/#logback . I'm also using the AWS SDK for some operations and it seems to be an incompatibility…
2
votes
4 answers

Log4net won't send data to "Logentries"

I am trying t to log some data to www.logentries.com with log4net. My problem is that everything I try to log gets shown in the FileAppender but no data is shown on logentries.com. I tried to get some error information and enabled log4net internal…
ThisWillDoIt
  • 380
  • 6
  • 24
2
votes
1 answer

Integrate multiple AppHarbor apps with existing Logentries account

I have an existing Logentries account that I already log application data to. I would now like to also log AppHarbor infrastructure layer data (load balancer, iis, etc). Basically exactly what you get when you add the AppHarbor Logentries…
Tyson
  • 14,726
  • 6
  • 31
  • 43
2
votes
2 answers

Background Application in AppHarbor and Logentries

Now I've a web application and 3 background application in AppHarbor . I want to use logentries to log each app in different location. based on logentries docs for AppHarbor https://logentries.com/doc/appharbor/ the token keys are read from…
ammar off
  • 23
  • 2
1
vote
1 answer

Serilog LogEntries sink deprecated

The LogEntries sink for Serilog has been deprecated and we are using this in our production applications. Does anyone have any suggestions to resolve this issue? https://github.com/serilog-archive/serilog-sinks-logentries
1
vote
0 answers

How to get all field details in a django LogEntry()

I have a LogEntry items I'dlike to call one by one to make a table. So far I have managed to get it working partially with this. …
fakeMake
  • 738
  • 8
  • 18
1
vote
0 answers

Logs not getting pushed to logEntries

We are having docker containers running on Amazon ECS. These docker containers are pushing logs to logEntries via logEntries token. We are seeing that the logs are getting pushed to logEntries whenever the container is restarted and after sometime…
1
vote
1 answer

Logentries with Winston in not capturing ERROR, DEBUG

I am using Winston 3.1.0 in my NodeJS app, together with Logentries le_node 1.8.0. Logentries is only capturing only INFO, DEBUG nor ERROR nor DEBUG. I am using also Console & File transports, and those are logged correctly. Any idea why LE is only…
To Kra
  • 3,344
  • 3
  • 38
  • 45
1
vote
1 answer

Cannot read property 'LEENDPOINT' of undefined

I am integrating LogEntries in my react application. But right after importing LogEntry js file. I am getting console error that: const Logger = require ('./logger.jsx')('your token', {trace: true}); Error: le.min.js:5 Uncaught TypeError: Cannot…
Rahul
  • 5,594
  • 7
  • 38
  • 92
1
vote
3 answers

Logging To Logentries via Nlog in an Azure Function

Has anyone had any luck getting their azure function to write to Logentries via nLog? Haven't been able to find any samples or docs online. Closest thing I could find was this example but doesn't take into account…
mariob_452
  • 103
  • 1
  • 1
  • 7
User Date Log Item Affected