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 e3e861d commit b49caf1Copy full SHA for b49caf1
lib/logstash/outputs/opensearch.rb
@@ -95,7 +95,7 @@ class LogStash::Outputs::OpenSearch < LogStash::Outputs::Base
95
# - A sprintf style string to change the action based on the content of the event. The value `%{[foo]}`
96
# would use the foo field for the action
97
#
98
- # For more details on actions, check out the https://docs-beta.opensearch.org/opensearch/rest-api/bulk/[OpenSearch bulk API documentation]
+ # For more details on actions, check out the https://opensearch.org/docs/opensearch/rest-api/document-apis/bulk/[OpenSearch bulk API documentation]
99
config :action, :validate => :string, :default => "index"
100
101
# The index to write events to. This can be dynamic using the `%{foo}` syntax.
0 commit comments