fluent-plugin-unomaly 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a41939225a6e96abf03128b090d945ec10d565df3d6f918c0fa7acae6c454b3
4
- data.tar.gz: b6fbaa7088611b174780cf37127ba38c53a19cb8f57f6ef0b39f0f9e571f7962
3
+ metadata.gz: 556f6868f17f51de42a678492f752454abc09823fcc10f6b9814a8b2562b8b4e
4
+ data.tar.gz: 04a77b3778eea67e57cb196a24b3c9cf39eea163c4508924b1bcc161dd5d2806
5
5
  SHA512:
6
- metadata.gz: d910ee8cfcc29d653528376e5b998a49f3c41e05c9693b1d37e48ccecf4fcfe05448f3c8d2c11b918021078ac885afef6c53c80aad9ab6cac5bfd0b1ab191131
7
- data.tar.gz: 7162b2702e21e161fb09c2ff45ac3cb5dbc60e4360ae3b76ebfd5e4c3cf9afd270f15b7abf4304b73d5cfec8a9ab3b7f103b38d557e1c08f13d986cbc18a3522
6
+ metadata.gz: 9ae74c2b8f63a5244245705e74c4c04cd2d68be8856d29eaae615aa92e267e9899c20f2d2d4670bcdead1863221bd4b92aec25fd4efddfeaea3ef62fc9cbbb46
7
+ data.tar.gz: 9d0aa64bfb822ad30b4e67ef928f1819576b8b64ad969a84fb479e182f637ff3da1dd128237de3be1968e439e42e2957501296a8f4597d1b2abca9f9d52268f0
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
- # v0.1.2
1
+ # 0.1.3
2
+
3
+ - Update lib path from `fluentd` to `fluent`
4
+
5
+ # 0.1.2
2
6
 
3
7
  - First public release on rubygems
data/README.md CHANGED
@@ -23,12 +23,12 @@ Minimal configuration:
23
23
 
24
24
  # Important configuration options
25
25
 
26
- | Option | Description | Default |
27
- | ------------------------ | --------------------------------------------------------------------------------- | ---------- |
28
- | host | Unomaly instance address. Must define full path such as "https://my-instance:443" | No default |
29
- | message_key | The key in the Logstash event that Unomaly should use for anomaly detection. | "message" |
30
- | source_key | The event key defining the Unomaly system. | "host" |
31
- | accept_self_signed_certs | Accept self signed SSL certificate | "false" |
26
+ | Option | Description | Default |
27
+ | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
28
+ | host | Unomaly instance address. | No default |
29
+ | message_key | The field that contains the full/raw log message that Unomaly should look at for anomaly detection | "message" |
30
+ | source_key | The field that will be used to associate this event with a system in Unomaly (should be a field that uniquely identifies the system the message comes from, like a hostname) | "host" |
31
+ | accept_self_signed_certs | Accept self signed SSL certificate | "false" |
32
32
 
33
33
  ## Contributing
34
34
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = 'fluent-plugin-unomaly'
3
- spec.version = '0.1.2'
3
+ spec.version = '0.1.3'
4
4
 
5
5
  spec.summary = "Fluentd output plugin for Unomaly"
6
6
  spec.description = "Fluentd output plugin for Unomaly"
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-unomaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Unomaly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-04 00:00:00.000000000 Z
11
+ date: 2018-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -110,7 +110,7 @@ files:
110
110
  - Rakefile
111
111
  - docker-compose.yml
112
112
  - fluent-plugin-unomaly.gemspec
113
- - lib/fluentd/plugin/out_unomaly.rb
113
+ - lib/fluent/plugin/out_unomaly.rb
114
114
  homepage: https://github.com/unomaly/fluent-plugin-unomaly
115
115
  licenses:
116
116
  - MIT