Collect Logstash monitoring data for dashboards (serverless)edit

Logstash monitoring is available on Elastic Cloud serverless through the Logstash Integration in Elastic Observability. Elastic Agent collects monitoring data from your Logstash instance, sends it directly to Elastic Cloud serverless, and shows the data in Logstash dashboards.

You’ll need to have an Elastic Observability project. We’ll provide steps to help you create one.

Prerequisite

Disable default collection of Logstash monitoring metrics

The monitoring setting is in the Logstash configuration file (logstash.yml), but is commented out:

monitoring.enabled: false

Remove the # at the beginning of the line to enable the setting.

Add and configure the Logstash integrationedit

Add the Logstash integration

  1. Log in to your cloud.elastic.co account and create an Observability serverless project.
  2. Select Get Started from the main menu.
  3. Select Start exploring (near the bottom of the page).
  4. On the Integrations page, search for Logstash and select it to see details.
  5. Click Add Logstash.
  6. Follow the instructions to install Elastic Agent and add the Logstash integration.

For more info, check out the Elastic Observability docs.

Configure the integration to collect logs

  • Make sure that Logs is ON if you want to collect logs from your Logstash instance. Check the settings to be sure that they are configured correctly.
  • Modify the log paths to match your Logstash environment.

Configure the integration to collect metrics

  • Make sure that Metrics (Stack Monitoring) is OFF, and that Metrics (Technical Preview) is ON.
  • Set the Logstash URL to point to your Logstash instance.
    By default, the integration collects Logstash monitoring metrics from https://localhost:9600. If that host and port number are not correct, update the Logstash URL setting. If you configured Logstash to use encrypted communications and/or a username and password, you must access it using HTTPS. Expand the Advanced Settings options, and fill in the appropriate values for your Logstash instance.

View assetsedit

  1. Go to Project settings → Integrations to see your Installed integrations.
  2. Select the Logstash integration, and then select Assets to access dashboards for the Logstash integration.

Monitor Logstash logs and metricsedit

From the list of assets, open the [Metrics Logstash] Logstash overview dashboard to view overall performance. Then follow the navigation panel to further drill down into Logstash performance.

The Logstash Overview dashboard in Kibana with various metrics from your monitored Logstash

You can hover over any visualization to adjust its settings, or click the Edit button to make changes to the dashboard. To learn more, refer to Dashboard and visualizations.