Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 682 Bytes

Readme.md

File metadata and controls

25 lines (19 loc) · 682 Bytes

Manual steps

If the ECS (https://www.elastic.co/guide/en/ecs/current/ecs-reference.html) field definition and boards supplied by Elastic are to be used, the following manual steps must be carried out:

Configure an suitable elastic user and enable template / dashboard setup:

setup:
  dashboards:
    enabled: true
  template:
    enabled: true
  kibana:
    host: "https://kibana-host:443"
    username: "<user>"
    password: "<password>"

then stop the service and run the setup:

metricbeat setup -e

In order to prevent metricbeat to override templates and boards on every startuo (tages several minutes), disable template / dashboard setup again.