microsoft-logstash-output-azure-loganalytics 0.4.0 → 0.4.1
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/VERSION +1 -1
- data/microsoft-logstash-output-azure-loganalytics.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d335bfd0b77b1561d56b18ad0faa57e7ee507b005d66f627e2b3b6e0bb7828a
|
|
4
|
+
data.tar.gz: fe0b808586eb09fc8568e94495cdd494502cbbf9a07ccaedb191a99d7142762d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9477bd1425d5a46da60c6e43e411527432d99730b479b1406afd836a4c7ff9376b0e3d7722d19a09af838ba603abf463ff33e88b0e66f7ad8b4a5c8c0a9b398
|
|
7
|
+
data.tar.gz: a34cbd80401a9665a6a54b6b4c7ae22cdb5de5a404abe4f8ed788eb2d1452feb1ac6237324c619a782aaee5890b3affc787f5457afead14519c82006f3c1c601
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.1
|
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
|
|
|
6
6
|
s.summary = %q{Azure Sentinel provides a new output plugin for Logstash. Using this output plugin, you will be able to send any log you want using Logstash to the Azure Sentinel/Log Analytics workspace}
|
|
7
7
|
s.description = s.summary
|
|
8
8
|
s.homepage = "https://github.com/Azure/Azure-Sentinel"
|
|
9
|
-
s.licenses = ["
|
|
9
|
+
s.licenses = ["MIT"]
|
|
10
10
|
s.require_paths = ["lib"]
|
|
11
11
|
|
|
12
12
|
# Files
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: microsoft-logstash-output-azure-loganalytics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ron Marsiano
|
|
@@ -94,7 +94,7 @@ files:
|
|
|
94
94
|
- spec/outputs/azure_loganalytics_spec.rb
|
|
95
95
|
homepage: https://github.com/Azure/Azure-Sentinel
|
|
96
96
|
licenses:
|
|
97
|
-
-
|
|
97
|
+
- MIT
|
|
98
98
|
metadata:
|
|
99
99
|
logstash_plugin: 'true'
|
|
100
100
|
logstash_group: output
|