Diogenes S. Jesus

Results 26 comments of Diogenes S. Jesus

> The current work-around is to have multiple file inputs. I've tried that - not very powerful. Then I tried having 1 logstash process (instance) with one file {} block...

@willhughes as I've seen in other issues/requests, these discussions about "performance tune" are valid because if one can achieve it in some other way, the feature request may be irrelevant....

What's the recommended workaround now, specially if you need several logstash instances to monitor one folder (with several files)? As sincedb files are not shared among the instances, it's a...

@blysik that's a good workaround, until beaver/logstash-forwarder becomes the bottleneck - you'll have to stop the process, launch a second instance, create excludes and split the load. VERY not friendly.

I've just bumped into a `unique` problem again. Funny thing someone has not reported it because the `seed` built-in command uses `unique` as an example and that example will crash...

Just to follow up on this one: https://github.com/BlakeWilliams/Elixir-Slack/issues/94 This issue depends on upstream patching [Elixir-Slack](https://github.com/BlakeWilliams/Elixir-Slack/issues/94) which in turn depends on upstream patching of [websocket_client](https://github.com/sanmiguel/websocket_client/issues/64)

This code snippet: ``` import os from kubernetes import client, config client_configuration = client.configuration.Configuration() client_configuration.ssl_ca_cert = os.environ.get('REQUESTS_CA_BUNDLE') config.load_kube_config(client_configuration=client_configuration) ``` Unfortunately doesn't load the kube config config as expected - for...

@cuttalfish use `{{% toc /%}}` on the page.

For that you need to create folders/headers. Take a read on this: https://docdock.netlify.com/content-organisation/ Here is the source code of the page above: https://github.com/vjeantet/hugo-theme-docdock/tree/master/exampleSite/content/content-organisation