sap-ecs-log-forwarder 1.0.0__py3-none-any.whl → 1.0.2__py3-none-any.whl
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.
- sap_ecs_log_forwarder/processor.py +1 -0
- {sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/METADATA +9 -1
- {sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/RECORD +6 -6
- {sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/LICENSE +0 -0
- {sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/WHEEL +0 -0
- {sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/entry_points.txt +0 -0
|
@@ -73,6 +73,7 @@ def send_http(lines, cfg):
|
|
|
73
73
|
except Exception as e:
|
|
74
74
|
metrics.inc("http_forward_error")
|
|
75
75
|
logging.error(f"HTTP send failed ({dest}): {e}", extra={"outputType":"http","destination":dest})
|
|
76
|
+
raise Exception("HTTP send failed")
|
|
76
77
|
|
|
77
78
|
|
|
78
79
|
def send_console(lines, _cfg):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sap-ecs-log-forwarder
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.2
|
|
4
4
|
Summary: A package to consume events from an AWS SQS queue, Azure Storage Account Topic and GCP PubSub Topic, process log files, and forward them to a HTTP endpoint or file.
|
|
5
5
|
Home-page: https://www.sap.com/
|
|
6
6
|
License: SAP DEVELOPER LICENSE AGREEMENT
|
|
@@ -629,6 +629,14 @@ This application and its source code are licensed under the terms of the SAP Dev
|
|
|
629
629
|
|
|
630
630
|
## Changelog
|
|
631
631
|
|
|
632
|
+
**Version 1.0.2**
|
|
633
|
+
|
|
634
|
+
- Solving minor issue to avoid data loss when HTTP destination is unavailable
|
|
635
|
+
|
|
636
|
+
**Version 1.0.1**
|
|
637
|
+
|
|
638
|
+
- Security Patches
|
|
639
|
+
|
|
632
640
|
**Version 1.0.0**
|
|
633
641
|
|
|
634
642
|
- First proper release
|
|
@@ -9,10 +9,10 @@ sap_ecs_log_forwarder/crypto.py,sha256=MCn2K3PLecRdmtW-6yvT-5hlLHWdVhNUH83OlqYNi
|
|
|
9
9
|
sap_ecs_log_forwarder/gcp.py,sha256=0MP0izDIBvUo7ZuGIDOQvrk9CxIe9zHdvDUhVDqNcTM,4449
|
|
10
10
|
sap_ecs_log_forwarder/json_logging.py,sha256=2kLmBfhq-qlj0Lmm1fPKz6qDLFJxV0Ga37JklrYFrL4,1308
|
|
11
11
|
sap_ecs_log_forwarder/metrics.py,sha256=XkEBsVA9RuLucEU_8TCdeNSrJXB3dNThGsgubVkyZiw,871
|
|
12
|
-
sap_ecs_log_forwarder/processor.py,sha256
|
|
12
|
+
sap_ecs_log_forwarder/processor.py,sha256=-ooEdhVcyhj5g07lk3R3DQahtGLxIWWBD2KdTi75iAA,4127
|
|
13
13
|
sap_ecs_log_forwarder/utils.py,sha256=mVKEEjUfWjQGBn4OsvIDCeNysjEkU1x3loJ1A8IMCKs,852
|
|
14
|
-
sap_ecs_log_forwarder-1.0.
|
|
15
|
-
sap_ecs_log_forwarder-1.0.
|
|
16
|
-
sap_ecs_log_forwarder-1.0.
|
|
17
|
-
sap_ecs_log_forwarder-1.0.
|
|
18
|
-
sap_ecs_log_forwarder-1.0.
|
|
14
|
+
sap_ecs_log_forwarder-1.0.2.dist-info/LICENSE,sha256=RTHTDJe35fXCEJkg3wT9DHAO8QQZWRNd9NELcyj4jN0,13528
|
|
15
|
+
sap_ecs_log_forwarder-1.0.2.dist-info/METADATA,sha256=1Q6tU3twksQK5eKyK47sacM4ks_nZCe16W0ZFIvjtvI,20333
|
|
16
|
+
sap_ecs_log_forwarder-1.0.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
17
|
+
sap_ecs_log_forwarder-1.0.2.dist-info/entry_points.txt,sha256=NHEVCnnKA3LQ-vynlLo2sf9hOGhbNrricddmwY8JQeA,129
|
|
18
|
+
sap_ecs_log_forwarder-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{sap_ecs_log_forwarder-1.0.0.dist-info → sap_ecs_log_forwarder-1.0.2.dist-info}/entry_points.txt
RENAMED
|
File without changes
|