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

With 2 processes running, Serilog sends messages to Loggly from one process only, in .NET Framework

I have a solution (in .NET Framework 4.7.2) that contains 2 projects, each of those contains Main() and is run independently. I have created a Logger for each of them, and the messages from each being recorded fine in the Console or the Azure…
KVN
  • 863
  • 1
  • 17
  • 35
0
votes
1 answer

Serilog only logs messages from Main() into Loggly, in .NET Framework

I have an app written in .NET Framework 4.7.2 and we're using Serilog to log messages into Loggly. The issue I have, which I cannot figure out, is that it only logs messages from the Main() method, and does not log messages from other methods down…
KVN
  • 863
  • 1
  • 17
  • 35
0
votes
1 answer

Cannot see loggly-winston debug log in UI

I cannot see any logs when I call winston.debug. I think it is because I need to change the log level allowed to be seen? Link to winston documentation. Loggly node.js documentation. Installation npm i winston-loggly-bulk…
xinthose
  • 3,213
  • 3
  • 40
  • 59
0
votes
0 answers

Kubernetes cluster won't send logs to Loggly

I have a Kubernetes cluster which I am trying to get to run fluentd to send logs to Loggly for viewing. I am having an issue where I know my token is correct since it was working on another cluster before. Below is my manifet.yaml file, I have no…
joshk132
  • 1,011
  • 12
  • 37
0
votes
1 answer

How to push AWS ALB logs from S3 to loggly?

We have an ALB log enabled and pushing to S3 now we want to push these from S3 to Loggly. Any references or lambda functions? I have found one document link but it supports only classic ELB.
SNR
  • 460
  • 5
  • 20
0
votes
0 answers

Loggly and Inner Exceptions

I am using loggly with NLog in C#. When I use, for example, the following code. protected static readonly NLog.Logger _log = NLog.LogManager.GetCurrentClassLogger(); try { ... } catch (Exception ex) { _log.Error(ex,…
Brian Rice
  • 3,107
  • 1
  • 35
  • 53
0
votes
1 answer

Loggly Subdomain is required

I'm trying to implement to my NodeJs API a logging system using: Loggly Winston Morgan When I run my server I got the error: Error: Loggly Subdomain is required But the subdomain is defined as follows What I was trying to do to put the Loggly…
Jakub
  • 2,367
  • 6
  • 31
  • 82
0
votes
1 answer

Log4Net - Loggly does not send error logs

I'm trying to setup loggly with a C# projet by following the Loggly tutorial but it doesn't work. I've added the log4net-loggly nuget package I've add the following code in my app.config :
Alex Caron
  • 27
  • 3
0
votes
1 answer

Client-side Loggly Meteor 1.4.1

I'm trying to setup some kind of logging for my meteor app and chose Loggly, I read this article, but I can't get the client-side implementation to work. // in startup/client/loggly-client.js import { Meteor } from 'meteor/meteor'; import {…
TheRealJimShady
  • 3,815
  • 4
  • 21
  • 40
0
votes
1 answer

Strange access log reported by loggly

I am working on aws waf to block the bad bots. I am using loggly service as well to check the access logs of the server and bad requests. But I am not understanding about the following log, what this log is for and is this bad? Please check this…
0
votes
1 answer

Loggly: Unable to receive logs from NodeJs with Winston

I configured everything regarding the documentation's page. I get no error from my Node app, however I don't receive any log on loggy from my app. I can't figure out where does the problem come from. My code in config.js: var winston =…
Guilhem Fry
  • 326
  • 4
  • 17
0
votes
1 answer

what does these unknown request_uri values against my nginx web server mean?

I built a web application with low traffic so far, after making some advertising I realized there are some suspicious requests against my server, this is what Loggly service shows me in panel: Logs from Loggly about nginx requests I am not an expert…
user8322093
0
votes
2 answers

Node global tunnel and loggly and linkerd

I'm using linkerd and have to use global tunnel to proxy everything via localhost:4140. The problem is that this seems to cause loggly to stop working. As soon as the global tunnel is active, loggly doesn't receive any messages. How can I change…
Tino
  • 3,340
  • 5
  • 44
  • 74
0
votes
1 answer

How can I use RegEx to extract data within a JSON document

I am no RegEx expert. I am trying to understand if can use RegEx to find a block of data from a JSON file. My Scenario: I am using an AWS RDS instance with enhanced monitoring. The monitoring data is being sent to a CloudWatch log stream. I am…
sadeq68
  • 131
  • 1
  • 4
0
votes
1 answer

ERROR: Nginx is not configured as a service

when configuring the loggly agent for nginx it returns. ERROR: Nginx is not configured as a service. Is there something missing in a configuration file?
MacroService
  • 77
  • 3
  • 8