App Connect

 View Only

Sending logs to EFK stack on openshift

  • 1.  Sending logs to EFK stack on openshift

    IBM Champion
    Posted Tue December 07, 2021 04:07 AM
    Hi,

    I have App Connect on CP4I and also installed cluster logging and elastic search on Openshift (4.6) and created an instance of kibana. I need to configure server.conf.yaml file to send logs from App Connect flow to EFK stack on openshift (both deployed in same cluster), but not sure what is the host name and port to be mentioned in the server.conf.yaml file. 

    ELKConnections:
    # Description for ELK Connections.
    elkConnection1:
    elkProtocol: 'http' # Logstash input protocol. Valid values are: 'beats', 'beatsTls', 'http', or 'https'.
    hostname: '' # Hostname for the elkProtocol endpoint.
    port:  # Port for the elkProtocol endpoint.
    uploadIntervalMilliSecs: 60000 # Interval between uploading cached data, set in milliseconds.
    # elkCredential: '' # Set an 'elk' credential alias name to enable basic authentication, if it is required by the Logstash input protocol.
    # keystoreFile: '/path/to/keystore.jks' # Set the path to the keystore to be used, if it is required by the Logstash input protocol.
    # keystorePass: 'P4s5w0rd' # Set the password, or 'keystore' credential alias to the password, of the keystore.
    # keyAlias: '' # Set the alias name of the private key, if mutual authentication is required by the Logstash input protocol.
    # keyPass: '' # Set the password, or 'keystorekey' credential alias to the password, for accessing the private mutual authentication key.
    # truststoreFile: '/path/tp/truststore.jks' # Set the path to the truststore to be used, if it is required by the Logstash input protocol.
    # truststorePass: 'P4s5w0rd' # Set the password, or 'truststore' credential alias to the password, for accessing the truststore.

    What is the value to be configured in the yaml file to send logs to EFK stack?

    ------------------------------
    Thanks,
    Santhosh Ramanathan
    ------------------------------