influxdb-plugin-fluent 1.2.0.pre.267 → 1.2.0.pre.276
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/CHANGELOG.md +2 -2
- data/README.md +6 -6
- data/examples/README.md +1 -1
- data/influxdb-plugin-fluent.gemspec +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a742a99c83d14bebca29c444bed2e25358a2a3365fd8ad368f97bce79add3942
|
4
|
+
data.tar.gz: 2fec29392131f8ab054d4d557c02440dd2c205aa02e592be04d869e05c1c0da0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d1c5308cba8ecbc5bb6bc84eb13b1acae7389d251db0e6b00c630537f32f0035244313b1a401355bddd495dac39146935ffb6f35bc96f09cb0dd4e20178de17
|
7
|
+
data.tar.gz: 0120dfbd3815429205debaf9b6e740e4a4ce1583101031ed8ceef37562e6d7d9a15850148d8f7805f0e0bbd32940460a5de7910efc5060cbf8a4ce9d5ceccdd8
|
data/.circleci/config.yml
CHANGED
@@ -100,7 +100,7 @@ jobs:
|
|
100
100
|
- run:
|
101
101
|
name: Early return if this build is from a forked repository
|
102
102
|
command: |
|
103
|
-
if [[ $CIRCLE_PROJECT_USERNAME != "
|
103
|
+
if [[ $CIRCLE_PROJECT_USERNAME != "influxdata" ]]; then
|
104
104
|
echo "Nothing to do for forked repositories, so marking this step successful"
|
105
105
|
circleci step halt
|
106
106
|
fi
|
data/CHANGELOG.md
CHANGED
@@ -3,10 +3,10 @@
|
|
3
3
|
## 1.1.0 [2020-02-14]
|
4
4
|
|
5
5
|
### Dependencies
|
6
|
-
1. [#1](https://github.com/
|
6
|
+
1. [#1](https://github.com/influxdata/influxdb-plugin-fluent/pull/3): Update to stable version of InfluxDB client
|
7
7
|
|
8
8
|
## 1.0.0 [2020-01-17]
|
9
9
|
|
10
10
|
### Features
|
11
|
-
1. [#1](https://github.com/
|
11
|
+
1. [#1](https://github.com/influxdata/influxdb-plugin-fluent/pull/1): Initial version of buffered output plugin for InfluxDB 2
|
12
12
|
|
data/README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# influxdb-plugin-fluent
|
2
2
|
|
3
|
-
[![CircleCI](https://circleci.com/gh/
|
4
|
-
[![codecov](https://codecov.io/gh/
|
3
|
+
[![CircleCI](https://circleci.com/gh/influxdata/influxdb-plugin-fluent.svg?style=svg)](https://circleci.com/gh/influxdata/influxdb-plugin-fluent)
|
4
|
+
[![codecov](https://codecov.io/gh/influxdata/influxdb-plugin-fluent/branch/master/graph/badge.svg)](https://codecov.io/gh/influxdata/influxdb-plugin-fluent)
|
5
5
|
[![Gem Version](https://badge.fury.io/rb/influxdb-plugin-fluent.svg)](https://badge.fury.io/rb/influxdb-plugin-fluent)
|
6
|
-
[![License](https://img.shields.io/github/license/
|
7
|
-
[![GitHub issues](https://img.shields.io/github/issues-raw/
|
8
|
-
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/
|
6
|
+
[![License](https://img.shields.io/github/license/influxdata/influxdb-plugin-fluent.svg)](https://github.com/influxdata/influxdb-plugin-fluent/blob/master/LICENSE)
|
7
|
+
[![GitHub issues](https://img.shields.io/github/issues-raw/influxdata/influxdb-plugin-fluent.svg)](https://github.com/influxdata/influxdb-plugin-fluent/issues)
|
8
|
+
[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/influxdata/influxdb-plugin-fluent.svg)](https://github.com/influxdata/influxdb-plugin-fluent/pulls)
|
9
9
|
[![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://www.influxdata.com/slack)
|
10
10
|
|
11
11
|
This repository contains the reference Fluentd plugin for the InfluxDB 2.0.
|
@@ -106,7 +106,7 @@ Store Fluentd event to InfluxDB 2 database.
|
|
106
106
|
|
107
107
|
## Contributing
|
108
108
|
|
109
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
109
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/influxdata/influxdb-plugin-fluent.
|
110
110
|
|
111
111
|
## License
|
112
112
|
|
data/examples/README.md
CHANGED
@@ -56,7 +56,7 @@ curl -i -X POST http://localhost:9999/api/v2/setup -H 'accept: application/json'
|
|
56
56
|
```
|
57
57
|
|
58
58
|
### Step 3 — Prepare Fluentd Docker
|
59
|
-
We have to prepare a docker image that will contains Fluentd with configured [InfluxDB 2 output plugin](https://github.com/
|
59
|
+
We have to prepare a docker image that will contains Fluentd with configured [InfluxDB 2 output plugin](https://github.com/influxdata/influxdb-plugin-fluent/).
|
60
60
|
|
61
61
|
Fluentd is configured to parse incoming events with tag `httpd.access` by regexp: `/^(?<host>[^ ]*) [^ ]* (?<user>[^ ]*) \[(?<time>[^\]]*)\] "(?<method>\S+)(?: +(?<path>[^ ]*) +\S*)?" (?<code>[^ ]*) (?<size>[^ ]*)$/` to structured event with: `time`, `host`, `user`, `method`, `code` and `size`.
|
62
62
|
These structured events are routed to InfluxDB 2 output plugin.
|
@@ -34,12 +34,12 @@ Gem::Specification.new do |spec|
|
|
34
34
|
|
35
35
|
spec.summary = 'InfluxDB 2 output plugin for Fluentd'
|
36
36
|
spec.description = 'A buffered output plugin for Fluentd and InfluxDB 2'
|
37
|
-
spec.homepage = 'https://github.com/
|
37
|
+
spec.homepage = 'https://github.com/influxdata/influxdb-plugin-fluent'
|
38
38
|
spec.license = 'MIT'
|
39
39
|
|
40
40
|
spec.metadata['homepage_uri'] = spec.homepage
|
41
|
-
spec.metadata['source_code_uri'] = 'https://github.com/
|
42
|
-
spec.metadata['changelog_uri'] = 'https://raw.githubusercontent.com/
|
41
|
+
spec.metadata['source_code_uri'] = 'https://github.com/influxdata/influxdb-plugin-fluent'
|
42
|
+
spec.metadata['changelog_uri'] = 'https://raw.githubusercontent.com/influxdata/influxdb-plugin-fluent/master/CHANGELOG.md'
|
43
43
|
|
44
44
|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
|
45
45
|
spec.test_files = spec.files.grep(%r{^(test|spec|features|smoke)/})
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: influxdb-plugin-fluent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.0.pre.
|
4
|
+
version: 1.2.0.pre.276
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-02-
|
11
|
+
date: 2020-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -201,13 +201,13 @@ files:
|
|
201
201
|
- test/influxdb/plugin/output_test.rb
|
202
202
|
- test/influxdb/plugin/version_test.rb
|
203
203
|
- test/test_helper.rb
|
204
|
-
homepage: https://github.com/
|
204
|
+
homepage: https://github.com/influxdata/influxdb-plugin-fluent
|
205
205
|
licenses:
|
206
206
|
- MIT
|
207
207
|
metadata:
|
208
|
-
homepage_uri: https://github.com/
|
209
|
-
source_code_uri: https://github.com/
|
210
|
-
changelog_uri: https://raw.githubusercontent.com/
|
208
|
+
homepage_uri: https://github.com/influxdata/influxdb-plugin-fluent
|
209
|
+
source_code_uri: https://github.com/influxdata/influxdb-plugin-fluent
|
210
|
+
changelog_uri: https://raw.githubusercontent.com/influxdata/influxdb-plugin-fluent/master/CHANGELOG.md
|
211
211
|
post_install_message:
|
212
212
|
rdoc_options: []
|
213
213
|
require_paths:
|