Monday, April 25, 2022

Loki logcli Error response from server: no org id

Problem:

On my Mac:

    export LOKI_ADDR=the_url_of_the_loki_server 

    logcli labels

    Error response from server: no org id


Solution:

    logcli --org-id="the_tenant_id_in_a_multitenant_system" labels

No comments:

Post a Comment