Julien Mailleret
Julien Mailleret
When using [`static_file`](https://github.com/bottlepy/bottle/blob/71bb933649ba009cd537c2e973519d6e024c02a2/bottle.py#L2842) without `mimetype` to serve a file compressed with gzip, bottle seems to uncompress it on the fly. How to reproduce it: 1. create a gzipped text file:...
This role use `node.master` and `node.data` settings to define node roles. However these settings have beed deprecated in favor of `node.roles` setting in 7.9 (https://github.com/elastic/elasticsearch/pull/54998).
This role is currently using [`jvm.options.j2`](https://github.com/elastic/ansible-elasticsearch/blob/master/templates/jvm.options.j2) template to override the default `config/jvm.options` file provided by Elasticsearch package. Maintaining this template to keep default options from the file provided by Elasticsearch...
We should be able to install [Filebeat modules](https://www.elastic.co/guide/en/beats/filebeat/7.3/configuration-filebeat-modules.html) and [Metricbeat modules](https://www.elastic.co/guide/en/beats/metricbeat/7.3/configuration-metricbeat.html) using this Ansible role. The implementation should be generic to allow management of modules for future other Beats in...
This ticket is to add keystore support as requested in https://github.com/elastic/ansible-beats/issues/65#issuecomment-580440480 and https://github.com/elastic/ansible-beats/issues/58#issuecomment-605379407
This is nit, but all the operator GitHub release pages are Including an "Examples" link that redirects to a directory that doesn't exist. Example:
Describe the bug ---------------- Clamd start is failing when some comment are added on the same line as a config value in the `clamd.conf` file. How to reproduce the problem...
Describe the bug ---------------- `clamd` fail to start when `FailIfCvdOlderThan` is defined in `clamd.conf` and a whitelist file is created in `/var/lib/clamav`. How to reproduce the problem ---------------------------- ``` $...