Pius Fung

Results 20 comments of Pius Fung

As part of updating the documentation, we will also want to update https://www.elastic.co/guide/en/beats/filebeat/current/configuration-template.html to indicate that `setup.template.name` and `setup.template.pattern` are used when the `index` option is used in ES output....

We have observed this in the scenario of Elasticsearch output with load balance option. If one of the coordinating nodes in the host array is slow, it resulted in not...

It looks like `sending request to kibana failed` is related to agent-configuration: ``` sending request to kibana failed: Post "http:///api/apm/settings/agent-configuration/search": context deadline exceeded (Client.Timeout exceeded while awaiting headers) ``` For...

(This one shows up now that APM is part of Agent integration - these show up in the agent logs) **HTTP done** * 4K+ of these 200 status code messages...

It will be great for us to look into automatically enabling `SSL/TLS` if we detect that the user is trying to connect to MongoDB Atlas (perhaps this will be the...

I love this issue to add compatibility checks ❤️ Have we considered also adding a periodic runtime check (not only at startup)? For example, what if the user upgraded Elasticsearch...

+1 for Serverless, connectors should always be compatible regardless of the version of connectors and the version of Elasticsearch running on Serverless.

Thanks to @wangch079 it looks like we do currently have a configuration at the Elasticsearch sink level `elasticsearch.bulk.display_every` 🎉 It could be a nice enhancement to make this configurable at...

+1 This is a common ask, if we decide not to implement this in the default log4j2.properties file, let's document this under the logging section of the guide (https://www.elastic.co/guide/en/logstash/current/logging.html). thx!

Our [documentation](https://www.elastic.co/guide/en/elasticsearch/client/eland/current/overview.html) should probably add a "Configuration" section that covers all the available [parameters](https://github.com/elastic/eland/blob/9d492b03aa7454089b37c020c6dd881fc6d0317e/eland/cli/eland_import_hub_model.py#L40) along with short descriptions (can be derived from the `help` text) of their usage. The missing...