-
Hello,
I have the below configuration for SQL database, so I have a column which is primary and it is autoincremented column, ideally while inserting data, we don't need to specify this column as t…
-
I've been trying to run redroid for a while, but always get stuck when attempting to connect via ADB. The connection times out, and nothing appears in the live container logs. I'm not sure if this aff…
-
### Description
When invalid interpolation string passed, Docker Compose behaves differently: in some cases, dollar character is escaped, but for `"${"`, error is returned. I understand that from par…
-
Hi I am trying to use this plugin (via the [fluentd kubernetes daemonset](https://github.com/fluent/fluentd-kubernetes-daemonset) [Debian syslog docker image](https://github.com/fluent/fluentd-kuberne…
-
### Describe the bug
I've configured fluentd to fetch data from AWS MSK and transferring it to coralogix. Unfortunately, fluentd fails with the error **"SCRAM-SHA-512 is not supported"**.
Note:…
-
### Describe the bug
We run fluentd without any the command line option(automatically with --under-supervisor). the `in_unix` plugin didn't work because the socket file's permission was insufficien…
-
Hi @wanderaBrno @jojand ,
This plugin is using very old version of Fluentd and needs an upgrade. Please consider upgrading to Fluentd version v1 APIs as there are some changes from the previous versi…
-
Hello.
I have simple scenario.
I have multiline input
I want to save it as one record.
Unfortunately I can not do it
Environment:
```
2019-06-17 13:10:06 +0000 [info]: starting fluen…
-
## Environments
- fluentd version: 1.4.0
- plugin version: 2.1.0
## Configuration
```
@type copy
@type stdout
@type bigquery_load
project tibo
auth…
-
**Describe the bug**
The global default for `time_key` is `nil`, indicating that the event time should not be derived from the message at all, but the json, regexp, and ltsv parsers override this to …