From APM Server and Kibana 6.4 on you can load dashboards directly via the {kibana-ref}/apm-getting-started.html[APM Kibana UI].
deprecated[{deprecate_dashboard_loading}]
Loading via APM Server requires a Kibana endpoint configuration. If you are accessing a secured Kibana instance, make sure you’ve configured credentials.
You have to either configure dashboard loading in the
{beatname_lc}.yml config file,
or run the appropriate setup
command for your system:
deb and rpm:
{beatname_lc} setup --dashboards
mac:
./{beatname_lc} setup --dashboards
docker:
docker run {dockerimage} setup --dashboards
win:
Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select Run As Administrator).
From the PowerShell prompt, change to the directory where you installed {beatname_uc}, and run:
PS > .\{beatname_lc}.exe setup --dashboards