[Reporting CSV Export] Add details to workarounds for "token expired" issue #200653
Labels
docs
Feature:Reporting:Framework
Reporting issues pertaining to the overall framework
Team:SharedUX
Team label for AppEx-SharedUX (formerly Global Experience)
A relatively common type of error seen for Reporting is:
security_exception Root causes: security_exception: token expired
.These happen in deployments that use token-based authentication (SAML tokens) when creating the CSV report takes longer than time allows with the authentication that is cached in report job details.
The thing to note about this type of error is that the deployment is stable, it's just the size of a requested report is too large to complete within the time allowed by the authentication token available to the Reporting task.
Workarounds
xpack.security.authc.token.timeout
, which is set to 20m by default.Action item
This issue is to add the above workaround advice for workaround in the user-facing documentation here: https://www.elastic.co/guide/en/kibana/current/reporting-troubleshooting-csv.html#reporting-troubleshooting-csv-token-expired
Related issue: https://github.com/elastic/kibana-team/issues/1331
The text was updated successfully, but these errors were encountered: