Support center for flex.bi version 4.0

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

flex.bi reports and dashboards can be published as gadgets in Atlassian applications JIRA and Confluence.

The main benefit of flex.bi gadgets compared to embedded <iframe> flex.bi reports is that one flex.bi user can authorize access to flex.bi using OAuth authorization and then publish selected reports or dashboards to other users who are not flex.bi users.

flex.bi gadgets are supported just for BUSINESS subscription plan as well as in flex.bi Enterprise.

Here are the steps how to publish an flex.bi report in a JIRA dashboard or Confluence page.

Increase gadget data request timeout

 

By default, data requests from gadgets in Confluence pages will time out after 15 seconds. If you have longer running eazyBI reports then please specify -Dhttp.socket.timeout=TIMEOUT_IN_MILLISECONDS Java property in Confluence startup scripts. E.g. in bin/setenv.sh add to JAVA_OPTS

JAVA_OPTS="... -Dhttp.socket.timeout=60000"

to increase gadget data request timeout to 60 seconds.

  • No labels