Results 5 comments of Mohan

We have` corporate proxy` our proxy team member have already enabled the access to slack.com for our jenkins instance. Also tried by enabling the `-Dhttps.protocols=TLSv1.2` and with openjdk latest -...

@jetersen. Test connection succeed with the below workaround. ``` 1) Created crt file using openssl - openssl s_client -connect www.slack.com:443 2) Save it in - /tmp/slack.crt 3) Added into Java...

@jsvd My docker-compose file's logstash content given below for your reference. ``` logstash: image: docker.elastic.co/logstash/logstash:8.15.2 container_name: logstash volumes: - ./logstash/pipeline:/usr/share/logstash/pipeline command: sh -c "logstash -f /usr/share/logstash/pipeline/file.conf" ports: - "5044:5044" -...

@mashhurs - We have made changes to our `docker-compose` file. By replacing below respectively, we were able to successfully start the `Logstash` container without any issues. ``` - XPACK_MONITORING_ENABLED=true -...