Tutorial

Sending DO App Platform Logs to DO Managed OpenSearch

Sending DO App Platform Logs to DO Managed OpenSearch

Introduction

OpenSearch is designed to offer highly scalable and flexible search capabilities for a wide range of applications. It supports full-text search, log analytics, and real-time monitoring, providing powerful tools for data exploration and visualization. OpenSearch’s efficient log management is crucial for troubleshooting and monitoring applications.

DigitalOcean App Platform supports OpenSearch log forwarding. You can forward runtime logs from your App Platform apps to an OpenSearch cluster, where you can analyze and query your app’s logs using OpenSearch’s APIs and dashboards.

This approach comes in handy if you want to:

  • Monitor and Troubleshoot: Track application performance and errors by analyzing real-time logs.
  • Analyze Performance: Gain insights into web traffic patterns and server metrics.
  • Centralized Logging: Aggregate logs from multiple applications hosted on App Platform into a single OpenSearch instance for easier management.

In this tutorial, you will learn how to configure your App Platform application to sed logs to a DigitalOcean managed OpenSearch dashboard.

Prerequisites

Before you begin, ensure you have the following:

Step 1 - Creating Managed OpenSearch DB

To create a managed OpenSearch database, go to the database section of the control panel and click on Create Database.

Choose a datacenter/region. Select the desired VPC network from the region (if you have multiple VPCs created). Choose OpenSearch as Database engine.

image-name

Now, Choose the configuration for the database.

You will be able to change the configuration and upscale at any time after the cluster creation, however downscaling is currently not supported.

OpenSearch also supports scale storage, hence you can choose the storage size.

Finally, give the database cluster Name, select your preferred Project, and add tags (if any).

Click on create Database Cluster when done.

Step 2 - Configuring the Application

You can forward logs to your Managed OpenSearch cluster to view them in the OpenSearch Dashboard in the control panel.

To configure log forwarding, go to the Apps section of the control panel, click on your app, and click on the Settings tab. In the Log Forwarding section, click Edit and select Managed OpenSearch.

image-name

Then, provide the applicable values:

image-name

Define the Destination name that will help you differentiate multiple log integrations.

Select the DigitalOcean OpenSearch database. When you click, you will see a dropdown list of available Managed OpenSearch clusters in your account. Select the one appropriate for your use.

An Index name refers to the unique identifier for an index. Each index can store and organize log data, making it easier to search, analyze, and visualize specific sets of logs based on the defined naming convention. This index name allows users to manage and query logs efficiently within the OpenSearch suite.

Now, select the resource service from the App for which you want to forward logs. Click on Add Log Destination to save this configuration.

Step 3 - Set Up OpenSearch Dashboard

On the console, from the OpenSearch Database page, click on OpenSearch Dashboard (available on top right corner).

Trusted sources for Log forwarding to OpenSearch DBaaS are not supported. Adding Trusted sources might fail to load the dashboard.

Dashboard will ask for login credentials. Your login credentials are available in the Connection Details section.

image-name

Once logged into the dashboard, from the top left menu, scroll to Management -> Dashboard Management.

Here, select Index patterns. Index patterns help retrieve your data from OpenSearch.

  • Select the Data source.
  • Here you should see the Index name you defined while configuring forward logging on your app through App Platform.
  • Time Field Name indices contain a timestamp field (common in log data). You will need to select the field to use for time-based queries and visualizations.
  • Click Create index pattern to complete the setup.

From the Menu -> OpenSearch Dashboards -> Discover, you should be able to see the logs under the Index name you defined earlier. If there are multiple indexes, you can choose the appropriate one from the dropdown.

Conclusion

You’ve successfully configured your App Platform service to collect and forward logs to a DigitalOcean Managed OpenSearch database. You have also learned how to create a new dashboard, add visualizations, and customize your OpenSearch Dashboards. With these skills, you can now monitor and analyze your web server logs effectively.

Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.

Learn more about our products

About the authors

Default avatar

Technical Writer


Still looking for an answer?

Ask a questionSearch for more help

Was this helpful?
 
Leave a comment


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Join the Tech Talk
Success! Thank you! Please check your email for further details.

Please complete your information!

Featured on Community

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more