Questions tagged [loggly]

Loggly is a cloud-based log management service.

Loggly is a cloud-based log management service.

97 questions
1
vote
1 answer

Hiding loggly input token from a client

I'm integrating Loggly logging framework into my AngularJS client side app and although I'm using javascript minification and obfuscation, Loggly token is still easily discoverable in source…
parxier
  • 3,811
  • 5
  • 42
  • 54
1
vote
1 answer

How to send host and application information to Loggly through winston-loggly in Node.js

I'm using the winston-loggly module in a Node app in order to send logging information to Loggly. My logger is instantiated like so: var logger = new(winston.Logger)({ transports: [ new (winston.transports.Console)({ level: 'debug' }), new…
Zero
  • 13
  • 2
1
vote
1 answer

Python Loggly logging setup using dictconfig

I want to try Loggly in my new PaaS python app, as I usually code against a linux server and just use the standard rotating file handler. This presents an issue as their documented configuration only covers using a .conf file and as they have a few…
Chaffelson
  • 1,249
  • 9
  • 20
1
vote
1 answer

Set Data Limit in Loggly

Is there any way to set limit in Loggly to take only last seven days logs information, other must be automatically deleted and than Loggly not be full because it will take only few days information. Thanks
1
vote
1 answer

Apache script config with loggly

I am trying to configure loggly in apache in my ubuntu machine. What I have done is curl -O https://www.loggly.com/install/configure-apache.sh sudo bash configure-apache.sh -a XXXXXX -u XXXXXX After entering the last line it's saying ERROR: Apache…
Soham
  • 4,397
  • 11
  • 43
  • 71
1
vote
1 answer

Pipe stdout to loggly via simple bash script

I want to log stdout from some programs to loggly. There are a few simple utilities out there that I've found (e.g. https://github.com/meatballhat/loggly-pipe and https://github.com/segmentio/loggly-cat), but they seem like they're overkill. Could…
Nate
  • 2,940
  • 3
  • 22
  • 24
1
vote
1 answer

Using monolog loggly handler in Symfony

I'm trying to use the Monolog Loggly handler in Symfony2 but can't get it to work: # config.yml monolog: handlers: main: type: stream token: my-loggly-token level: info handler: loggly …
greg
  • 6,853
  • 15
  • 58
  • 71
1
vote
1 answer

Loggly: Grouping using LogglyBatchAppender?

We have a Scala Play app and we are using the LogglyBatchAppender. But, all our environments (dev, staging, prod) logs are being mixed up on loggly. This says we can group by sources or hostnames or tags but hostname info is not being attached to…
pathikrit
  • 32,469
  • 37
  • 142
  • 221
1
vote
1 answer

Loggly doesn't parse Heroku logs format

I'm running a Flask app on Heroku. I've connected the logs output to Loggly, however trying Loggly's verify step, I receive the following message: We received your logs but they do not appear to use one of our automated parsing formats. Please…
Jonathan Livni
  • 101,334
  • 104
  • 266
  • 359
1
vote
2 answers

C# Loggly.info Not working

Hello could you help me with this problem: Loggly I'm using C #, and I want to make a simple log, I found something similar to this: var logger = new Logger("KEY", "logs-01.loggly.com"); logger.Log("Hello World¡¡¡"); but does not work, the relevant…
Christian
  • 117
  • 1
  • 12
1
vote
1 answer

Keep historical stack trace of nodejs app running on heroku

I have a nodejs (express) app running on heroku. I need to keep a short history of logs (up to a day or so). I need to be able to dig in to the stack trace of any errors being thrown I have been able to solve the first two by using Loggly but I…
Dave Taylor
  • 1,931
  • 2
  • 17
  • 30
1
vote
1 answer

winston and loggly nothing shows up on loggly dashboard

Trying to set up loggly with winston, and nothing shows up! I tried a catch-all source group: And tried a simple info log: winston = require 'winston' Loggly = require('winston-loggly').Loggly winston.add Loggly, { subdomain: "my-subdomain", …
AJcodez
  • 31,780
  • 20
  • 84
  • 118
0
votes
1 answer

fluent-bit log format stops loggly from parsing json log body

I'm using fluent-bit 2.1.4 in an AWS EKS cluster to ship container logs to loggly. When given properly formatted json in the 'log' field, loggly will parse it out so the fields can be easily used to filter, search, generate metrics, and some other…
jonesy
  • 3,502
  • 17
  • 23
0
votes
0 answers

AppOptics "There is no data available at this time interval"

Giving a try to Loggly / AppOptics. I connected a Linux host and started getting some stats for the host. I then added Nginx and Mysql plugins following the setup instructions, but in the dashboards for Nginx/Mysql for every metric I see "There is…
geochanto
  • 972
  • 2
  • 13
  • 45
0
votes
1 answer

.NET Core. Logs not sent to Loggly, while using Serilog

I have a small ASP.NET Core 3.1 project that should execute the Odata request and then log either info or exception into the Loggly. I'm using Serilog for this. But for some reason, it only sends the very first message from the Program.cs only…
KVN
  • 863
  • 1
  • 17
  • 35