Skip to content

Commit

Permalink
Release 1.2.12 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
hvaghani221 authored Mar 29, 2022
1 parent 879f107 commit 2635425
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluent-plugin-splunk-hec (1.2.11)
fluent-plugin-splunk-hec (1.2.12)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 3.1)
Expand All @@ -11,9 +11,9 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.1)
activesupport (= 7.0.1)
activesupport (7.0.1)
activemodel (7.0.2.3)
activesupport (= 7.0.2.3)
activesupport (7.0.2.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -23,18 +23,18 @@ GEM
aes_key_wrap (1.1.0)
attr_required (1.0.1)
bindata (2.4.10)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
cool.io (1.7.1)
crack (0.4.5)
rexml
docile (1.4.0)
fluentd (1.14.4)
fluentd (1.14.5)
bundler
cool.io (>= 1.4.5, < 2.0.0)
http_parser.rb (>= 0.5.1, < 0.9.0)
msgpack (>= 1.3.1, < 2.0.0)
serverengine (>= 2.2.2, < 3.0.0)
serverengine (>= 2.2.5, < 3.0.0)
sigdump (~> 0.2.2)
strptime (>= 0.2.4, < 1.0.0)
tzinfo (>= 1.0, < 3.0)
Expand All @@ -44,7 +44,7 @@ GEM
hashdiff (1.0.1)
http_parser.rb (0.8.0)
httpclient (2.8.3)
i18n (1.9.1)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
json-jwt (1.13.0)
activesupport (>= 4.2)
Expand All @@ -54,7 +54,7 @@ GEM
mini_mime (>= 0.1.1)
mini_mime (1.1.2)
minitest (5.15.0)
msgpack (1.4.4)
msgpack (1.4.5)
multi_json (1.15.0)
net-http-persistent (3.1.0)
connection_pool (~> 2.2)
Expand All @@ -69,7 +69,7 @@ GEM
validate_url
webfinger (>= 1.0.1)
power_assert (2.0.1)
prometheus-client (2.1.0)
prometheus-client (4.0.0)
public_suffix (4.0.6)
rack (2.2.3)
rack-oauth2 (1.19.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
power_assert
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo-data (1.2022.1)
tzinfo (>= 1.0.0)
validate_email (0.1.6)
activemodel (>= 3.0)
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ The following parameters can be used for tuning HTTP connections:
The default is five seconds. If a connection has not been used for five seconds, it is automatically reset at next use, in order to avoid attempting to send to a closed connection. Specifiy `nil` to prohibit any timeouts.

#### read_timeout (integer)

The amount of time allowed between reading two chunks from the socket. The default value is `nil`, which means no timeout.

#### open_timeout (integer)
Expand All @@ -421,27 +422,27 @@ The private key for this client.

#### ca_file (string)

The path to a file containing a PEM-format CA certificate.
The path to a file containing CA cerificates in PEM format. The plugin will verify the TLS server certificate presented by Splunk against the certificates in this file, unless verification is disabled by the `ssl_insecure` option.

#### ca_path (string)

The path to a directory containing CA certificates in PEM format.
The path to a directory containing CA certificates in PEM format. The plugin will verify the TLS server certificate presented by Splunk against the certificates in this file, unless verification is disabled by the `ssl_insecure` option.

#### ciphers (array)

List of SSl ciphers allowed.

#### insecure_ssl (bool)

Specifies whether an insecure SSL connection is allowed. If set to false, Splunk does not verify an insecure server certificate. This parameter is set to `false` by default. Ensure parameter `ca_file` is not configured in order to allow insecure SSL connections when this value is set to `true`.
Specifies whether an insecure SSL connection is allowed. If set to `false` (the default), the plugin will verify the TLS server certificate presented by Splunk against the CA certificates provided by the `ca_file`/`ca_path` options, and reject the certificate if if verification fails.

#### require_ssl_min_version (bool)

When set to true, TLS version 1.1 and above is required.
When set to `true` (the default), the plugin will require TLSv1.1 or later for its connection to Splunk.

#### consume_chunk_on_4xx_errors (bool)

Specifies whether any 4xx HTTP response status code consumes the buffer chunks. If set to false, Splunk will fail to flush the buffer on such status codes. This parameter is set to `true` by default for backwards compatibility.
Specifies whether any 4xx HTTP response status code consumes the buffer chunks. If set to `false`, Splunk will fail to flush the buffer on such status codes. This parameter is set to `true` by default for backwards compatibility.

## About Buffer

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.11
1.2.12
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN yum update -y \
&& gem unpack /tmp/*.gem --target gem \
&& bundle install \
&& yum groupremove -y "Development Tools" \
&& rpm -e --nodeps python3-urllib3-* python3-requests-* python3-libxml2-* python3-dmidecode-* subscription-manager-* libwebp-* libwebp-devel-* glib2-* libjpeg-turbo-devel-* libjpeg-turbo-* mariadb-connector-c-config-* mariadb-connector-c-* mariadb-connector-c-devel-* rsync-* libxml2-* libxml2-devel-* libX11-* libX11-common-* libX11-devel-* libX11-xcb-* nettle-* libsolv-* file-libs-* dbus-daemon-* tar-* qt5-srpm-macros-* perl-parent-* git-* bsdtar-* openssh-clients-* json-c-* binutils-* libtiff-devel-* libtiff-* python3-pip-wheel sqlite-libs-* sqlite-devel-* sqlite-* || true
&& rpm -e --nodeps python3-urllib3-* python3-requests-* python3-libxml2-* python3-dmidecode-* subscription-manager-* libwebp-* libwebp-devel-* libjpeg-turbo-devel-* libjpeg-turbo-* mariadb-connector-c-config-* mariadb-connector-c-* mariadb-connector-c-devel-* rsync-* libX11-* libX11-common-* libX11-devel-* libX11-xcb-* dbus-daemon-* tar-* qt5-srpm-macros-* perl-parent-* git-* bsdtar-* openssh-clients-* binutils-* libtiff-devel-* libtiff-* python3-pip-wheel || true

RUN groupadd -r $FLUENT_USER && \
useradd -r -g $FLUENT_USER $FLUENT_USER && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: gem
specs:
fluent-plugin-splunk-hec (1.2.11)
fluent-plugin-splunk-hec (1.2.12)
fluentd (>= 1.4)
multi_json (~> 1.13)
net-http-persistent (~> 3.1)
Expand Down

0 comments on commit 2635425

Please sign in to comment.