Ingesting Data into an OpenSearch Cluster with Fluent Bit
Ingest log data into an OpenSearch cluster with Fluent Bit.
Fluent Bit is a lightweight logging and metrics processor and forwarder.
Prerequisites
Complete the following tasks before proceeding with the steps described in this topic:
- Create an OpenSearch cluster and make note of the connection information. See Creating an OpenSearch Cluster and Getting an OpenSearch Cluster's Details.
- Create and connect to a compute instance from your local machine. The instance must be in the same VCN as the OpenSearch cluster. See Create a VM Instance (Optional) and Connecting to an Instance.
Install and Configure Fluent Bit
Test Data Ingestion with Fluent Bit
After you run the python script, you can verify that the log data was ingested into the OpenSearch cluster by connecting to the cluster's OpenSearch Dashboard to check for the index you specified in the OUTPUT
section of the Fluent Bit configuration file. See Task 6: Connect to OpenSearch Dashboards and Quickstart guide for OpenSearch Dashboards.