logstash-input-salesforce 3.0.6 → 3.0.7
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +5 -1
- data/logstash-input-salesforce.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db087ab1accb44460fe213f85afbe02a0be14787b382047fb1b10bdb565ae3d9
|
4
|
+
data.tar.gz: 1772d480c4978ac547462b4979a23ba994a153031978f7a56a110a3b2a3ccadb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d87bf4eaf944c8d01e7d6219e70e41b270ec90868349d345818e5763a6f7b80d7d185b3df728d1a78054f1fc3d9dd83262313147d4b5346e062af3a192fdda2
|
7
|
+
data.tar.gz: a2b3de959a4132f1e47d2209812c81df4cd104b2d4f7dc6941a1a2fbe28a50a435fbb295c985da00b4455933cd6bd0fc27f92e3f59a401af476b4973ff8ab1a1
|
data/CHANGELOG.md
CHANGED
data/docs/index.asciidoc
CHANGED
@@ -39,6 +39,10 @@ https://help.salesforce.com/apex/HTViewHelpDoc?id=user_security_token.htm
|
|
39
39
|
In addition to specifying an sObject, you can also supply a list of API fields
|
40
40
|
that will be used in the SOQL query.
|
41
41
|
|
42
|
+
==== HTTP proxy
|
43
|
+
|
44
|
+
If your infrastructure uses a HTTP proxy, you can set the `SALESFORCE_PROXY_URI` environment variable with the desired URI value (e.g `export SALESFORCE_PROXY_URI="http://proxy.example.com:123"`).
|
45
|
+
|
42
46
|
==== Example
|
43
47
|
This example prints all the Salesforce Opportunities to standard out
|
44
48
|
|
@@ -199,4 +203,4 @@ are created or modified by
|
|
199
203
|
[id="plugins-{type}s-{plugin}-common-options"]
|
200
204
|
include::{include_path}/{type}.asciidoc[]
|
201
205
|
|
202
|
-
:default_codec!:
|
206
|
+
:default_codec!:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-input-salesforce'
|
3
|
-
s.version = '3.0.
|
3
|
+
s.version = '3.0.7'
|
4
4
|
s.licenses = ['Apache License (2.0)']
|
5
5
|
s.summary = "Creates events based on a Salesforce SOQL query"
|
6
6
|
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-salesforce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Russ Savage
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-02-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|