Failed to get report

my problem:


my yml:

    server.port: 5601
    server.name: "kibana"
    server.host: "0.0.0.0"
    elasticsearch.hosts: ["http://192.168.8.142:9200", "http://192.168.8.143:9200", "http://192.168.8.144:9200"]
    kibana.index: ".kibana_coa"
    elasticsearch.requestTimeout: 80000
    server.maxPayloadBytes: 31457280
    xpack.encryptedSavedObjects.encryptionKey: "987f78e5d0a8c4109137c1ac5a41dktr"
    xpack.reporting.encryptionKey: "ml2mmX2pMZUsPLoqmUpCpacWSVzF2xHC8TYCzs0A"
    xpack.reporting.csv.maxSizeBytes: 104857600
    xpack.reporting.csv.scroll.size: 10000000
    xpack.reporting.csv.enablePanelActionDownload: true
    i18n.locale: "zh-CN"

my kibana version is : 7.9.2

thanks everyone~

Hi @111456,

it seems that there's an authentication problem during the reporting job.
Do you have multiple Kibana instances configured pointing to the same cluster? If yes, they should all have the same reporting encryption key.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.