-
Guys, I cannot believe that I just find out in your source files. You use while loop in ConfigurationManager.Initialise()
https://github.com/RedBearSys/RedBear.LogDNA/blob/fefe35a2290cadbb56efe5e66…
-
Team, great work on this -- I appreciate every single thing that could be automated.
We heavily rely on line templates as our log messages contain a number of fields that we usually don't want to s…
-
Migrating from LogDNA-agent to the Lambda integration, our JSON logs are not properly formatted in the LogDNA web app. The JSON body gets converted to a string, and log lines displayed in the web app…
-
Hey !
How can i associate a view with an alert preset ?
I see that you can define a view and an alert separatly:
```
resource "logdna_view" "my_view" {
name = "Basic View"
query = "le…
-
This does not work (1.8.0):
https://github.com/logdna/terraform-provider-logdna/blame/main/docs/data-sources/logdna_alert.md#L80
```
│ Error: Unsupported argument
│
│ on main.tf line 101, i…
-
If you filter an object, and try to `strictEqual` it with a POJO with the filtered fields, the assertion fails.
```javascript
import {expect} from '@playwright/test'
import stdlib from '@logdna/…
-
We have the IKS Clusters where LogDNA agent is installed using Terraform code. Currently 2.2.8 version of LogDNA agent is installed, We do re-built the Non-Prod clusters daily, Still the agent is not…
-
I need to compile the agent for ppc64le platform. I moved the discussion from https://github.com/logdna/logdna-agent/issues/151 to this issue.
-
It is required to implement the lambda in a very testable way which requires refactoring and restructuring by using [`@logdna/logger`](https://www.npmjs.com/package/@logdna/logger) and [`eslint-config…
-
logdna-agent on Ubuntu 20.04 stops sending logs randomly after some time(can be a couple of hours or a day)
Steps to reproduce:
- install logdna-agent from APT on Ubuntu 20.04
- point log dir t…