logstash-input-tcp 6.0.8-java → 6.0.9-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6eb6cc7c3c5b381a2e6d3fe88da5dec75f5ef618b13e808f225e5c79f014a07
|
|
4
|
+
data.tar.gz: 2a7da79f758677e26f23b0de499c352fa34a5cfb311e716fef60e70aadb8a101
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3e2f304718febde6c77bfedba571a23b5c54d84c2e8c8c892876d2e20033f3a38fa146f1c27d3678ab1c8beeb22eb8210594b5ea51b77396ac40606ffcd398f
|
|
7
|
+
data.tar.gz: 7d544239e0fadb492d5b2306aee74529fd97767eb30defa70d6adb68443f1803f0c65832c070710df4be0a1f4341f1f2a1750fa94acb36516bcb201ac6982ef4
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
|
@@ -78,6 +78,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
78
78
|
[cols="<,<,<",options="header",]
|
|
79
79
|
|=======================================================================
|
|
80
80
|
|Setting |Input type|Required
|
|
81
|
+
| <<plugins-{type}s-{plugin}-dns_reverse_lookup_enabled>> |<<boolean,boolean>>|No
|
|
81
82
|
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
|
|
82
83
|
| <<plugins-{type}s-{plugin}-mode>> |<<string,string>>, one of `["server", "client"]`|No
|
|
83
84
|
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|Yes
|
|
@@ -90,7 +91,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
90
91
|
| <<plugins-{type}s-{plugin}-ssl_key_passphrase>> |<<password,password>>|No
|
|
91
92
|
| <<plugins-{type}s-{plugin}-ssl_verify>> |<<boolean,boolean>>|No
|
|
92
93
|
| <<plugins-{type}s-{plugin}-tcp_keep_alive>> |<<boolean,boolean>>|No
|
|
93
|
-
| <<plugins-{type}s-{plugin}-dns_reverse_lookup_enabled>> |<<boolean,boolean>>|No
|
|
94
94
|
|=======================================================================
|
|
95
95
|
|
|
96
96
|
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
@@ -98,6 +98,16 @@ input plugins.
|
|
|
98
98
|
|
|
99
99
|
|
|
100
100
|
|
|
101
|
+
[id="plugins-{type}s-{plugin}-dns_reverse_lookup_enabled"]
|
|
102
|
+
===== `dns_reverse_lookup_enabled`
|
|
103
|
+
|
|
104
|
+
* Value type is <<boolean,boolean>>
|
|
105
|
+
* Default value is `true`
|
|
106
|
+
|
|
107
|
+
It is possible to avoid DNS reverse-lookups by disabling this setting. If disabled,
|
|
108
|
+
the address metadata that is added to events will contain the source address as-specified
|
|
109
|
+
at the TCP layer and IPs will not be resolved to hostnames.
|
|
110
|
+
|
|
101
111
|
[id="plugins-{type}s-{plugin}-host"]
|
|
102
112
|
===== `host`
|
|
103
113
|
|
|
@@ -206,16 +216,6 @@ Instruct the socket to use TCP keep alive. If it's `true` then the underlying so
|
|
|
206
216
|
will use the OS defaults settings for keep alive. If it's `false` it doesn't configure any
|
|
207
217
|
keep alive setting for the underlying socket.
|
|
208
218
|
|
|
209
|
-
[id="plugins-{type}s-{plugin}-dns_reverse_lookup_enabled"]
|
|
210
|
-
===== `dns_reverse_lookup_enabled`
|
|
211
|
-
|
|
212
|
-
* Value type is <<boolean,boolean>>
|
|
213
|
-
* Default value is `true`
|
|
214
|
-
|
|
215
|
-
It is possible to avoid DNS reverse-lookups by disabling this setting. If disabled,
|
|
216
|
-
the address metadata that is added to events will contain the source address as-specified
|
|
217
|
-
at the TCP layer and IPs will not be resolved to hostnames.
|
|
218
|
-
|
|
219
219
|
|
|
220
220
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
221
221
|
include::{include_path}/{type}.asciidoc[]
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.0.
|
|
1
|
+
6.0.9
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-tcp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.0.
|
|
4
|
+
version: 6.0.9
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-03-
|
|
11
|
+
date: 2021-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -179,7 +179,7 @@ files:
|
|
|
179
179
|
- logstash-input-tcp.gemspec
|
|
180
180
|
- spec/inputs/tcp_spec.rb
|
|
181
181
|
- spec/spec_helper.rb
|
|
182
|
-
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.
|
|
182
|
+
- vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.0.9/logstash-input-tcp-6.0.9.jar
|
|
183
183
|
- version
|
|
184
184
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
185
185
|
licenses:
|