fluent-plugin-unomaly 0.1.2 → 0.1.3
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 +5 -1
- data/README.md +6 -6
- data/fluent-plugin-unomaly.gemspec +1 -1
- data/lib/{fluentd → fluent}/plugin/out_unomaly.rb +0 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 556f6868f17f51de42a678492f752454abc09823fcc10f6b9814a8b2562b8b4e
|
|
4
|
+
data.tar.gz: 04a77b3778eea67e57cb196a24b3c9cf39eea163c4508924b1bcc161dd5d2806
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9ae74c2b8f63a5244245705e74c4c04cd2d68be8856d29eaae615aa92e267e9899c20f2d2d4670bcdead1863221bd4b92aec25fd4efddfeaea3ef62fc9cbbb46
|
|
7
|
+
data.tar.gz: 9d0aa64bfb822ad30b4e67ef928f1819576b8b64ad969a84fb479e182f637ff3da1dd128237de3be1968e439e42e2957501296a8f4597d1b2abca9f9d52268f0
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -23,12 +23,12 @@ Minimal configuration:
|
|
|
23
23
|
|
|
24
24
|
# Important configuration options
|
|
25
25
|
|
|
26
|
-
| Option | Description
|
|
27
|
-
| ------------------------ |
|
|
28
|
-
| host | Unomaly instance address.
|
|
29
|
-
| message_key | The
|
|
30
|
-
| source_key | The event
|
|
31
|
-
| accept_self_signed_certs | Accept self signed SSL certificate
|
|
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
|
|
|
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.
|
|
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-
|
|
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/
|
|
113
|
+
- lib/fluent/plugin/out_unomaly.rb
|
|
114
114
|
homepage: https://github.com/unomaly/fluent-plugin-unomaly
|
|
115
115
|
licenses:
|
|
116
116
|
- MIT
|