Questions tagged [logdna]

LogDNA is a cloud log management system. It handles the process of log collection, centralization, monitoring, and analysis.

Mezmo (formerly LogDNA) is a cloud log management system founded in 2015 with the aim of streamlining the process of log collection, centralization, monitoring, and analysis.

It has a SaaS platform to centralize logs from cloud, on premise and hybrid cloud services.

25 questions
1
vote
1 answer

How can I ignore the first x number of characters in a string when matching with a Regex (without using a look behind)?

I am trying to create a REGEX which captures the following string : returnedData=dfsavdasvfdvdvvjwfwhvfwjhfvwjhevfwjvfw04040000N.sdfsgs.sfgakhvsafjhafj ksajbd 234.234 bfsdf sudhfkusa 77907 23 gfksahgkf bkhkjakjsf - CB123214124 But I want it…
1
vote
0 answers

How to group sources by pattern in a view in logdna

I would like to create a view where sources are added dinamically if they match certain pattern. I know this is possible in papertrail but I'm stuck at setting up the same behaviour with LogDNA. Any idea if this is possible at all?
Antonio Gamiz Delgado
  • 1,871
  • 1
  • 12
  • 33
1
vote
0 answers

Why LogDNA backlogs to Amazon S3 only part of the data?

I compared the logs in LogDNA and the stored files for the same time period, hour, (8 hours before) and only portion of the lines I find in S3. Why?
János
  • 32,867
  • 38
  • 193
  • 353
1
vote
1 answer

Can we generate logDNA alerts only based on the "presence" or "absence" of specified number of lines?

I have the following logs: Taking a pg_dump pg_dump successful logging into cloud logged in successfully Uploading the backup Upload successful I want to generate a logDNA alert if line 1 AND line 6 do not appear every one hour. (not worried about…
1
vote
0 answers

Export logs using Pagination n LogDNA

I am referring to the link for exporting logs. As mentioned in this link, I want to understand how to programmatically support pagination for exported logs. We have a requirement where we have to export logs based on a filter which could go over the…
1
vote
1 answer

Whether Certificate Manager is required for service "IBM Cloud Activity Tracker with LogDNA"

I am new person in ibm cloud I need install service "IBM Cloud Activity Tracker with LogDNA" For the guide "Getting started with Certificate Manager" https://cloud.ibm.com/docs/certificate-manager?topic=certificate-manager-getting-started I found…
lene
  • 11
  • 1
1
vote
1 answer

Logs are not coming in logDNA Console

I have configured lite version of logDNA in IBM cloud, but whenever I am sending logs using curl command logs are not getting captured, Although HOST is coming in All Sources and in All Apps I am getting myapp. Here is my curl command curl…
Rigsby
  • 180
  • 2
  • 14
1
vote
1 answer

How can we get IBM Cloud "SDK for NodeJS" logs to Activity Tracker with LogDNA?

we have running applications on nodeJS and want to integrate the Logs into our activity tracker with logDNA. how can we implement this?
Leo
  • 101
  • 12
1
vote
2 answers

How to access IBM logDNA without going through ibm-console login

I'm trying to access IBM provided logDNA without logging in IBM console and traversing to LogDNA Dashboard location I've no clue on how to proceed with this. curl…
1
vote
1 answer

How to tweak the json log format in websphere liberty

We have a liberty-based app on IBM Cloud and we'd like to send structured logs to the LogDNA service. Currently, when we set com.ibm.ws.logging.message.format=json it emits the logs in a format like this: { "type": "", "host": "", …
lmsurprenant
  • 1,723
  • 2
  • 14
  • 28
0
votes
1 answer

Docker containers launched from another container started with Docker-Compose inherit the service name

We use a docker-compose.yaml file to launch a process management container. In development this is a DevContainer, in production it is a process that monitors running docker containers. We let this container interact with the hosts Docker instance…
JBCP
  • 13,109
  • 9
  • 73
  • 111
0
votes
1 answer

IBM Cloud Activity Tracker: How to route logdna to logdna across accounts?

I have used Terraform in an IBM Cloud multi-account setup to define Activity Tracker Event Routing targets and routes and had hoped that I can stream logdna to logdna across account boundaries. resource "ibm_atracker_target" "atracker_logdna_target"…
data_henrik
  • 16,724
  • 2
  • 28
  • 49
0
votes
1 answer

How to url-rewrite based on host in Next.js?

When Facebook scraper send request, I would return an AWS S3 image. How can I filter request and'rewrite' to AWS S3? I tried this in next.config.js: async rewrites() { return [ { source:…
János
  • 32,867
  • 38
  • 193
  • 353
0
votes
2 answers

Region issue for IBM Cloud Activity Tracker with LogDNA

We have different resource group A resource in Tokyo B resource in Tokyo too we need create one IBM Cloud Activity Tracker with LogDNA for A resource and another one IBM Cloud Activity Tracker with LogDNA for B resource Can i put IBM Cloud…
lene
  • 11
  • 1
0
votes
2 answers

LogDNA and cloud foundry nodejs apps

I run a couple of nodejs APPS in cloud foundry on IBM cloud. I wanted to integrate all this in logDNA so I setup a logDNA instance. 1 - I did NOT configure any source as is described in the help (adding agents etc). Still logs started to appear…
BobDenis
  • 33
  • 6
1
2