Skip to content

Commit

Permalink
Merge pull request #22 from civitaspo/v0.2.0
Browse files Browse the repository at this point in the history
Ship v0.2.0
  • Loading branch information
civitaspo authored Jan 9, 2020
2 parents 31003a8 + d098a0d commit 871cf7e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: civitaspo
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.2.0

Breaking Changes:

* Use v1.0 API.
* Drop support for Fluentd versions smaller than v0.14.
* https://github.com/civitaspo/fluent-plugin-cat-sweep/pull/21 ( by @karupanerura )

# 0.1.5

Enhancements:
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,21 @@ tmp/test

```
<source>
type cat_sweep
@type cat_sweep
# Required. process files that match this pattern using glob.
file_path_with_glob /tmp/test/file_*
# Input pattern. It depends on Parser plugin
format tsv
keys xpath,access_time,label,payload
# Parser Plugin Setting
# You can use the old style instead. (Not recommended)
# ===
# format tsv
# keys xpath,access_time,label,payload
# ===
<parse>
@type tsv
keys xpath,access_time,label,payload
</parse>
# Required. process files that are older than this parameter(seconds).
# [WARNING!!]: this plugin moves or removes files even if the files are still open.
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-cat-sweep.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-cat-sweep"
spec.version = "0.1.5"
spec.version = "0.2.0"
spec.authors = ["Civitaspo(takahiro.nakayama)", "Naotoshi Seo"]
spec.email = ["[email protected]", "[email protected]"]

Expand Down

0 comments on commit 871cf7e

Please sign in to comment.