Elaticsearch 5 Xpack setup getting exception

Elasticsearch 5.0.0-alpha4, Build: 3f5b994/2016-06-27T16:23:46.861Z, JVM: 1.8.0_91
is installed with Xpack plugin. Xpack pluging is configured for authentication and SSL encryption.

below is xpack configuration

xpack.security.ssl.keystore.path: /etc/elasticsearch/keystore/irl68.jks
xpack.security.ssl.keystore.password: pwd
xpack.security.ssl.keystore.key_password: pwd
xpack.security.transport.ssl.enabled: true
xpack.security.http.ssl.enabled: true
xpack.security.ssl.hostname_verification.resolve_name: false
xpack:
security:
authc:
realms:
ldap1:
type: ldap
order: 0
url: "ldaps://ldapserver:636"
user_search:
base_dn: "c=in, ou=bluepages, o=ibm.com"
attribute: mail
group_search:
base_dn: "c=in, ou=bluepages, o=ibm.com"
files:
role_mapping: "/etc/elasticsearch/x-pack/role_mapping.yml"
unmapped_groups_as_roles: false
user_search.pool.health_check.enabled: false
file1:
type: file
order: 1

On starting elasticsearch , below exception is observed in elasticsearch.log file.

[2016-08-17 13:37:30,631][ERROR][marvel.agent ] [Adam II] exception when exporting documents
ExportException[exporters are either not ready or faulty]
at org.elasticsearch.marvel.agent.exporter.Exporters.export(Exporters.java:193)
at org.elasticsearch.marvel.agent.AgentService$ExportingWorker.run(AgentService.java:210)
at java.lang.Thread.run(Thread.java:745)

Please help me to resolve issue.

Hi,

You might have more message in log explaining the error in detail, can you check and copy/paste it here please?

Thanks