Skip to content

LUNA Index Module v.5.51.6#

Changes

  • Support for ECS logging format has been added.

    To use the new format, you need to set the value "ecs" in the "format" setting of the "LIM_service_LOGGER" section.

    When using the "ecs" value, the following fields will be used:

    • "http.response.status_code" — contains the HTTP response status code (e.g., 200, 404, 500, etc.).
    • "http.response.execution_time" — contains information about the time taken to execute the request and receive the response.
    • "http.request.method" — contains the HTTP request method (GET, POST, PUT, etc.).
    • "url.path" — contains the path in the request's URL.
    • "error.code" — contains the error code if the request results in an error.
  • Error descriptions for requests from the "tasks" section of the Index Manager service have been updated.

Fixed errors

  • Fixed the error where Redis settings were reset during LIM settings migration.