tmanninger
tmanninger
Hi, i will only enable the internal rules (ids 1-18) in the naxsi_core.rules My configuration file: > MainRule "msg:weird request, unable to parse" id:1; > MainRule "msg:request too big, stored...
This PR adds support to manage s3 repository. Example: ``` elasticsearch::snapshot_repository { 's3_repository': repository_type => 's3', bucket => $backup_aws_s3_bucket, region => $backup_aws_s3_region } ```
* Module version: 6.3.2 * Puppet version: 5.5 * OS and version: Debian 9 I unintentionally deleted the elasticseach keystore file (elasticsearch.keystore). Because this machine is a staging machine, i...
Hi, i am using haproxy and sslscan 2.0.10 Before i enabled client certificate authentication, sslscan returned the following ciphers: ``` SSL/TLS Protocols: SSLv2 disabled SSLv3 disabled TLSv1.0 disabled TLSv1.1 disabled...
**Describe the bug** We are using haproxy to load balance our traffic to different elasticsearch- nodes in our cluster. Haproxy sends a RST package to the elastic-node after the connection...
I am using php7.4 from sury on debian 10. After every server reboot, this module creates the /var/run/php-fpm directory (which is not used by php-fpm) and triggers a reload, which...
Hi, i am using elasticsearch 6. If i open "Alerts" in the 411 gui and click on the Button "Load 100" to load more alerts, the query fails, 411 executes...
Load more button is not working, see issue: https://github.com/etsy/411/issues/205
See https://discuss.hashicorp.com/t/vault-agent-template-get-pki-crl/47672/2 When redering the CRL of a PKI (`{{ with secret "pki-root/cert/crl" }}{{ .Data.certificate }}{{ end }}`), consul-template throws the following error: ``` vault.read(pki-root/cert/crl): failed to check if pki-root/cert/crl...
### Description This PR allows writing auditlogs to datastreams. auditlog type "internal_opensearch" currently not supporting datatstreams. `java.lang.IllegalArgumentException: only write ops with an op_type of create are allowed in data streams...