Adding solution properties for SmartCloud Analytics

Capture solution-specific log messages for analysis in SmartCloud Analytics by adding properties to your solution properties file.

About this task

To capture solution-specific log messages in SmartCloud Analytics, add the following properties to your solution properties file.

x2020HostPort
x2020UserName
x2020Password
x2020DisableSSLHostnameVerification
Important: These properties can be overridden by the administrator, if required. For more information, see Configuring SmartCloud Analytics.

Procedure

  1. Set the x2020HostPort property to the host name, and possibly the port of the SmartCloud Analytics server.

    If you included the port number, the number must be preceded by the colon character (:) to separate it from the host name.

    For example:

    <property name="x2020HostPort">2020server.mydomain.com</property>
  2. Set the x2020UserName property to the name of the SmartCloud Analytics tenant you added in the SmartCloud administrative console.

    For example:

    <property name="x2020UserName">myid</property>
  3. Set the x2020Password property to the password for the SmartCloud Analytics tenant.

    For example:

    <property name="x2020Password">mypassword</property>

    The value of the password can be encoded and these parameters can be overridden by the administrator. For more information, see Encoding the value of properties.

  4. Optional: Set the x2020DisableSSLHostnameVerification property to true if you want to eliminate the requirement for the SmartCloud Analytics server to present a public certificate that contains a matching host name value. The default setting for the property is false, which means the certificate that is presented by SmartCloud Analytics server during SSL negotiation must match the host name.

    For example:

    <property name="x2020DisableSSLHostnameVerification">true</property>