Pius Fung

Results 28 issues of Pius Fung

Unlike other database connectors where we support syntax to sync multiple or all (`*`) tables, MongoDB connector currently supports specifying only 1 collection per MongoDB configuration. This means users who...

enhancement
mongo

We are seeing users attempting to rewrite their csv filters to use dissect per the [blog post](https://www.elastic.co/blog/logstash-dude-wheres-my-chainsaw-i-need-to-dissect-my-logs) to achieve better performance, but then running into the [empty values handling issue](https://github.com/logstash-plugins/logstash-filter-dissect/issues/11)...

enhancement
performance-improvements

Setting `destination` to be the same as `field` (i.e, the source field) does not work unless `override` is also set to `true`. This clarifies the configuration required for the substitution...

docs
status:needs-review

We have end users getting confused when implementing the metrics filter. In the documentation example, we use the input generator as the input source. Some users are misinterpreting this as...

docs

On 8.7.0. `elasticsearch.log_level` setting accepts both uppercase and lowercase log levels, e.g. `DEBUG` and `debug`. However, when using lowercase debug log level for `service.log_level`, it fails: ```[FMWK][21:07:01][INFO] Loading config from...

bug
good first issue
effort:low
priority:low
tech-improvement
general

Adding not maintained clarification. We believe https://extensions.dev/extensions/elastic/firestore-elastic-app-search fetches the content from this md file.

### Serverless Docs Elasticsearch ### Description It can be helpful to enhance this section: https://www.elastic.co/docs/current/serverless/elasticsearch/ingest-data-through-logstash#api-keys-for-connecting-ls-to-es3 To include a screenshot to direct users to select the `API key format` for `Logstash`:...

docs

### Problem Description "Queue is full" messages in logs are indication of backpressure experienced by connector, i.e., we are fetching documents from the 3rd party service/server faster than we are...

enhancement
effort:low
priority:medium
sdh-driven
team:extract-and-transform