logstash-input-sls 0.0.4 → 0.0.5
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 +5 -5
- data/Gemfile +1 -1
- data/README.md +1 -9
- data/README_CN.md +1 -11
- data/lib/logstash/vendor/jar-dependencies/runtime-jars/logstash-input-sls-1.0-SNAPSHOT.jar +0 -0
- data/logstash-input-sls.gemspec +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: aa075298fea540d5a2acff743797b66ff798c167d86b22c210e6e263dcf374ca
|
|
4
|
+
data.tar.gz: 7178a9a39f911f8b7d567480089f962af03b71d9fe923b628907dcffea85556c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ad78afd05c7e49cd98bc03d6a25f40d374152e857b962a04ef404aa17ed6c83d4e8ae04d67c7bef176a50ed08f13dfae1adecd013b3525b15836ef156127296
|
|
7
|
+
data.tar.gz: c8c3b70dd47a26f3cd4495a8770327bd7b9db480c730dd3d798e8abd52d0d0d484c0c7ea7a94972b3545b9a64325ac86ba9e32622e6282cbaf43114aca6d68d4
|
data/Gemfile
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
source 'https://
|
|
1
|
+
source 'https://gems.ruby-china.com'
|
|
2
2
|
gemspec
|
data/README.md
CHANGED
|
@@ -50,20 +50,12 @@ This plugin supports the following configuration options
|
|
|
50
50
|
|
|
51
51
|
## Install the plugin
|
|
52
52
|
|
|
53
|
-
[logstash-input-sls-0.0.2.gem](https://github.com/aliyun/logstash-input-logservice/raw/master/logstash-input-sls-0.0.2.gem)
|
|
54
|
-
|
|
55
53
|
you can build the gem and install it using:
|
|
56
54
|
|
|
57
|
-
- Build your plugin gem
|
|
58
|
-
|
|
59
|
-
```sh
|
|
60
|
-
gem build logstash-input-sls.gemspec
|
|
61
|
-
```
|
|
62
|
-
|
|
63
55
|
- Install the plugin from the Logstash home
|
|
64
56
|
|
|
65
57
|
```sh
|
|
66
|
-
logstash-plugin install
|
|
58
|
+
logstash-plugin install logstash-input-sls
|
|
67
59
|
```
|
|
68
60
|
|
|
69
61
|
- Start Logstash
|
data/README_CN.md
CHANGED
|
@@ -63,20 +63,10 @@ output {
|
|
|
63
63
|
|
|
64
64
|
## 安装插件
|
|
65
65
|
|
|
66
|
-
* 注意:如果没有修改源码可直接安装
|
|
67
|
-
|
|
68
|
-
下载地址:[logstash-input-sls-0.0.2.gem](https://github.com/aliyun/logstash-input-logservice/raw/master/logstash-input-sls-0.0.2.gem)
|
|
69
|
-
|
|
70
|
-
- 构建 插件
|
|
71
|
-
|
|
72
|
-
```sh
|
|
73
|
-
gem build logstash-input-sls.gemspec
|
|
74
|
-
```
|
|
75
|
-
|
|
76
66
|
- 安装 日志服务 input 插件
|
|
77
67
|
|
|
78
68
|
```sh
|
|
79
|
-
logstash-plugin install
|
|
69
|
+
logstash-plugin install logstash-input-sls
|
|
80
70
|
```
|
|
81
71
|
|
|
82
72
|
- 启动 Logstash
|
|
Binary file
|
data/logstash-input-sls.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-sls'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.5'
|
|
4
4
|
s.licenses = ['MIT']
|
|
5
5
|
s.summary = "This sls input streams a string at a definable interval."
|
|
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-sls
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lichao
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: logstash-core-plugin-api
|
|
@@ -108,8 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
|
|
112
|
-
rubygems_version: 2.5.2.3
|
|
111
|
+
rubygems_version: 3.0.3
|
|
113
112
|
signing_key:
|
|
114
113
|
specification_version: 4
|
|
115
114
|
summary: This sls input streams a string at a definable interval.
|