Sha256: 8c365adfa0d0394d4e93074d4f224a898910b9ceabaf652904cecf039f48bd98
Contents?: true
Size: 701 Bytes
Versions: 1
Compression:
Stored size: 701 Bytes
Contents
# encoding: utf-8 PLUGIN_VERSION = "v0.2.6" # Special event level attribute name which can be used for setting event level serverHost attribute EVENT_LEVEL_SERVER_HOST_ATTRIBUTE_NAME = '__origServerHost' # Path to the bundled root CA certs used to sign server cert CA_CERT_PATH = File.expand_path(File.join(File.dirname(__FILE__), + "/certs/ca_certs.crt")) # Cert which is append to a copy of "/etc/ssl/certs/ca-bundle.crt" file. # This is done for backward compatibility and convenience reasons when "appending_builtin_cert" # plugin config option is set to true - eventually we want to default it to false and just rely # on system ca bundle by default. CA_CERT_STRING = File.read(CA_CERT_PATH)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-output-scalyr-0.2.6 | lib/scalyr/constants.rb |