Skip to content

Commit b49caf1

Browse files
stockholmuxVijayanB
authored andcommitted
fixed another link
Signed-off-by: Kyle Davis <kyledvs@amazon.com>
1 parent e3e861d commit b49caf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/outputs/opensearch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class LogStash::Outputs::OpenSearch < LogStash::Outputs::Base
9595
# - A sprintf style string to change the action based on the content of the event. The value `%{[foo]}`
9696
# would use the foo field for the action
9797
#
98-
# For more details on actions, check out the https://docs-beta.opensearch.org/opensearch/rest-api/bulk/[OpenSearch bulk API documentation]
98+
# For more details on actions, check out the https://opensearch.org/docs/opensearch/rest-api/document-apis/bulk/[OpenSearch bulk API documentation]
9999
config :action, :validate => :string, :default => "index"
100100

101101
# The index to write events to. This can be dynamic using the `%{foo}` syntax.

0 commit comments

Comments
 (0)