Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. D s config
  2. Locate the following parameter and add file extensions. In the example, two new extensions have been added to the list:

    Code Block
    "webapp.client.additionalAllowedFileExtensionsallowedFileExtensions": [".log",".LOG"],


  3. Save your changes and restart the platform.

...

  1. D s config
  2. Set the following parameters to the listed values:

    Parameter NameDescription
    feature.mlTransformSuggestions.suggestionRankingModel.enabledSet this value to true. This parameter enables the newer method of ranking transform suggestions based on machine learning. This method is executed in the client and is therefore faster.
    feature.mlTransformSuggestions.enabled

    Set this value to false. This parameter enables the old server-side method of ranking transform suggestions based on machine learning.

    Info

    NOTE: This parameter should not be enabled and will be deprecated in a future release.


    feature.mlTransformSuggestions.delayThreshold


    Info

    NOTE: This parameter is applied only when feature.mlTransformSuggestions.enabled is true. Do not use this parameter.



  3. Save your changes and restart the platform.

...