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
1
vote
1 answer

How to log the data using WIFI connection in android log entries SDK

I want to know is there any way to determine whatever I am logging should go through WIFI instead of device network,Is there any methods as part of Log entries SDK
Rakesh
  • 14,997
  • 13
  • 42
  • 62
1
vote
1 answer

Logging in Typescript using Bunyan and Logentries

I want to setup remote Logging using logentries.com in my ionic app. This an extract from my package.json: "dependencies": { "bunyan": "^1.8.5", "bunyan-logentries": "^1.2.0", }, "devDependencies": { "@types/bunyan": "0.0.35", …
Besi
  • 22,579
  • 24
  • 131
  • 223
1
vote
1 answer

log4j2 with 3rd party appenders

I'm trying to set up some third party appenders in a java app (which is a web API) - the appenders are libraries which are added as dependencies. This is a maven app, and those libraries are Raven (via Sentry) and Logentries. They accept logs and…
Justin
  • 2,692
  • 2
  • 18
  • 24
1
vote
1 answer

Serilog.Sink.LogEntries doesn't work when run on mono on Ubuntu

I want to use Serilog together with LogEntries. This works fine when I run the App on a Windows PC, but when building and running on mono on ubuntu 14.2 no messages are received at LogEntries. As a second slog sink I have configured console output…
Thomas
  • 8,397
  • 7
  • 29
  • 39
1
vote
1 answer

Logentries + Xamarin = how?

The main question is: how to integrate Logentries in a Xamarin-based mobile app? Below two ways are taken into consideration: Serilog and log4net. Logentries supports Android, iOS, WP natively but not when those APIs are proxified using Xamarin.…
Ivan Caravanio
  • 597
  • 1
  • 7
  • 20
1
vote
1 answer

Logentries - Python example return UnicodeDecodeError

i'm trying to setup a "logentries" account to log my python development events. But I get the following error even with the most simple test available in the documentation. Any thoughts? Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32…
Maviles
  • 3,209
  • 2
  • 25
  • 39
1
vote
1 answer

Logging service allowing simple interface

I'm looking to do some dead-simple logging from a web app (client-side) to some remote service/endpoint. Sure, I could roll my own, but for the purpose of this task, let's assume I want an existing service like Logentries/Splunk/Logstash so that my…
sstur
  • 1,769
  • 17
  • 22
1
vote
1 answer

Serilog to LogEntries MachineName and ThreadId are not being logged

I am using Serilog to log to LogEntries.com but when I configured the Serilog to send entries enrich with MachineName and ThreadId, they did not show up in LogEntries entries. How does the entry being sent to LogEntries get formatted. Do I have to…
ozone
  • 311
  • 2
  • 9
1
vote
1 answer

Troubleshooting AppHarbor's "LogEntries" Add-On

I've configured everything with LogEntries and log4net according to this article: https://logentries.com/doc/appharbor/ However, in my LogEntries panel, I only see events from the IIS log - nothing that I'm logging from my application using log4net.…
blaster
  • 8,876
  • 11
  • 48
  • 77
0
votes
0 answers

gcloud logging write size limited to 128 kb

In GCP, I'm trying to add a Stackdriver log entry of size 138 kb as a json payload using a cloud shell command. It failed, saying "arguments are too long" . I'm able to insert entries of size less than or equal to 128 kb. As per the documentation ,…
0
votes
1 answer

Logentries with heroku not displaying Exceptions

I'm very new to logentries and still learning. I'm using logentries with heorku. I used to see a list of Exceptions but now it constantly says "0" even with there are plenty. What can I do for logentries to show me an aggregated view of the…
Boosted_d16
  • 13,340
  • 35
  • 98
  • 158
0
votes
0 answers

Get this warning with latest Chromedriver: Unable to evaluate script: disconnected: not connected to DevTools . How to resolve this?

I get this warning in eclipse : Unable to evaluate script: disconnected: not connected to DevTools when running cucumber selenium script. image of the warning I am using the latest Chrome driver version. Since this issue, the following code does not…
lakmali
  • 1
  • 2
0
votes
1 answer

Using multiple Heroku logging add-ons simultaneously

Is it ok to simultaneously use both Papertrail and LogEntries logging with the same Heroku application, or could that cause issues?
user13771027
0
votes
1 answer

how can i get Rails app logs to display in Heroku logentries add on?

At some point my app stopped showing useful app logs, and started showing router logs instead: 2020-06-10T04:57:59.800199+00:00 heroku[router]: at=info method=POST path="/users/sign_in" host=www.site.com…
calyxofheld
  • 1,538
  • 3
  • 24
  • 62
0
votes
1 answer

Logentries Docker container will not start

I have just added the Logentries Docker container, to a Rancher setup. We have another set of LE Docker containers running already just fine. However, this new container will not start – the logs say: events.js:85 throw er; // Unhandled 'error'…
Leo
  • 4,217
  • 4
  • 25
  • 41