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
0
votes
3 answers

Cannot install Logentries Mac Agent on OS X Yosemite

I tried to install Logentries (Mac Agent) as instructed by the website itself. I followed the steps as instructed. curl -O https://raw.githubusercontent.com/logentries/le/master/install/mac/install.sh I downloaded the install.sh script and ran…
Amrit Shrestha
  • 1,620
  • 20
  • 25
0
votes
2 answers

Simulate file with NLog (create virtual filesystem path)

I use NLog (with logentries.com) for logging in my WPF app, but some external components of my app accepts only filesystem path as log output. It is possible, to create "virtual path/file" which will be associated with NLog and every line appended…
Dominik Palo
  • 2,873
  • 4
  • 29
  • 52
0
votes
3 answers

How to group logs by "start-point" among a distributed system

I have a distributed system with lots of machines, each machine produces logs, and can call services in others machines (that produces logs too). I'm using a centralized log service (Logentries), and what I have is this: 12:00:00 Server1 apache…
0
votes
2 answers

How to parse logentries log with goaccess?

I am having logs of all servers on logentries and when I try to open it with goaccess it gives me wrong statistics. Is there a way through I can parse logentries log with goaccess. I am trying to parse logentries log to goaccess. I am trying to…
0
votes
2 answers

Mule 3.6.1 and Logentries using log4j2

We are building our application with Mule 3.6.1. In order to overwrite their log, we need to use log4j2.xml. I followed the example for making one here: https://logentries.com/doc/java/. When I run our application I am getting: 2015-05-06…
Stanislav Ivanov
  • 425
  • 2
  • 7
  • 19
0
votes
1 answer

Params in LogEntries configuration

Using the default configuration for LogEntries, is it possible to create insert parameterized values into the layout?
Mark Walsh
  • 3,241
  • 1
  • 24
  • 46
0
votes
2 answers

Charts/Graphs on Logentry server

Is it possible to fetch charts which show on logentries server using API ? I have a requirement where we need to show such usage charts on a custom application, am wondering if I can get the charts directly from logentries ? If that is not possible,…
0
votes
2 answers

LogEntries without a .config file in a .NET application

I am reading the article on logging from .NET Applications found here. I would like to do the functional equivalent without using a .config file. Does anyone have code samples for that? Thanks
Jamie Dixon
  • 4,204
  • 4
  • 25
  • 47
0
votes
2 answers

Parse.com and Logentries

I'm using Parse.com with iOS SDK. I really want to get all Parse logs into a third party service (Logentries) but I have no idea if Parse.com's logs can be exposed at all? Obviously having log data which periodically gets deleted in Parse is not…
Brian
  • 123
  • 1
  • 4
0
votes
1 answer

Logentries and Rails

I am using logentries with Rails My environment is deployed on AWS and when I tried to look at my rails logs from logentries I don't see a status response or any parameter but when I ssh in my instances and I tail the logs I can see these…
Elie
  • 131
  • 2
  • 3
  • 12
0
votes
1 answer

Heroku add-ons 'Logentries' & 'FlyData' query

I have a Ruby on Rails web app hosted on Heroku and I've setup Logentries add-on which sets up alarms for 'High Response Time'. Lately, I have started getting emails for 'ALERT High Response Time', which mention that the high response time was…
Jatin Ganhotra
  • 6,825
  • 6
  • 48
  • 71
0
votes
2 answers

Logentries fails when Django management command run as cron job in Dotcloud

I have a Django application running on Dotcloud. I have tried to add Logentries logging which works in normal usage for my site, but causes my cron jobs to fail with this error - Traceback (most recent call last): File…
jensontech
  • 31
  • 3
-2
votes
1 answer

NameError: name 'model_object' is not defined

I'm trying to get all model operations in my django app with the following code but it returns an error. I get the error NameError: name 'model_object' is not defined def admin_main(request): logs = LogEntry.objects.log_action( …
fakeMake
  • 738
  • 8
  • 18
1 2 3 4
5