Hi there,
I am facing following error each time I want to generate a CSV Report from Kibana Discover Module.
Either immediately or after some time (like 30 seconds or so) I see following Error:
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 am running kibana 7.6.2 on openshift. I have used the elastic helm chart for deploying that and I have set following configuration lines in my kibana.yaml
xpack.reporting.encryptionKey: ${KIBANA_ENCRYPTION_KEY}
xpack.reporting.csv.maxSizeBytes: 104857600
KIBANA_ENCRYPTION_KEY
is mounted as secret into the container
I am thankful for any hint
thanks.