Why curl command is not showing o/p in proxy server

======================== Elasticsearch Configuration =========================

---------------------------------- Cluster -----------------------------------

cluster.name: ELK-dafinfrantools
node.name: seroiudb01470.sero.gic.ericsson.se
node.master: true
node.data: true
node.ingest: true

----------------------------------- Paths ------------------------------------

path.data: /u02/ELK/7.10.0/data/dafinfrantools/9201/
path.logs: /u03/ELK/7.10.0/logs/dafinfrantools/9201/
path.repo: /u05/ELK/7.10.0/exp/dafinfrantools/9201/

----------------------------------- Memory -----------------------------------

bootstrap.memory_lock: true

---------------------------------- Network -----------------------------------

#network.host: [global, local]
network.host: [ens160, local]
http.port: 9201
transport.tcp.port: 9301
#transport.host: [global, local]
transport.host: [ens160, local]

--------------------------------- Discovery ----------------------------------

discovery.seed_hosts: ["seroiudb01470.sero.gic.ericsson.se","seroiudb01471.sero.gic.ericsson.se","seroiudb01472.sero.gic.ericsson.se","seroiudb01473.sero.gic.ericsson.se","seroiudb01474.sero.gic.ericsson.se"]
cluster.initial_master_nodes: ["seroiudb01470.sero.gic.ericsson.se","seroiudb01471.sero.gic.ericsson.se","seroiudb01472.sero.gic.ericsson.se","seroiudb01473.sero.gic.ericsson.se","seroiudb01474.sero.gic.ericsson.se"]

---------------------------------- OpenDistro for Elasticsearch Security ---------------------------------

opendistro_security.ssl.transport.pemcert_filepath: node.pem
opendistro_security.ssl.transport.pemkey_filepath: node-key.pem
opendistro_security.ssl.transport.pemtrustedcas_filepath: root-ca.pem
opendistro_security.ssl.transport.enforce_hostname_verification: false
opendistro_security.ssl.http.enabled: false
opendistro_security.allow_unsafe_democertificates: true
opendistro_security.allow_default_init_securityindex: true
opendistro_security.authcz.admin_dn:

  • 'CN=elk-admin.ericsson.com,OU=IT,O=Ericsson,L=Stockholm,ST=Stockholm,C=SE'
    opendistro_security.nodes_dn:
  • 'CN=ericsson.com,OU=IT,O=Ericsson,L=Stockholm,ST=Stockholm,C=SE'
    opendistro_security.audit.type: internal_elasticsearch
    opendistro_security.enable_snapshot_restore_privilege: true
    opendistro_security.check_snapshot_restore_write_privileges: true
    opendistro_security.restapi.roles_enabled: [all_access, security_rest_api_access]
    opendistro_security.system_indices.enabled: true
    opendistro_security.system_indices.indices: [.opendistro-alerting-config, .opendistro-alerting-alert*, .opendistro-anomaly-results*, .opendistro-anomaly-detector*, .opendistro-anomaly-checkpoints, .opendistro-anomaly-detection-state, .opendistro-reports-, .opendistro-notifications-]

---------------------------------- Gateway -----------------------------------

gateway.recover_after_nodes: 2
gateway.recover_after_time: 5m
gateway.expected_nodes: 2