在 pentaho 外部查看 pentaho 仪表板 [英] Viewing pentaho dashboard outside pentaho

查看:59
本文介绍了在 pentaho 外部查看 pentaho 仪表板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 pentaho 用户控制台中创建了一个仪表板.我想在用户控制台之外查看.(不登录用户控制台)可以吗?

解决方案

 是的.有可能的.你需要得到两件事.1) 获取仪表盘的 URL2) 允许 URL 认证.

1)信息中心网址

---------------仪表板 url 结构将是这样的.

<块引用>

http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/render?solution=RootDirectoryName&path=SubDirectoryName&file=your_dashboard.wcdf&userid=admin&password=password

 如果你的 pentaho 中有这样的目录结构——家---->管理员---->苏西---->蒂芬尼上市----->我的仪表板----------->myDashboard.wcdf----->示例仪表板----->.....----->.....等Public 和 Home 是根目录,Suzy、SampleDashBoard 是子目录.例如,如果您想使用 myDashboard.wcdf 仪表板,那么您可以使用此链接.

<块引用>

http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/render?solution=home&path=suzy&file=iq_dashboard.wcdf&userid=admin&password=password

-------------------------------------------------------------------------

2) 允许 URL 身份验证

去你的pentaho目录例如:- **

<块引用>

D:\yourDirectory\pentaho-server-ce-7.0.0.0-25\pentaho-server\pentaho-solutions\system\

-------------------------------------------------------------------------**在编辑器中打开 security.properties 文件.

<块引用><块引用>

security.properties

 将此代码从 false 更改为 true.

<块引用>

requestParameterAuthenticationEnabled=true

---------------------------------------->保存文件并关闭它.>重启 pentaho 服务器.>打开浏览器并输入在步骤 1 中生成的仪表板链接.>现在您的仪表板将在浏览器上呈现.-----------------------------------------------------------------

I have created a dashboard in pentaho User console. I want to view it outside the User console.(Without logging in to user console) Is it possible ?

解决方案

    Yes. It is possible. 
    You need get two things.
    1)Get URL for the dashboard
    2)Allow URL authentication.

1)Dashboard URL

---------------
    The dashboard url structure will be like this.

http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/render?solution=RootDirectoryName&path=SubDirectoryName&file=your_dashboard.wcdf&userid=admin&password=password

    if you have directory structure like this in your pentaho

 -

       Home
       ---->Admin
       ---->Suzy
       ---->tiffiny 
       Public
       ----->myDashBoard
       ----------->myDashboard.wcdf
       ----->SampleDashBoard
       ----->.....
       ----->.....etc

Public and Home are root directories, and Suzy,SampleDashBoard are sub Directories.
Example if you want to use myDashboard.wcdf dashboard then you use this link.

http://localhost:8080/pentaho/plugin/pentaho-cdf-dd/api/renderer/render?solution=home&path=suzy&file=iq_dashboard.wcdf&userid=admin&password=password

------------------------------------------------------------------------

2)Allowing URL Authentication

go to your pentaho directory ex:- **

D:\yourDirectory\pentaho-server-ce-7.0.0.0-25\pentaho-server\pentaho-solutions\system\

------------------------------------------------------------------------

**
open security.properties file in editor.

security.properties

  change this code from false to true.

requestParameterAuthenticationEnabled=true

------------------------------------------

>save file and close it. 
>restart pentaho server. 
>Open your browser and enter the dashboard link as generated in step 1. 
>Now your dashboard will render on browser.
------------------------------------------------------------------------

这篇关于在 pentaho 外部查看 pentaho 仪表板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆