Daniel Mota Leite

Results 32 issues of Daniel Mota Leite

### Summary When trying to migrate from the old ec2.py to dynamic inventory aws_ec2, i of course found many different facts and groups. Migrating everything is a huge task in...

inventory
python3
docs
plugins
needs_verified
jira

### Summary In https://docs.ansible.com/ansible/latest/collections/amazon/aws/aws_ec2_inventory.html#parameter-use_contrib_script_compatible_ec2_tag_keys The use_contrib_script_compatible_ec2_tag_keys do not work in ansible 2.9, but the documentation fail to specify when it was introduced, so users are left to guess to what...

inventory
docs
plugins
needs_verified
jira

HI i have a headless (daemonset) service named telegraf with the correct tabs and it looks like is being registered, but checking consul i do not see any service created...

In examples, your current setup is incomplete, please update or add this example config with RBAC: ``` --- apiVersion: v1 kind: ConfigMap metadata: name: kube-consul-register namespace: consul data: consul_address: "localhost"...

I'm doing a setup where i'm creating around 10 topics. When i start kafka, the machine load jumps to around 20, mostly because the topic creation script starts all the...

the README need to be updated to remove the now obsolete options in the provider, as they return a error using version >=2.0 and add the now required provider source...

Right now in https://www.elastic.co/guide/en/logstash/current/plugins-filters-mutate.html#plugins-filters-mutate-gsub , gsub show only how to replace strings directly, but it is useful and supported to use regexp references. We either have to guess or search...

Script is failing with `No zone for domain "" found.` Checking the script we get that the cookie format changes, we do not have anymore the CGISESSID cookie, but instead...

From what i see, your support for partial messages is to just forward the partial flag to the elasticsearch... but that way is not easy to rebuild the full message,...

Hi, i like this logstash-forward versionn, specially the multiline support... but i'm currently using the official version. I need to decide if i will migrate to this version So i...