IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Step 4: Set up assets
editStep 4: Set up assets
editMetricbeat comes with predefined assets for parsing, indexing, and visualizing your data. To load these assets:
-
Make sure the user specified in
metricbeat.yml
is authorized to set up Metricbeat. -
From the installation directory, run:
metricbeat setup -e
metricbeat setup -e
./metricbeat setup -e
metricbeat setup -e
./metricbeat setup -e
PS > .\metricbeat.exe setup -e
-e
is optional and sends output to standard error instead of the configured log output.
This step loads the recommended index template for writing to Elasticsearch and deploys the sample dashboards for visualizing the data in Kibana.
A connection to Elasticsearch (or Elasticsearch Service) is required to set up the initial environment. If you’re using a different output, such as Logstash, see Load the index template manually and Load Kibana dashboards.