Tomas Dvorak

Results 23 comments of Tomas Dvorak

![image](https://user-images.githubusercontent.com/4102775/161749504-932bdbce-0c8f-4f61-9bc1-99b384ee5182.png) :point_up: related to the `elasticsearch_max_total_connections_per_route` configuration.

@boosty I am experimenting with one index only, so one optimization job is running every few minutes. The treads count means `elasticsearch_max_total_connections_per_route`, sorry for the confusion! I haven't changed the...

Hello @FSys77! With the option @janheise suggests, you'll get a similar setup to your existing. The SSL communication between OpenSearch and Graylog will be disabled. If you want to configure...

Hey @danotorrey, I have reverted all my changes, as they would cause only problems. Feel free to continue with your work. When you are done, I'll start with the prefix...

Hello @cyberkryption, First of all, I think that the real issue here is that the Graylog server can't verify certificate of the Opensearch server. Are you sure that the graylog...

There are currently 3 pre-flight checks: - disk journal verification (enough space, writable directory, sizing) - Elasticsearch / Opensearch availability and compatibility - Mongodb availability and compatibility With the `skip_preflight_checks`...

Hi @aroberge, Thank you for your suggestion. My concern here is that it changes the default logic from include all to exclude all. This would bring many problems to all...

Hi @rmshkmr, This is most likely due to raw HTML inserted into markdown file. The [plugin parses](https://github.com/todvora/gitbook-plugin-image-captions/blob/2fa50b2852483cd8992104b475127615787506f1/src/index.js#L177) your markdown file and expects markdown syntax, effectively ignoring any raw HTML. I'll...