Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
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

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

to increase gadget data request timeout to 60 seconds.