Questions tagged [loggly]

Loggly is a cloud-based log management service.

Loggly is a cloud-based log management service.

97 questions
0
votes
0 answers

Configure rails from external gem

I am trying to configure my rails application from an external gem. Trying to build a central gem for handling logging related things.I am setting few loggly configs and trying to add custom params in loggly inspired from this post- Custom data to…
Rakesh Yadav
  • 369
  • 3
  • 5
  • 19
0
votes
1 answer

Golang logrus logs available in console but not being sent to loggly

I have a golang project and I'm trying to use loggly logging as explained in their blog at https://www.loggly.com/blog/logging-to-loggly-from-go-with-logrus-and-logrusly/ The problem is that with their example, things are fine but I have a bunch of…
Gaurav Ojha
  • 1,147
  • 1
  • 15
  • 37
0
votes
1 answer

Rsyslog: imfile does not switch to inotify mode

I'm trying to send multiple nginx logs to loggly... Config file: /etc/rsyslog.d/21-nginx.conf $ModLoad imfile #$InputFilePollInterval 10 $InputFileMode inotify $WorkDirectory /var/spool/rsyslog $PrivDropToGroup adm # nginx…
0
votes
1 answer

How do I aggregate data from the morgan logging library?

I have been using the Morgan logger on my node.js API to get some insights into how routes are performing with sample output such as: 2016-05-17T22:47:59.232Z - performance: GET /login 200 14.767 ms - 1157 I'm looking for a way to aggregate this…
Eric H
  • 1,323
  • 3
  • 14
  • 29
0
votes
1 answer

loggly logging issue with json string

I'm sending the following string to Loggly: { ContextInfo: [ { context.Product.State: Published }, { context.Product.SubscriptionRequired: True }, { Product.Groups:…
Greg Brattle
  • 421
  • 1
  • 7
  • 20
0
votes
1 answer

What should be logged in Nodejs?

We are starting out a new Nodejs project, and I am working on wiring up Winston to Loggly. Since we are new to node, my question is, what is typically information that should be logged and in what format for Loggly to accept it? What do you guys…
John M.
  • 119
  • 1
  • 9
0
votes
0 answers

IOException while attempting to communicate with Loggly java.net.SocketException: Socket is closed

I am trying to send android logs to Loggly and for that using logback logging. I created a simple project to test the functionality. I got to know that either we need to violate strict mode or create Async task to send logs otherwise it will give…
A.S
  • 51
  • 1
  • 2
  • 5
0
votes
1 answer

How to setup Loggly with Tomcat 8 on Elastic Beanstalk

How do I configure Loggly to work with elastic beanstalk and Tomcat 8? The default script provided by Loggly to setup logging with Tomcat doesn't work because I get the error cannot find startup.sh I set CATALINA_HOME as /usr/share/tomcat8 but there…
tt_Gantz
  • 2,786
  • 3
  • 23
  • 43
0
votes
1 answer

JSON.stringify failing due to breeze entityAspect nesting

We are trying to use loggly in our AngularJS/Breeze web portal and I am having some trouble when I am trying to send the error over the wire via $log.error (both the angular logging and loggly logging are in play here). Eventually there is a call…
DavidActualX
  • 55
  • 1
  • 5
0
votes
1 answer

loggly - how to exclude particular lines entry in loggly

I have configured PHP log file to loggly. I can find there are too many entries for PHP notice i.e 3 out 4 is this php notice. How can I exclude that particular log entries PHP Notice: in loggly? Alternative, can I exclude only php notice entries…
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

Log events parsed by Logstash end up in Loggly four times

My log events that are parsed by Logstash end up in Loggly four times. What could be causing this? An example is, the line: 2014-11-05 01:52:55,485 PM PST [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext:…
einnocent
  • 3,567
  • 4
  • 32
  • 42
0
votes
2 answers

Performance of Loggly when logs are generated from 12000 client systems simultaneously

I have 600 restaurant stores. Each store consists of 20 systems of type Point Of Sale, Kitchen Display System and Server. So, will Loggly work when logs will be generated from 12000(600 X 20) client systems simultaneously? I want to integrate Point…
0
votes
1 answer

Bar charts with timeline - Loggly

I'm looking for a bar charts with timeline as Loggly. Do you have some examples? Thank you
user1796855
0
votes
1 answer

python stdout traceback as separate lines in loggly

I'm running a small python web app on Heroku and I've drained the logs to loggly. When an exception is raised, the traceback appears as separate lines in loggly. This is of course hard to search. How do you make tracebacks appear as a single log on…
Jonathan Livni
  • 101,334
  • 104
  • 266
  • 359