Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Slowlogs don't log based on configured severity #518

Open
@GlenRSmith

Description

@GlenRSmith

https://www.elastic.co/guide/en/elasticsearch/guide/current/logging.html

Seems to imply that, e.g.,

PUT /_cluster/settings
{
    "transient" : {
        "logger.index.indexing.slowlog" : "WARN" 
    }
}

will inhibit logging DEBUG-level index.indexing.slowlog events, which is not the case. Slowlog doesn't behave the same way application logs do.

This applies to 1.x and 2.x.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions