Marc Ruiz
Marc Ruiz
How are client certificates going to be configured? - In conf file on all servers specifying the filesystem path to the certificate, and the optional passphrase to decrypt the file...
As per https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/ultrawarm.html the feature is in preview and has some specific requirements that must be met in order to ultrawarm storage be available: - You must create a new...
Is anyone working on this? If not I will take care of it as I really need it
@sboeingSPA why dont contribute your changes back to the original plugin? Its much easier to maintain one plugin instead of 2 different ones that actually are doing the same.
Any update on this? the deprecated protobuf module is still in go.mod
This can now be fixed by updating github.com/DataDog/datadog-agent/pkg/obfuscate version. As per this PR https://github.com/DataDog/datadog-agent/pull/15005 they replaced the ristretto dependency with a maintained fork. Any chance to fix it?
Any chance to get this fixed?
Sure @huikang server.json ``` "watches": [ { "type": "checks", "args": ["/server-watches.py"] } ] ``` /server-watches.py ``` #!/usr/bin/env python3 import boto3 import json import logging import syslog from urllib import request...
Hi again, @huikang I've doing some more researching of this issue. The new setup of our watches is as follow: Watches scripts (python) configured ONLY in consul servers (3 nodes)....
I'll try that patch and come back with news. Thank you @sayap