Pius Fung
Pius Fung
 We see in some situations (e.g. when APM server is all queued up), tens of thousands of ambiguous/brief error messages (e.g. `data validation error`, `internal error`, `EOF`) that are...
With the introduction of text vs. keyword fields in 5.x, it can be a nice feature to provide a way for the end user to define if a field should...
The following documentation snippet may be outdated/misleading. https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html > Optionally you can add a data type conversion to your grok pattern. By default all semantics are saved as strings. If...
https://www.elastic.co/guide/en/apm/server/master/tune-apm-server.html#reduce-payload-size >You can reduce the payload size by decreasing the flush interval in the agents. However, it doesn't look like all agents support flush interval. For example, Java agent no...
https://www.elastic.co/guide/en/apm/server/current/elasticsearch-output.html#_worker >This is best used with load balancing mode enabled. But I don't see the load balancer option documented anywhere within the APM guide. I suspect that this is because...
We should consider automatically [synchronizing Kibana saved objects](https://www.elastic.co/guide/en/kibana/master/machine-learning-api-sync.html) after using eland_import_hub_model to import a training model to Elasticsearch, or add an output message to the `docker run -it --rm --network...
A couple of feedback on the CLI tool/documentation (part of this feedback is more of a `documentation` suggestion, but there's not a `docs` label when creating the new issue here):...
A user reported an `async generator raised StopAsyncIteration` error when using MSSQL against Microsoft SQL Azure (RTM) after switching the database name in the connector configuration and re-running the sync....
Until we support Elasticsearch API keys for the CLI tool, it can be helpful to provide a more intuitive error message. For example, if I use `-c config.yml` where the...
We had a situation where we discovered that the `job_type` field was missing from `.elastic-connectors-sync-jobs-v1`'s mapping definition. This resulted in term queries that would schedule/fetch sync jobs by a `job_type`...