File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/logstash/outputs/elasticsearch Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
module LogStash ; module Outputs ; class ElasticSearch ;
4
4
module Common
5
+
6
+ # This module defines common methods that can be reused by alternate elasticsearch output plugins such as the elasticsearch_data_streams output.
7
+
5
8
attr_reader :client , :hosts
6
9
7
10
# These codes apply to documents, not at the request level
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ module ElasticSearchPoolMixin
4
4
module LicenseChecker
5
5
6
6
# This mixin is used to externalize the license checking behaviour of the LogStash::Outputs::ElasticSearch::HttpClient::Pool class.
7
- # This mixin used the following Pool methods: get_license, logger. Make sure these are defined in the license_check_mixin_spec.rb
7
+ # This mixin uses the following Pool methods: get_license, logger. Make sure these are defined in the license_check_mixin_spec.rb.
8
8
9
9
# Perform a license check
10
- # The license_check! methods is the method called from within the Pool class
10
+ # The license_check! methods is the method called from LogStash::Outputs::ElasticSearch::HttpClient:: Pool#healthcheck!
11
11
# @param url [LogStash::Util::SafeURI]
12
12
# @param meta [Hash]
13
13
def license_check! ( url , meta )
You can’t perform that action at this time.
0 commit comments