-
Hello,
I just followed the instructions to install the agent inside a k8s cluster
https://docs.logdna.com/docs/logdna-agent-kubernetes#how-to-install-your-agent
```
kubectl apply -f https://…
-
Hi Team,
Here is the background.
Here is my logdna-agent v2 config yaml:
```
exclude:
glob:
- /var/log/at/*
- /var/log/anaconda/*
- /var/log/audit/*
…
-
Here is the config I am using:
```
logdna.init(LOGDNA_INGESTION_KEY, {
app: "front-end",
env: "staging", // this line doesn't seem to do anything
console: false,
globalErrorHandlers: fal…
-
From what I see in the docs, the meta parameter is passed to the log method using `*args`:
`log.warning("Warning message", {'app': 'bloop'})`
https://docs.python.org/3/library/logging.html#logging.d…
-
So if I communicate with the LogDNA API through postman, posting a log line returns this:
```
{
"status": "ok",
"batchID": "611c8c7b-161c-43b8-88c3-3d90500070af:65281:ld86"
}
```
But if…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help…
-
If LogDNA ingestion endpoint (logs.logdna.com) becomes unreachable, a script will be prevented from exiting.
Sample script:
```py
import logging
import os
from logdna import LogDNAHandler
…
-
Hi,
Each time I startup the logdna Agent I get the following ERROR at startup:
```
[2022-05-11T08:39:28Z INFO logdna_agent] Received SIGTERM signal, shutting down
[2022-05-11T08:39:28Z INFO …
-
For some reason the api key used to bind the repository has errors and even though the agent is deployed the logs do not stream properly
-
Hello,
Looking at documentation, it seems that using the `LOGDNA_REDACT_REGEX` env variable, I should be able to specify a regular expression to replace any log entries with a boilerplate `[REDACTED]…