MFP 7.1サーバーとMFP 7.1分析サーバーを正しくインストールしました。彼らは別のマシンで実行されています。サーバーログがMFP分析サーバーに送信されているのがわかりますが、「サーバー」タブで何も表示されません。MFP Analytics 7.1コンソールにMFP 7.1サーバーログが表示されない(サーバーのGUIタブで)
添付のスクリーンショットは1)MFP Analyticsサーバーの「管理」タブと2) MFP分析サーバ "断絶" タブ。
ここでは私の分析のserver.xmlである(ちなみに、両方とも私のMFPサーバはIBMリバティの上にインストールされている)
<server description="simple server">
<application location="analytics.ear"
name="analytics-ear"
type="ear">
<application-bnd>
<security-role name="worklightadmin">
<user name="wlanalytic"/>
</security-role>
<security-role name="worklightdeployer">
<user name="deployer"/>
</security-role>
<security-role name="worklightmonitor">
<user name="monitor"/>
</security-role>
<security-role name="worklightoperator">
<user name="operator"/>
</security-role>
</application-bnd>
</application>
<basicRegistry id="worklight" realm="worklightRealm">
<user name="demo" password="demo"/>
<user name="monitor" password="demo"/>
<user name="deployer" password="demo"/>
<user name="operator" password="demo"/>
<user name="admin" password="admin"/>
<user name="wlanalytic" password="wl_report" />
</basicRegistry>
<!-- Enable features -->
<featureManager>
<feature>jsp-2.2</feature>
<feature>jndi-1.0</feature>
<feature>appSecurity-2.0</feature>
<feature>ssl-1.0</feature>
</featureManager>
<jndiEntry jndiName="analytics/shards" value="6" />
<jndiEntry jndiName="analytics/replicas_per_shard" value="1" />
<jndiEntry jndiName="analytics/http.enabled" value="false" />
<httpEndpoint id="defaultHttpEndpoint"
host="*"
httpPort="9082"
httpsPort="9445"
accessLoggingRef="accessLogging"/>
<httpAccessLogging id="accessLogging"
logFormat='%h %u %{t}W "%r" %s %b' />
<ssl id="defaultSSLConfig"
keyStoreRef="defaultKeyStore"
trustStoreRef="defaultTrustStore"
clientAuthenticationSupported="true" />
<keyStore id="defaultKeyStore" password="changeit"
location="/default.jks" />
<keyStore id="defaultTrustStore" password="changeit"
location="/TrustCA.jks" />
</server>
一部のIBM MFPの専門家は、いくつかの洞察を提供することができます。あなたのserver.xmlでtrueに設定
wl.analytics.logs.forward
:ありがとう
どのようにサーバーログがアナリティクスに送信されていますか?見える? –
あなたのフィルターは6月17日に設定されています。これは問題になりますか?当時のログを収集していましたか?あなたはそれを過去30日または90日に変更して、同じ結果が得られるかどうか確認できますか? –