We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa88afb commit abd8ecfCopy full SHA for abd8ecf
1 file changed
src/sinks/elasticsearch/mod.rs
@@ -312,6 +312,7 @@ pub enum ElasticsearchApiVersion {
312
V7,
313
/// Use the Elasticsearch 8.x API.
314
V8,
315
+ #[serde(rename = "os3")]
316
/// Use the Opensearch 3.x API
317
OS3,
318
}
0 commit comments