logstash-input-azure_blob_storage 0.12.0 → 0.12.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 202f43b2d085a872fef61594e05dbc3eb19188863a20b5f4ffece2ef66608d15
|
|
4
|
+
data.tar.gz: 3b13f7a610c7b541ee7265340103011998d5c1799dfc7a1057add7307f1550dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0af0f2e0f0f955849840190ebfd60185ae5b0465e4d509f40b99bf075da44ed50e0120c8d781d2455b0b16969cc4c75f8a3ff9e71431e73e0bfaa03dc284b708
|
|
7
|
+
data.tar.gz: 3e7907fe4700bfe3640b5783d63b17d0f153061b0a57bb61964ca08f83332e616e158f754904807a1b804be0ba7a64be4c6d92aa7ee9393e42ca33a8ac9e54a4
|
|
@@ -389,6 +389,7 @@ end
|
|
|
389
389
|
|
|
390
390
|
def nsgflowlog(queue, json, name)
|
|
391
391
|
count=0
|
|
392
|
+
begin
|
|
392
393
|
json["records"].each do |record|
|
|
393
394
|
res = resource(record["resourceId"])
|
|
394
395
|
resource = { :subscription => res[:subscription], :resourcegroup => res[:resourcegroup], :nsg => res[:nsg] }
|
|
@@ -418,6 +419,9 @@ def nsgflowlog(queue, json, name)
|
|
|
418
419
|
end
|
|
419
420
|
end
|
|
420
421
|
end
|
|
422
|
+
rescue Exception => e
|
|
423
|
+
@logger.error("NSG Flowlog problem for #{name}, with #{json["records"].size} records and error message #{e.message}")
|
|
424
|
+
end
|
|
421
425
|
return count
|
|
422
426
|
end
|
|
423
427
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-azure_blob_storage
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jan Geertsma
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|