AWS OpenSearch is a managed version of the open-source project “OpenSearch”.
Features
- Provides search and indexing capabilities
- Formerly known as “ElasticSearch”
- Provides a real-time dashboard “OpenSearch Dashboard”
- Formerly known as “Kibana”
- LogStash
- log ingestion mechanism using the “LogStash agent”
Use Cases
- Log Analytics
- Security Analytics
- Real-time application monitoring
- Full text search
Integration with DynamoDB
To build a search index in near real-time:
- Setup the DynamoDB Streams.
- Connects to the Kinesis Data Streams
- Connects to the Kinesis Firehose
- Sends the data to OpenSearch.
- You can search items using OpenSearch APIs.
