I've been googling around for a solution for this, and all the answers seem to be pretty much the exact same. But they don't seem to be my problem.
Generating a report by any used results in the following error:
Unable to generate report
Error: Failed to decrypt report job data. Please ensure that xpack.reporting.encryptionKey is set and re-generate this report. Error: Unsupported state or unable to authenticate data
I have two Kibana instances behind an haproxy load balancer. Both contain the exact same config (more or less). The notables are:
kibana.index: ".kibana"
xpack.reporting.encryptionKey: "HaTvhjnShOjn4RDm1oEgEPLS8CF074mr"
xpack.encryptedSavedObjects.encryptionKey: "HaTvhjnShOjn4RDm1oEgEPLS8CF074mr"
xpack.security.encryptionKey: "HaTvhjnShOjn4RDm1oEgEPLS8CF074mr"
I've verified these are identical on both Kibana nodes. I've restarted them, regenerated reports, same failure.
I'm kind of at a loss...every google search says the same thing, but it's not working. Any other suggestions would be appreciated