Dmitry Romanov

Results 23 issues of Dmitry Romanov

try to define watching_dir from paths.include see also #566 ``` pipelines: welcome: input: type: file persistence_mode: async # watching_dir: /var/lib/docker/containers # filename_pattern: "*-json.log" paths: include: - '/var/lib/docker/containers/30b28763e40a7649ef73c8afce0b0f4e62546f2a07a174d97e56bd02854facbd/*-json.log' - '/var/lib/docker/containers/65d343a9cc0a9fe6e466a370fcaf8ad6458eb912d19f8e8832e941e2ab7cafa0/*-json.log' -...

sample config new format: ``` pipelines: welcome: input: type: file persistence_mode: async watching_dir: /var/lib/docker/containers # filename_pattern: "*-json.log" # old format paths: include: - 'containers/30b28763e40a7649ef73c8afce0b0f4e62546f2a07a174d97e56bd02854facbd/*-json.log' - 'containers/65d343a9cc0a9fe6e466a370fcaf8ad6458eb912d19f8e8832e941e2ab7cafa0/*-json.log' - 'containers/**/*-json.log' exclude: -...

$ php -v Failed loading /usr/lib64/php/modules/tombs.so: /usr/lib64/php/modules/tombs.so: undefined symbol: zend_strpprintf PHP 7.1.31 (cli) (built: Jul 31 2019 09:59:01) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.1.0,...

```shell » echo "{"field1":"email\SECMASKED"}" | jq 5 jq: parse error: Invalid numeric literal at line 1, column 9 ``` but check is passed ```golang func TestDecodeSpecialChar(t *testing.T) { json :=...

## Description ### Use value from in antispam ```yaml pipelines: http: input: type: http address: ":9400" meta: remote_addr: "{{ .remote_addr }}" settings: antispam_threshold: 10 antispam_field: remote_addr ``` ### meta from...

Please add output plugin to Grafana Loki It's very good storage for logs https://grafana.com/oss/loki/ with easy query language

enhancement
good first issue

# Description Get meta information from k8s input plugin

We'have got error OFFSET_OUT_OF_RANGE and reset of offsets Improvments for fix this issue: - goroutine per kafka partition consuming - fix timestamp in producer

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....