Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

Send your logs to OpenSearch (and search them with OpenSearch Dashboard maybe?)

:warning: **This plugin is still under development.**

* [Installation](#installation)
* [Usage](#usage)
+ [Index templates](#index-templates)
Expand Down Expand Up @@ -1348,9 +1346,13 @@ Default value is `data_stream_name`.

## Configuration - AWS OpenSearch Service

This settings are effective for AWS OpenSearch Service that is successor of AWS Elasticsearch service.


### \<endpoint\> section

AWS OpenSearch Service related settings are placed in `<endpoint>` directive.
This is because `elasticsearch-ruby` does not work with OpenSearch and `opensearch-ruby` does not work with Elasticsearch.

Configuration example is below:

Expand Down